
KnightlyDuckling
Published
PROTON_USE_WINED3D=1 %command%
Change the winecfg for the game's wine prefix to disable "Allow the window manager to control the windows". For my steam install path, that means running this command:
env WINEPREFIX=~/.steam/steam/steamapps/compatdata/2666510/pfx winecfg
Go to the graphics tab, and uncheck "Allow the window manager to control the windows" from the window settings section.
This removes the issues with black screen and seems to have it working exactly as intended (alongside the WINED3D launch option). I haven't actually played it much as of writing this though so ymmv
PROTON_USE_WINED3D=1 %command% -windowed
To fix black screen issues and get the game working as intended, change the wine configs in the game's prefix. For my steam install location, I ran:
env WINEPREFIX=~/.steam/steam/steamapps/compatdata/2666510/pfx winecfg
Then in the window that opens, go to the graphics tab and uncheck "Allow the window manager to control the windows". Now when you launch it should work as expected