Menu
 

ASA Crash Fix - ARK Wiki

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:

  1. In Steam, right-click ARK: Survival Ascended in your library.
  2. Select Properties.
  3. In the Launch Options field, paste:
    -dx11
  4. 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.

  1. NVIDIA: GeForce Experience > Drivers tab > Check for updates. Or download direct from nvidia.com.
  2. AMD: AMD Adrenalin software > Driver & Software section > Check for updates.
  3. Intel: Intel Arc Control or driver download page.
  4. 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":

  1. Press Win+R, type dxdiag, press Enter.
  2. On the Display tab, check Feature Levels — it should list 12_0 or 12_1.
  3. If only 11_0 is listed, your GPU is too old for DX12. Use the -dx11 launch option permanently.
  4. 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:

  1. In-game, open Options > Graphics.
  2. Find Enable Foliage And Fluid Interaction.
  3. Set to Off.
  4. 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:

  1. Options > Graphics > Max Frame Rate.
  2. Set to your monitor's refresh rate (e.g. 60, 75, 144).
  3. 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:

  1. Options > Graphics > Graphics Preset.
  2. Try Medium first; Low if still crashing.
  3. 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:

  1. Steam > right-click ASA > Properties.
  2. Installed Files tab > Verify integrity of game files.
  3. 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:

  1. Steam Workshop > ASA > Subscribed tab.
  2. Unsubscribe from the most-recently-added mod.
  3. Verify integrity (Fix 8).
  4. Launch and test.
  5. If crash persists, repeat for the next mod.

Diagnostic Cheat Sheet

SymptomMost Likely Fix
Crashes immediately on launchAdd -dx11 launch option (Fix 1)
"DX12 not supported"Old GPU; use -dx11 permanently (Fix 1+3)
Crashes after ~15 minutes in dense biomeDisable Foliage Interaction (Fix 4)
Crashes during loading screenVerify integrity (Fix 8)
Crashes 30s after Lumen-heavy sceneLower Lumen GI (Fix 6)
Crashes after a mod was addedDisable mods one-by-one (Fix 9)
Render thread error in logark.VertexCountScaling 1 (Fix 7)
Thermal throttle / hot GPUCap 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.

Tired of fighting this issue every patch?

Run a managed Ark server with us — we handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See Ark hosting plans →
Top