You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will crash on the second Mix_OpenAudio call with an access violation on the following line:
This issue only occurs on the "master" version of SDL_mixer 1.2 (b762825), not the last official release 1.2.12. Normally I would close it there, but we've had sporadic reports of Linux users running into this crash, so I can only assume they're building it from source or some distros are patching it.
(if reopening Mixer isn't supported, I'd also accept a workaround)
The text was updated successfully, but these errors were encountered:
.. and upon running your test case, MUSIC_MOD: loaded printed on my terminal only once, meaning libmikmod is never unlodaded. valgrind doesn't any errors or warnings either...
(yes yes I know it's deprecated)
Simple test case:
This will crash on the second Mix_OpenAudio call with an access violation on the following line:
This issue only occurs on the "master" version of SDL_mixer 1.2 (b762825), not the last official release 1.2.12. Normally I would close it there, but we've had sporadic reports of Linux users running into this crash, so I can only assume they're building it from source or some distros are patching it.
(if reopening Mixer isn't supported, I'd also accept a workaround)
The text was updated successfully, but these errors were encountered: