Hello @Folling, it looks like this game uses the Windows variant of SDL2 (trace:loaddll:build_module Loaded L"Z:\\mnt\\data\\steam\\steamapps\\common\\Democracy 4\\SDL2.dll" at 01680000: native). This could be getting confused by SDL_VIDEODRIVER=x11. It would be interesting to test how the game behaves with the game's launch options set to SDL_VIDEODRIVER=windows %command%. (https://github.com/ValveSoftware/Proton/issues/5587#issuecomment-1202309902)
Would you look at that. Thanks a bunch!
SDL_VIDEODRIVER=windowsx1 2023-06SDL_VIDEODRIVER=x11`.x1 2023-06SDL_VIDEODRIVER=x11`,x1 2023-06SDL_VIDEODRIVER=windows %command%x1 2023-06sdl2.dllx1 2023-06
Compatibility Report
System Information
I confirm:
steam-1410710.log
Symptoms
Launching fails relatively quickly with a messagebox that displays the following:
Reproduction
Launch the game.
PS: As I'm on wayland, I'm setting
SDL_VIDEODRIVER=x11, otherwise the game doesn't launch at all since the bundled SDL fails to select a backend.