protonscr

DarkOrbit Reloaded

protonopen appid 4054110Game compatibility - Unofficial
ValveSoftware/Proton#9612 · opened 2026-03-24 by IVBACK · updated 2026-03-25 · 0 comments · github · game page · search this game
IIVBACK 2026-03-24 github

Game: DarkOrbit Reloaded
AppID: 4054110
Proton version: Proton Experimental (latest)
OS: CachyOS (Arch-based), Kernel 6.19.7-1-cachyos

Problem

DarkOrbit uses Vuplex 3D WebView (embedded Chromium/CEF) for its login screen. Without PROTON_SET_GAME_DRIVE=1, the Chromium subprocess crashes at launch with:

GPU process launch failed: error_code=2
FATAL:gpu_data_manager_impl_private.cc(447) GPU process isn't usable. Goodbye.
Failed to grant sandbox access to cache directory

This is the same Vuplex WebView issue as #7960 (Sword of Convallaria).

Fix

Adding PROTON_SET_GAME_DRIVE=1 to launch options fixes the Steam version completely.

Request

Please add AppID 4054110 (DarkOrbit Reloaded) to the built-in gamedrive mitigation list in Proton, so it works out of the box without manual launch options.

The relevant code is in proton script around the gamedrive list:

"1890220", #Figmin XR
"2058180", #Judgment
"4054110", #DarkOrbit Reloaded  # <-- add this

Additional Note

The standalone (non-Steam) client has an additional issue: even with gamedrive, the embedded Chromium's GPU process fails to initialize ANGLE/Vulkan (eglInitialize SwANGLE failed). This requires forcing software rendering via --use-gl=swiftshader --use-angle=swiftshader flags on the Vuplex subprocess. Details and workaround in this guide.

Proton versions

Launch options