elliotwoods / ofxRulr

An application and high level framework for calibrating spaces with devices. Built on openFrameworks
134 stars 15 forks source link

FMod crashes #157

Open elliotwoods opened 3 years ago

elliotwoods commented 3 years ago

There seems to be 2 different crashes:

  1. Buffer underrun ? (runtime)
  2. ofSoundPlayer dispose

For (1) you can disable the sound engine (don't call init)

For (2), I can't find any fix. There's a chance that it's either:

  1. An openFrameworks issue
  2. An issue with DLL (e.g. some assets are initialised from the DLL call rather than within the DLL - shouldn't be an issue)
  3. An ofxAssets issue with disposal