Hello @hasezoey, you're setting `SDL_VIDEODRIVER=wayland` globally somewhere (https://gist.github.com/hasezoey/04987fc45b69e629829295250732c6d9#file-steaminfo-txt-L154) and that's interfering with SDL run inside Proton in a similar way as https://github.com/ValveSoftware/Proton/issues/5587#issuecomment-1221255936. You could try setting the game's launch options to `SDL_VIDEODRIVER= %command%` or m...
> Hello @hasezoey, you're setting SDL_VIDEODRIVER=wayland globally somewhere (https://gist.github.com/hasezoey/04987fc45b69e629829295250732c6d9#file-steaminfo-txt-L154) true, kind of forgot about that, though i was confu...