ml4a / ml4a-ofx

A collection of openFrameworks apps for working with machine learning
http://ml4a.github.io
1.22k stars 279 forks source link

ConvnetViewer: FC_1 tab crashes run after 1 second on XCode #41

Open DavidDag opened 5 years ago

DavidDag commented 5 years ago

After the ConvnetViewer app builds and runs through XCode, the entire program runs normally, except for the FC_1 tab. When the tab is open, after 1 second the whole application freezes and the below error appears on XCode.

This error appears on XCode on line 78 of the ofxCcv.h file from the ofxCcv file. Thread 12: EXC_BAD_ACCESS (code=1, address=0x3720)

Since the error occurs on the ofxCcv addon, this should be posted on the ofxCcv github, but that github has not been committed to in a few years. Also the ConvnetViewer app was created after the last commit of ofxCcv.

ankita-anand1 commented 5 years ago

Yes I have the same issue - running on OF 10.01 , MacOS Mojave Any help will be appreciated