Thanks, `err:d3dcompiler:D3DCompile2 E5020: The 'fx_2_0' target profile is only compatible with the 'fx' target type.` in your Proton log points towards https://bugs.winehq.org/show_bug.cgi?id=37676.
This is a Windows exe compatibility issue. In the Steam Community, some Windows users mention d3dx9 error and/or the fix by downloading old DirectX runtime from Microsoft: [\[1\]](https://steamcommunity.com/app/23300/dis...
Now I understand the (half of the) problem. Two (or more) versions of DLL binaries coexist, and one is causing a problem. I ran ``$ diff``, one for those modified by winetricks, and the other is created by Proton: diff -...
Thanks, `err:d3dcompiler:D3DCompile2 E5020: The 'fx_2_0' target profile is only compatible with the 'fx' target type.` in your Proton log points towards https://bugs.winehq.org/show_bug.cgi?id=37676.
Hello @q-tan0x, without the workaround, please add [`PROTON_LOG=1 %command%`](https://github.com/ValveSoftware/Proton#runtime-config-options) to the game's launch options and attach the generated $HOME/steam-$APPID.log t...