Changes between Initial Version and Version 1 of Ticket #935, comment 8


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #935, comment 8

    initial v1  
    1 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. The conflict occurs when we shutdown WMI, maybe it has already been shutdown by SDL?  (We do this because launching Atlas from within the game won't work without shutting down WMI first, it changes the engine thread so WMI must be shut down and re-init'd)
     1~~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.~~ The conflict occurs when we shutdown WMI, maybe it has already been shutdown by SDL?  (We do this because launching Atlas from within the game won't work without shutting down WMI first, it changes the engine thread so WMI must be shut down and re-init'd)