leozimmerman / ofxAudioAnalyzer

openFrameworks wrapper for Essentia. Audio analysis algorithms in real-time
GNU Affero General Public License v3.0
183 stars 37 forks source link

Examples crashing on runtime #15

Closed wanbinkimoon closed 5 years ago

wanbinkimoon commented 5 years ago

I'm getting this error on every example, any idea why? Thread 1: EXC_ARITHMETIC (code=EXC_I386_DIV, subcode=0x0) screenshot 2018-11-15 at 19 21 30

wanbinkimoon commented 5 years ago

Apparently the error is due to of 10.0.0 upgrading to version 10.0.1 automagically fix the memory leak

leozimmerman commented 5 years ago

Yes, recently they merged Pull Request I created: https://github.com/openframeworks/openFrameworks/pull/6117

Can you please check if this crash is because of this bug?

wanbinkimoon commented 5 years ago

Yup he was the guy!