I have an app that keeps “quit[ting] unexpectedly”, and I’ve narrowed down the problem lines to two ofFbo::setAnchorPoint() calls; without them, everything works perfectly fine.
The problem arose out of nowhere, and a computer restart, clean build, and derived data cleaning do nothing. Thoughts?
Traceback is giving me a EXC_BAD_ACCESS error at void ofFbo::setAnchorPercent(float xPct, float yPct){}
in ofFbo.cpp
The error only occurs when the lines are within fApp::setup(). Within draw, everything’s fine.
I’m an idiot. Sorry. I was setting the anchor before the FBOs were allocated.