
frickolas
Published
Black screen on launch
Getting a black screen on launch and a "Watchdog timeout" error in logs. Tried literally everything under the sun. A bunch of Proton and Proton GE variants, all the usual launch arguments as well as some sketchy launch options off reddit.
WINE_CPU_TOPOLOGY="4:0,1,2,3" DXVK_FRAME_RATE=60 %command%
Game would crash on startup prior to limiting cores, this happens on windows as well.
Won't get past main menu
VKD3D_CONFIG=dxr12 %command%
Had issues with fullscreen not working. Tried various troubleshooting steps, including various versions of proton and disabling MSAA.
MESA_VK_WSI_PRESENT_MODE=fifo vblank_mode=3 %command%
Screen tearing without launch options
Runs fine for the most part
Crashes when alt-tabbing on wayland
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.i686.json:/usr/share/vulkan/icd.d/intel_icd.x86_64.json %command% -d3d12
Frequent stuttering when entering new areas, probably a consequence of forcing DX12.
Game gives "Fatal error" window when launched without any tinkering. Got it to launch with arguments I found burried in this Github issue: https://github.com/ValveSoftware/Proton/issues/6017
Try both DX11 and 12, see which works better. I got texture bugs with DX11.
DX11 arguments: VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.i686.json:/usr/share/vulkan/icd.d/intel_icd.x86_64.json PROTON_USE_WINED3D11=1 %command%
DX12 arguments: VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.i686.json:/usr/share/vulkan/icd.d/intel_icd.x86_64.json %command% -d3d12
-d3d12
Lighting glitches near the end of the game
Shows "fatal error" window by default. If DirectX12 gives you trouble, try DirectX11 with these launch options: VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.i686.json:/usr/share/vulkan/icd.d/intel_icd.x86_64.json PROTON_USE_WINED3D11=1 %command%
Cuts off parts of the screen if not set to native resolution
Origin wouldn't install properly the first time, fixed by deleting the steamapps/compatdata/1237970
folder and trying again with Proton 7.
The EA launcher didn't work for me when using Proton 8 / expiramental. If you don't see the EA launcher install process finish on first launch, try switching to Proton 7 or older.