Latest maintainer comment ·
kisak-valve · 2020-09-14 ·
#271Hello @namtsui, looks like this is a DirectX 9 game and D3D9 support was integrated into DXVK to translate it into Vulkan. DXVK/D3D9 was enabled by default in Proton 5.0. Nouveau does not support Vulkan at all, which is why the game failed to run on your system. You could try adding `PROTON_USE_WINED3D=1 %command%` to the game's launch options to tell Proton to use wine's DirectX to OpenGL render ...