Before you change anything
Write down the action that triggers the error: starting the game, loading a save, entering an area, equipping an item, or hosting a server. Back up the affected save before removing mods or files. Some mod failures do not appear until their item or map area is first loaded.
Diagnose the message in the safest order
- Close the game, launch it again, and reproduce the error once.
- Open the current
console.txtand search from the firstERRORorSTACK TRACEnear the failure time. - Record the first named mod, file, Java class, Lua file, or resource path. Later errors may be consequences of the first one.
- If a mod is named, test on a new save with that mod and its dependencies disabled. For a large list, disable half at a time until the error stops.
- If no mod is named, verify the game files in Steam, restart, and reproduce the issue again.
Match the log, not the popup
- A missing Workshop item or mod path points to a download, dependency, or load-order problem.
- A repeatable Lua or Java trace that names a mod points to that mod or one of its dependencies.
- A missing base-game file points toward file verification before any reinstall.
- A memory or Java heap message requires a memory-focused check, not random file deletion.
- A clean vanilla test that works while the modded test fails narrows the problem to the mod set, even if the first log does not name one mod clearly.
When the first pass does not identify a cause
Create a fresh, unmodded test save and repeat the same action. If it works, re-enable mods in small groups or by halves. If it still fails in vanilla, keep the clean log and verify game files. Only consider a full user-folder reset or reinstall after a log-supported test, and preserve your saves first.
Sources
The Indie Stone support: unexpected error and console.txt — Official support discussion.
The Indie Stone support: vanilla Build 42 unexpected error — Official Build 42 support case.
Steam support discussion: unexpected error troubleshooting — Community troubleshooting with support guidance.