Hello @xh3sh, we're using one issue report per unofficially supported game title, so I've gone ahead and transferred this issue report to https://github.com/ValveSoftware/Proton/issues/8951#issuecomment-5559699751.
DXVK_FRAME_RATE=0x1 2026-09DXVK_HUD=fps,frametimes,gpuloadx1 2026-09gameassembly.dllx1 2026-09
Compatibility Report
System Information
steam-zzz-log.zip
I confirm:
(Note: I am aware of #8951, which reports abnormally high CPU usage on this game under Wine. Opening a separate report because the symptom here is different and more specific - a hard FPS ceiling with GPU headroom unused, on integrated rather than discrete GPU - but flagging the overlap in case a maintainer wants to merge them.)
Symptoms
FPS sits flat around 50, regardless of:
DXVK_FRAME_RATE=0At native resolution (1920x1200 @ 60Hz), GPU clock does ramp up (observed up to ~2673MHz on
pp_dpm_sclk) and GPU load sits around 73% - so it's not simply idling at a low power state. FPS stays at ~50 regardless.Ruled out via direct testing (no effect on FPS):
Control test: forced Unigine Heaven (owned via Steam) to run through the same Proton-GE instead of its native Linux build, DirectX11 render mode, same native resolution. Result: FPS ranges naturally with scene load - average 63.4, min 8.7, max 118.3 - with GPU clock reaching the full ~2700MHz under heavier load. So Proton-GE + DXVK + amdgpu on this specific APU scale normally under real GPU load; the flat ~50 ceiling seems specific to this game.
Hypothesis & profiling data:
-
top -Hshows the game's main thread is pegged at ~95–98% CPU of a single core, while worker threads hoveraround 10–15%.
-
perf staton the main thread shows an IPC of ~0.64 with ~21%stalled-cycles-frontendand ~28% cache-miss rate,consistent with instruction-fetch latency on the large 522MB
GameAssembly.dll(IL2CPP) under Wine translation.- Increasing CPU core clock from 3.3 GHz to 4.5 GHz via platform profile does not change FPS, confirming the
bottleneck is memory-latency/translation bound rather than raw compute or GPU.
Reproduction