protonscr

Dispatch

protonclosed appid 2592160Game compatibility - Unofficial
ValveSoftware/Proton#9333 · opened 2025-12-24 by JoveToo · updated 2025-12-24 · 4 comments · github · game page · search this game
JJoveToo 2025-12-24 github

Compatibility Report

  • Name of the game with compatibility issues: Dispatch
  • Steam AppID of the game: 2592160

System Information

  • GPU: RTX5090
  • Video driver version: nvidia 580.119.02
  • Kernel version: 6.17.12-300.fc43.x86_64
  • Link to full system information report as Gist
  • Proton version: Many, see below.
  • Steam runtime diagnostics

I confirm:

  • [X] that I haven't found an existing compatibility report for this game.
  • [X] that I have checked whether there are updates for my system available.

Symptoms

Games fails to start. I have tried various settings from the ProtonDB but nothing works.

Proton Version Launcher options Result Log file
Proton 10.0-3 PROTON_LOG=1 %command% Black screen with popup: LowLevelFatalError [File:Unknown] [Line: 902] Rendering thread exception: LowLevelFatalError [File:Unknown] [Line: 258] Result failed at C:/DispatchBuilder/Main/Game/UnrealEngine/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Viewport.cpp:443 with error E_FAIL steam-2592160.log
Proton 10.0-3 PROTON_LOG=1 PROTON_USE_WINED3D=1 %command% Game seems to start normally but mouse if very sluggish. After a while, the game crashes. steam-2592160.log
Proton 10.0-3 PROTON_LOG=1 PROTON_ENABLE_WAYLAND=1 %command% Black screen, game crashes with popup. LowLevelFatalError [File:Unknown] [Line: 902] Rendering thread exception: LowLevelFatalError [File:Unknown] [Line: 258] Result failed at C:/DispatchBuilder/Main/Game/UnrealEngine/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Viewport.cpp:443 with error E_FAIL steam-2592160.log
Proton Experimental PROTON_LOG=1 %command% White screen. After a while, a popup LowLevelFatalError [File:Unknown] [Line: 902] Rendering thread exception: LowLevelFatalError [File:Unknown] [Line: 258] Result failed at C:/DispatchBuilder/Main/Game/UnrealEngine/Engine/Source/Runtime/Windows/D3D11RHI/Private/3D11Viewport.cpp:443 with error E_FAIL steam-2592160.log
Proton Experimental PROTON_LOG=1 PROTON_USE_WINED3D=1 %command% Game seems to start normally but mouse if very sluggish. After a while, the game crashes. steam-2592160.log
Proton 9.0-4 PROTON_LOG=1 %command% Black screen, popup: LowLevelFatalError [File:Unknown] [Line: 258] CreateSwapChainResult failed at C:/DispatchBuilder/Main/Game/UnrealEngine/Engine/Source/Runtime/Windows/D3D11RHI/Private/Windows/WindowsD3D11Viewport.cpp:248 with error E_FAIL steam-2592160.log

Reproduction

Just start the game.

Kkisak-valve maintainer 2025-12-24 github

Hello @JoveToo, https://gist.github.com/JoveToo/6fc5de394e94b2106f01eb4e57466f97#file-gistfile1-txt-L94-L120 is the section of your runtime diagnostics to focus on. The game's trying to run on your iGPU using mesa, but is failing because mesa currently can not render to a gui session running on the NVIDIA proprietary driver. DRI_PRIME=pci-0000_13_00_0 at https://gist.github.com/JoveToo/6fc5de394e94b2106f01eb4e57466f97#file-gistfile1-txt-L1721 seems like a hint. If you completely close Steam, then run steam from a terminal, does that have an effect?

JJoveToo 2025-12-24 github

Hi @kisak-valve, thanks! If I run steam from the terminal everything works fine!

Is there a way I can configure steam to never use the iGPU? It doesn't even have a monitor attached.

Kkisak-valve maintainer 2025-12-24 github

That implies that it's the desktop environment listening to PrefersNonDefaultGPU=true in Steam's desktop shortcut and setting DRI_PRIME.

JJoveToo 2025-12-24 github

I had some trouble identifying the right Steam.desktop but it indeed contained PrefersNonDefaultGPU=true. Removing that and rebooting solves the issue.

Thank you for the help and Merry Christmas, @kisak-valve!