gbishop / outfox

Automatically exported from code.google.com/p/outfox
Other
1 stars 0 forks source link

stream() causes crash in outfox.exe on win32 #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
outfox.audio.stream() causes a crash in fmodex.dll on Win32. Could be
related to the memory leak on OSX? Possible that some Python object is not
getting managed properly in the callback from a non-main thread in FMODEx?

Original issue reported on code.google.com by c...@unc.edu on 2 May 2009 at 3:54

GoogleCodeExporter commented 9 years ago
Switched from using nonblocking callback to polling for ready status on sound
objects. Fixes the crashes on win32 and works on other platforms.

Original comment by c...@unc.edu on 4 May 2009 at 1:20