
Solarpunk Crash on Startup PC - Black Screen, Won't Launch, Fatal Error
Fix Solarpunk crash on startup PC including black screen, fatal error, and won't launch issues. DirectX, RTX 50-series driver, Steam verify, and Visual C++ fixes.
What is the Solarpunk startup crash?
Solarpunk launched on Steam on June 8, 2026, and within 48 hours the community hub filled with reports of the game crashing immediately on launch. The most common patterns are: a black screen with the cursor visible for 5–15 seconds before the window closes silently, a "Solarpunk.exe has stopped working" Windows dialog, or a LowLevelFatalError [File:Unknown] [Line: 258] Fatal error: GPU Crashed or D3D Device Removed message from the Unreal Engine 5.5 crash reporter.
Because the game ships with both DirectX 12 and Vulkan renderers and supports NVIDIA RTX 50-series ray reconstruction at launch, the failure surface is wide. The good news is that 90% of startup crashes resolve with three or four targeted fixes — most users do not need to reinstall.
When does it occur?
- Immediately after clicking Play in Steam, before the studio logo.
- After the Solarpunk splash screen appears, then the game closes to desktop.
- During the first shader compilation pass (the game pre-compiles ~6,800 shaders).
- After the June 9 hotfix v1.0.1.2 was applied (some saves trigger this).
- When a controller (Xbox Elite, DualSense Edge, 8BitDo Ultimate 2) is plugged in at launch.
- When DLSS 4 / FSR 4 is forced on via the launch config.
Common causes
- NVIDIA GeForce driver older than 581.42 (the launch-day "Game Ready" driver).
- AMD Adrenalin older than 26.5.1 with RX 7000/9000 series cards.
- Stale shader cache from the pre-launch demo (
Saved/D3DSharedCache/). - Missing or corrupted Visual C++ 2015–2022 redistributable (x64).
- DX12 mode crashing on Windows 11 24H2 without the latest Agility SDK.
- Controller hot-plug conflict with the Steam Input layer.
- HDR forced on by Windows Auto HDR while the game also enables its own HDR.
- Overclocked GPU memory (any +offset on RTX 5070/5080/5090 causes UE5 crashes here).
Step-by-step fixes
- Update your GPU driver. NVIDIA: download GeForce 581.42 or newer from nvidia.com/drivers, choose "Custom" → "Perform a clean installation." AMD: download Adrenalin 26.5.1 or newer from amd.com/support, use Factory Reset during install. Reboot.
- Verify game files in Steam. Right-click Solarpunk in your library → Properties → Installed Files → Verify integrity of game files. The June 9 hotfix shipped a few corrupted
.pakchunks for users who pre-loaded; this catches them. - Delete the shader cache. Close Steam. Delete
%LOCALAPPDATA%\Solarpunk\Saved\D3DSharedCache\and%LOCALAPPDATA%\Solarpunk\Saved\ShaderCache\. Also clear%PROGRAMDATA%\NVIDIA Corporation\NV_Cache\. Relaunch — the shader pre-compile will run again (5–10 min), then the game should boot. - Force the Vulkan renderer. In Steam, right-click Solarpunk → Properties → General → Launch Options, paste
-vulkan -nohdr. This bypasses the D3D12 path entirely if your GPU/driver combo can't handle it. Works around the RTX 50-series ray reconstruction crash specifically. - Install Visual C++ 2015–2022 x64 redistributable. Download from aka.ms/vs/17/release/vc_redist.x64.exe, run, choose Repair if already installed. Reboot. UE5 games require this and Steam doesn't always trigger the prerequisite installer.
- Disable overlays and controllers. Disable Steam Overlay (Properties → General → uncheck "Enable the Steam Overlay"), Discord overlay (User Settings → Game Overlay → off), MSI Afterburner OSD, and unplug all controllers before launch. Solarpunk's Steam Input init crashes when more than one HID device enumerates simultaneously.
- Turn off Windows Auto HDR for Solarpunk. Settings → Display → HDR → "Auto HDR" toggle → click "Add an app" → select
Solarpunk.exefromC:\Program Files (x86)\Steam\steamapps\common\Solarpunk\→ set to Off. - Reset GPU clocks to stock. In MSI Afterburner, Precision X1, or AMD Adrenalin tuning, click "Reset to Default" / "Restore Defaults." Even +50 MHz on memory crashes the UE5 5.5 streaming system in this title — the studio confirmed this on the Steam forum on June 10.
If it still doesn't work
If the game still won't launch, check the Unreal log at %LOCALAPPDATA%\Solarpunk\Saved\Logs\Solarpunk.log. Search for the first Error: line — if it mentions D3D Device Removed (DXGI_ERROR_DEVICE_HUNG) your GPU driver/clocks are the cause; if it mentions Failed to load shader your shader cache is still corrupt (delete the entire Saved/ folder); if it mentions LoadModule failed for SolarpunkCore your install is incomplete (uninstall via Steam, manually delete the install folder, reinstall). The official Solarpunk Steam community hub (steamcommunity.com/app/2845310/discussions) has an "Official Crash Megathread" pinned by the developer for ongoing build-specific issues.
Related errors
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.
Fix NVIDIA RTX 5090 and 5080 driver crashes with VIDEO_ENGINE_TIMEOUT_DETECTED error. Resolve black screens, game crashes, and DLSS instability on RTX 50 series GPUs.
Fix Subnautica 2 crashing on launch with AMD Radeon GPUs after Adrenalin 26.5.1. Driver regression details, exact rollback steps, and -d3d12 launch option workaround.
Fix Gothic 1 Remake crashing on startup on PC. Resolve LowLevelFatalError, UE5 shader compile crashes, DX12 black screen, and GPU driver mismatches on launch day.