Hello @Kuroum, 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/8819#issuecomment-5375333514.
Ok thanks
xaudio2_9.dllx1 2026-08xaudio2_9redist.dllx1 2026-080xc0000005x1 2026-08
Compatibility Report
System Information
I confirm:
Symptoms
Stellar Blade crashed immediately after startup under Proton 11.
The Proton log showed an access violation in xaudio2_9.dll:
Exception 0xc0000005
L"xaudio2_9.dll" + 000000000000D15A
The game also ships its own XAudio2 redistributable at:
Engine/Binaries/ThirdParty/Windows/XAudio2_9/x64/xaudio2_9redist.dll
Replacing the prefix's system32/xaudio2_9.dll with this xaudio2_9redist.dll allowed the game to start successfully.
The replacement caused a separate audio issue because my PipeWire PulseAudio server was not running. After starting pipewire, wireplumber, and pipewire-pulse, audio worked correctly.
The issue therefore appears to be related to Proton's xaudio2_9.dll rather than the game itself.
Reproduction
Install and launch Stellar Blade with Proton 11.
The game crashes during startup.
The Proton log shows an EXCEPTION_ACCESS_VIOLATION in xaudio2_9.dll.
Replace the following file in the Proton prefix:
compatdata/3489700/pfx/drive_c/windows/system32/xaudio2_9.dll
with:
common/StellarBlade/Engine/Binaries/ThirdParty/Windows/XAudio2_9/x64/xaudio2_9redist.dll
Launch the game again. The game starts successfully.