Re: Mix_OpenAudio makes crash Windows Kernel
"Russell" <[email protected]>
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <[email protected]> |
Hello You'll need to add SDL_SetHint(SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING, "1"); BEFORE calling any SDL initialization functions, including Mix_Init(...) (even SDL_INIT(SDL_INIT_TIMER); will trigger it) I believe this is because SDL calls RaiseException when the GNU debugger is attached under windows, it appears versions of GDB greater than 7.11 (?) will trigger on this exception, maybe because it doesn't support exceptions that can continue? Check https://bugzilla.libsdl.org/show_bug.cgi?id=2089 for more info _______________________________________________ SDL mailing list [email protected] http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org