Changes between Version 1 and Version 2 of Ticket #935, comment 12


Ignore:
Timestamp:
Jun 15, 2013, 6:55:07 PM (11 years ago)
Author:
historic_bruno

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #935, comment 12

    v1 v2  
    11Replying to [comment:8 historic_bruno]:
    2 > There's a WMI conflict between the game and SDL 2.0, we use it for enumerating sound and graphics devices, SDL2 uses it for enumerating joysticks.
     2> ~~There's a WMI conflict between the game and SDL 2.0, we use it for enumerating sound and graphics devices, SDL2 uses it for enumerating joysticks.~~
    33
    44Looked into this some more, we don't even have joystick support enabled by default, so that had nothing to do with it. It's related to SDL init/shutdown, I noticed we init WMI after SDL, so I tried shutting down WMI before SDL and the crash went away. Also tested joystick support and that still works, so I think we're all good to use SDL 2.0 now :)