
Directive 8020 Fatal Error and Crash on Startup Fix (PC)
Fix Directive 8020 fatal error, crashing on startup, and black screen on PC. Clear the shader cache, disable overlays, and stop UE5 crashes on Steam.
What is the Directive 8020 fatal error?
Directive 8020, the Dark Pictures Anthology entry from Supermassive Games released in May 2026, is built on Unreal Engine 5 and suffers from the day-one crashes typical of the engine. The most common is a fatal error popup reading something like "The UE-SMG029 game has crashed and will close", where SMG identifies the Supermassive Games build. Players also report a hard crash to desktop on startup, a black screen with audio only, and severe stuttering during the opening sequence.
These problems almost always trace back to Unreal Engine 5's heavy on-the-fly shader compilation, overlay hooks injecting into the renderer, outdated GPU drivers, or a corrupted/incomplete download rather than a hardware fault.
When does it occur?
- On the very first launch, while the game silently compiles shaders
- During or right after the studio logos and the opening cinematic
- When alt-tabbing out of exclusive fullscreen
- After a Steam Cloud save sync conflict on a multi-PC account
- On systems with less than 40 GB of free space on the install drive
- After a GPU driver update that left stale shader cache behind
Common causes
- Corrupted or partially downloaded game files (interrupted Steam download)
- A stale DirectX/Unreal shader cache from a previous driver version
- Overlay software (Discord, Steam, GeForce, MSI Afterburner/RTSS) hooking the UE5 renderer
- Outdated or improperly installed GPU drivers
- Missing Microsoft Visual C++ 2015-2022 Redistributables (
VCRUNTIME140.dllerrors) - Running the game from a slow HDD or a drive with too little free space
- Steam Cloud sync overwriting a fresh config with a corrupt one
Step-by-step fixes
- Verify game files — In Steam, right-click Directive 8020 > Properties > Installed Files > Verify integrity of game files. This re-downloads corrupted assets, the single most common cause of startup crashes.
- Clear the DirectX shader cache — Open Disk Cleanup (
cleanmgr), select your system drive, tick DirectX Shader Cache, and clean it. On NVIDIA, also delete the contents of%LocalAppData%\NVIDIA\DXCacheand%LocalAppData%\NVIDIA\GLCache. This forces a clean shader rebuild.
- Let shaders compile on first launch — Start the game and sit on the main menu for about 5 minutes without pressing anything. UE5 compiles shaders in the background; interrupting this causes the stutters and crashes most players see early on.
- Update GPU drivers cleanly — Install the latest driver from NVIDIA, AMD, or Intel. If crashes persist after a recent driver, use Display Driver Uninstaller (DDU) in Safe Mode to fully remove the old driver, then reinstall.
- Disable all overlays — Turn off the Steam overlay (Properties > General), Discord overlay (Settings > Game Overlay), GeForce/NVIDIA App overlay, and close MSI Afterburner/RivaTuner. Overlay hooks are a leading cause of UE5 fatal errors.
- Force DirectX 11 — Add
-dx11to the launch options (right-click the game > Properties > General > Launch Options). UE5's DX12 path is the more crash-prone on older or mixed-vendor systems.
- Free up disk space and use an SSD — Ensure at least 40 GB free on the install drive. Move the game to an SSD if it is on an HDD; UE5 streams assets aggressively and stutters or crashes when storage can't keep up.
- Resolve Steam Cloud conflicts — If you play on more than one PC, disable Steam Cloud for the game (Properties > General), then delete the local save config in
%LocalAppData%\Directive8020\Saved\Configand relaunch to regenerate a clean configuration.
If it still doesn't work
If the fatal error survives all of the above, reinstall the Microsoft Visual C++ 2015-2022 Redistributable (both x86 and x64) from Microsoft's official download page, since missing runtime DLLs throw an immediate crash. Cap your framerate to 60 in the NVIDIA/AMD control panel to rule out an unstable GPU overclock — many "random" UE5 crashes are factory-overclocked cards failing under load. Finally, check the Directive 8020 Steam Community hub and Supermassive Games' support channels for hotfixes; UE5 launch titles are typically patched for stability within the first two weeks. Attach your dxdiag report when filing a crash ticket.
Related errors
Fix Nioh 3 fatal error crashes, black screens, and freezing on PC. Resolve startup failures, cutscene stutters, and shader compilation issues on Steam.
Fix the UE-Sandfall fatal error crash in Clair Obscur: Expedition 33 on PC. DirectX 11 switch, shader cache fix, overlay conflicts, and GPU driver solutions.
Fix DXGI_ERROR_DEVICE_HUNG (0x887A0006) crashing all games on Windows 10 and 11. TDR registry fix, GPU underclocking, DirectX 11 fallback, and driver solutions.