... watch?v=KO5Uod9BQtg) by defining some launch parameters:
```
PROTON_USE_WINED3D11=1 PROTON_NO_ESYNC=1 %command%
```
Without those it immediately closes ...
... is required to run the engine`
Running by `PROTON_USE_WINED3D11=1 %command%` solve the problem.
But Steam Windows version ...
comment by EpicureanGit 路 2023-11-23 路 view 路 github
... https://gist.github.com/EpicureanGit/9a0d91a1f3bae920cfa4b5f13d1046af
PROTON_LOG for Tracks using PROTON_USE_WINED3D11=1
https://gist.github.com/EpicureanGit/6bc853435835b56d9890e06f832d7205 ...
... 3. ~~Arguments were needed to launch: `PROTON_USE_WINED3D11=1 PROTON_LOG=1 PROTON_DUMP_DEBUG_COMMANDS=1 %command%`~~
~~Without these arguments, the game ...
The games work "perfectly" with:
BioShock: PROTON_NO_D3D11=1 PROTON_NO_ESYNC=1 %command%
BioShock Remastered: PROTON_USE_WINED3D11=1 PROTON_NO_ESYNC=1 %command%
comment by Thinkaboutmin 路 2018-08-24 路 view 路 github
... post, @miguev might as well try this too.
PROTON_USE_WINED3D11=1 %command%
This should disable DXVK and run the ...