astellato / ofxSyphon

An OF add-on for using the Syphon framework.
Other
193 stars 57 forks source link

Getting EXC_BAD_ACCESS on startup. #27

Closed mattfelsen closed 8 years ago

mattfelsen commented 8 years ago

Hi! I'm seeing this behavior with regularity when quitting & relaunching my app. I'm using OF 0.9.0 and the OpenFrameworks-0.9 branch of this repo. Looks like mSyphon is pointing at something...that doesn't exist anymore?

Nothing crazy with Syphon in my app, just an ofxSyphonServer syphon; declaration in my header file and a syphon.publishScreen(); in draw() Any thoughts? Thanks!

screen shot 2015-11-29 at 8 14 49 pm
bangnoise commented 8 years ago

Can you provide a simple project which recreates the issue?

mattfelsen commented 8 years ago

Hmm...just stripped everything out of the app except the essentials and I'm not seeing this anymore. Guess there's some weird stuff happening on my side after all. Thanks for the suggestion :stuck_out_tongue_closed_eyes: