Yeah, that crash to desktop right when you hit "Play" is annoying as hell. I've seen it on three different rigs this month alone. Skip the forum scavenger hunt — here's what actually fixes it.
The Fix That Works 9 Times Out of 10
Open your Steam library, right-click God of War Ragnarök, go to Properties > Installed Files, and click Verify integrity of game files. Wait for it to finish — usually a few minutes on an SSD. Then try launching again.
If that doesn't do it, clear the shader cache. That's the real culprit for most startup crashes. Open the Run dialog (Win+R) and type:
%LOCALAPPDATA%\Sony Interactive Entertainment\God of War Ragnarök\
Delete the ShaderCache folder inside. Don't worry, the game rebuilds it on next launch. It takes a minute longer to load the first time, but it'll actually launch.
Why This Works
The error code 0xc0000005 is an access violation — the game tries to read a corrupted shader file and Windows slams the door. That shader cache can get corrupted by a bad GPU driver update, an interrupted shutdown, or just a lucky roll of the dice. Verifying files catches any missing or broken game files; clearing the shader cache forces the game to recompile everything from scratch. I had a client last month whose whole game would crash on the title screen — same fix, done in five minutes.
Less Common Variations (When the Basics Don't Work)
Sometimes the easy stuff fails. Here's what else I've seen work in the field.
Missing Visual C++ Runtimes
The game needs the 2015-2022 Visual C++ redistributables. If they're missing or an old version is hanging around, the game dies before it even initializes. Go grab them from Microsoft's site (search "Visual C++ redistributable latest supported downloads") and install the x64 version. This is way more common than people think — I've fixed two machines this year where this was the whole problem.
GPU Driver Rollback
If you updated your Nvidia or AMD driver right before the game started crashing, roll back. Use Display Driver Uninstaller (DDU) in safe mode, then install the previous driver. A fresh driver can break shader compilation for a week until the game patches catch up. Not saying it's fair, but it's real.
Windows 11 24H2 Specific Woe
There's a known issue with 24H2 and this game's anti-cheat (it uses a kernel-level driver). If you're on 24H2 and the game crashes with a blue screen or a hang followed by a crash, check Windows Update. Microsoft pushed a compatibility fix in late November. If you're already updated and still crashing, try running the game in Windows 10 compatibility mode: right-click the .exe in Steam > Properties > Compatibility > check "Run this program in compatibility mode for" and pick Windows 10.
Overclocking and XMP
This one's sneaky. An unstable CPU or RAM overclock can cause random access violations in heavy games. Ragnarök is a beefy port — it'll stress your system harder than most. If you've got XMP enabled, try disabling it. If you've got a manual OC, drop to stock. I've seen a stable-overclock-for-months setup suddenly crap out on this game. It happens.
Prevention: Don't Let It Come Back
Once it's working, here's how to keep it that way:
- Update your GPU drivers regularly — but wait a week after a new game patch before updating. Let others be the crash test dummies.
- Don't force-quit the game when it's loading shaders. Give it a minute. Alt-tabbing or killing it mid-compile can corrupt the cache.
- Verify files after every big game update — takes two minutes, saves you a headache.
- Keep Windows and Visual C++ runtimes current. Those background updates matter.
That's it. Try the shader cache clear first — it's the fastest and most common fix. If you're still stuck after all this, hit up the Steam community forums, but I'd bet money you won't need to.