Hi, I just figured out if I run the following code,
void ofApp::setup(){
ofDisableArbTex();
image.load("/path/to/image.jpg");
}
It crashes with the following error:
I tested this with the latest nightly using Xcode10 on macOS 10.14 Mojave.
Any idea why this happens?