-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when quitting application! #73
Comments
it is also something that happens with any of the included examples? on what operative system and version of openFrameworks are you working on? |
Hello @npisanti I am working on
I'm not really sure if this has to do with device selection on Thanks in advance |
Ok, this seems to disappear after cleaning the project in Xcode. I'll try to further understand why this happened, but it seems to be ok now. Wierd simple solution, lol, that's what cleaning is for I guess. |
Hello.
Everything seems to work fine up until now, but found a bug when I quit the compiled application, either by the ESC key binding or by clicking the x in the window. The bug appears in
BasicNodes.cpp
,node->removeInputUnilateral( *this );
with the following warning:Thread 1: EXC_BAD_ACCESS (code=EXC_I386_GPFLT)
Any idea on how to solve this when I quit the application, without calling a specific audio kill function in the openframeworks core code? Thanks!
The text was updated successfully, but these errors were encountered: