Quick answer for advanced users
Delete the game's config folder in %localappdata%\ or %appdata%\, then verify game files via Steam/Epic. If that doesn't work, do a clean install of your GPU driver with DDU.
Why you're seeing this error
The "Game Engine Crashed" message is a catch-all. The game's engine — Unity, Unreal, or a custom one — hit something it couldn't recover from. 8 times out of 10, it's a corrupted config file. You changed a graphics setting, the game saved it wrong, and now it can't load. Other common triggers: a bad GPU driver update (especially after a Windows patch), an overlay like Discord or GeForce Experience conflicting, or the game's files got corrupted during an update. Had a client last month whose entire setup locked up because Nvidia's driver installer failed mid-step and left a half-baked driver. Took 20 minutes to fix once we stopped guessing.
Fix: Clear the config and verify game files
- Close the game entirely. Check Task Manager in case it's still running in the background.
- Press Win + R, type
%localappdata%, and hit Enter. Look for a folder named after the game — e.g.,Palworld,Cyberpunk2077,FortniteGame. If you don't see it, try%appdata%instead. - Inside that folder, find a subfolder called
Saved,Config, orSettings. Rename it toConfig_oldor just move it to your desktop. Don't delete it yet — you might need it later to copy back keybinds. - Verify game files in your launcher:
- Steam: Right-click game > Properties > Installed Files > Verify integrity of game files.
- Epic Games: Click the three dots next to the game > Verify.
- Xbox app: Click the three dots > Manage > Files > Verify and repair.
- Launch the game. It'll generate fresh config files. If it works now, you're done. If not, move on.
Alternative fix: Clean GPU driver install
If the config fix didn't help, the driver's the suspect. Here's the only way to do it right:
- Download Display Driver Uninstaller (DDU) — free, no bloat, works for Nvidia, AMD, and Intel.
- Boot Windows into Safe Mode (hold Shift while clicking Restart, then Troubleshoot > Advanced options > Startup Settings > Restart).
- Run DDU. Select your GPU brand, then click "Clean and restart". This wipes every trace of the old driver, including leftover registry entries.
- After reboot, download the latest driver fresh from Nvidia or AMD's site. Not from Windows Update — that version's usually old and generic.
- Install it with a "Clean Installation" checkbox if you see one (Nvidia offers this). Reboot again.
- Try the game. Had a user whose STALKER 2 crashed every 20 minutes — DDU fixed it instantly.
Still crashing? Try these quick checks
- Disable all overlays: Turn off Discord overlay, GeForce Experience overlay, Xbox Game Bar, and any Steam overlay. Overlays inject into the engine and can corrupt memory allocation.
- Lower graphics settings: Set everything to Low or Medium. Some engine crashes happen at higher presets due to VRAM limits.
- Run as admin: Right-click the game's .exe > Properties > Compatibility > Run this program as an administrator. Some games need write access to their own folders.
- Check for Windows updates: A recent Windows patch broke some games. If the crash started after an update, try rolling back the update via Settings > Windows Update > Update history > Uninstall updates.
How to prevent it from happening again
Two things: keep your drivers stable and don't mess with config files manually. When a game updates, delete the config folder yourself before launching — it forces the game to rebuild cleanly. Also, use DDU every time you upgrade your driver. Regular uninstallers leave crumbs that pile up over months and eventually cause engine errors. I do this once every six months for my own rig, and I haven't seen this error in years.