ARK: Survival Ascended — Crash Fix Guide
ASA crashes fall into two buckets: startup crashes (DirectX, drivers, mods) and mid-session crashes (render thread, memory, foliage interaction). The single fix that resolves the largest share of startup crashes is the -dx11 launch option. Mid-session crashes need a more targeted approach.
Fix 1: Force DirectX 11 (Startup Crash)
By far the most reported fix for ASA startup crashes. Forces the game to skip DX12 entirely:
- In Steam, right-click ARK: Survival Ascended in your library.
- Select Properties.
- In the Launch Options field, paste:
-dx11 - Close Properties and launch.
If -dx11 alone doesn't work, try these alternatives:
-d3d11-force-d3d11-windowed -d3d11
Performance trade-off: DX11 mode loses some UE5 rendering features and can drop FPS by 5–15% vs DX12 on systems where DX12 actually works. Use only as a workaround until your DX12 issue is resolved.
Fix 2: Update Your GPU Driver
UE5.5 fixes ship through GPU driver updates. If you haven't updated in a month, you're probably on an outdated stack.
- NVIDIA: GeForce Experience > Drivers tab > Check for updates. Or download direct from nvidia.com.
- AMD: AMD Adrenalin software > Driver & Software section > Check for updates.
- Intel: Intel Arc Control or driver download page.
- After install, restart your machine. Don't skip the restart — driver updates need a clean boot.
Fix 3: Verify DX12 Support
If you get "DirectX 12 is not supported on your system":
- Press Win+R, type
dxdiag, press Enter. - On the Display tab, check Feature Levels — it should list 12_0 or 12_1.
- If only 11_0 is listed, your GPU is too old for DX12. Use the
-dx11launch option permanently. - Verify VRAM is real GPU memory, not shared system RAM. ASA needs at least 4 GB true VRAM; 8 GB+ is recommended.
Fix 4: Disable Foliage Interaction (Mid-Session Crashes)
The "Enable Foliage And Fluid Interaction" setting causes a meaningful share of crashes in dense biomes:
- In-game, open Options > Graphics.
- Find Enable Foliage And Fluid Interaction.
- Set to Off.
- Restart the game.
Bonus: this also gives you 3–5 FPS. See our FPS optimization guide for more.
Fix 5: Lower Max Frame Rate
If your GPU runs hot (95°C+) you'll hit thermal throttling and crash. Cap the frame rate:
- Options > Graphics > Max Frame Rate.
- Set to your monitor's refresh rate (e.g. 60, 75, 144).
- If thermal issues persist, set to 30–60 to give the GPU breathing room.
Fix 6: Lower Graphics Preset
Crashes correlated with high-res textures or Lumen GI? Drop the preset:
- Options > Graphics > Graphics Preset.
- Try Medium first; Low if still crashing.
- The single biggest stability win in this menu is Lumen Global Illumination = Off — drop just that one setting if you'd rather keep texture quality high.
Fix 7: Render Thread Core Crash
If your crash log shows "Render Thread Core" or similar, run this console command in-game:
ark.VertexCountScaling 1
This forces uniform vertex-count scaling and resolves an intermittent UE5 render thread issue reported across patches.
Fix 8: Verify File Integrity
Corrupted assets after a patch can crash the game silently:
- Steam > right-click ASA > Properties.
- Installed Files tab > Verify integrity of game files.
- Wait for the scan to complete and any missing files to download.
Fix 9: Disable Mods Temporarily
If your crash started after subscribing to a mod, the mod is the suspect. Disable mods one-at-a-time:
- Steam Workshop > ASA > Subscribed tab.
- Unsubscribe from the most-recently-added mod.
- Verify integrity (Fix 8).
- Launch and test.
- If crash persists, repeat for the next mod.
Diagnostic Cheat Sheet
| Symptom | Most Likely Fix |
|---|---|
| Crashes immediately on launch | Add -dx11 launch option (Fix 1) |
| "DX12 not supported" | Old GPU; use -dx11 permanently (Fix 1+3) |
| Crashes after ~15 minutes in dense biome | Disable Foliage Interaction (Fix 4) |
| Crashes during loading screen | Verify integrity (Fix 8) |
| Crashes 30s after Lumen-heavy scene | Lower Lumen GI (Fix 6) |
| Crashes after a mod was added | Disable mods one-by-one (Fix 9) |
| Render thread error in log | ark.VertexCountScaling 1 (Fix 7) |
| Thermal throttle / hot GPU | Cap Max Frame Rate (Fix 5) |
Stop crashing, start surviving. Host an ASA server with Supercraft for stable dedicated-server hosting that doesn't crash mid-raid.