Fixing Crashes
Helpful information for diagnosing crashes.
TL;DR
Locate the correct log to get help faster.
Resend your log if you keep crashing.
Not all mods in the stacktrace are the cause.
Perform a binary search if logs are unclear.
Exit codes
Different Minecraft exit codes have useful information located elsewhere. Click below to find the relevant log for your exit code.
Multiple crashes
If you are experiencing a crash, removed the suspected cause, and you are still crashing, you may now have a different issue. This is usually indicated by the stacktrace in your crashlog looking different. In this case, you should always resend your crashlog to whoever is helping you! This way, they will be able to see the new log.
Weird mods showing in crashes
Some mods load themselves into the game in a different way, such as Essential. This can cause them to appear inside every crashlog generated. If such a mod is present, then they should appear towards the bottom of the stacktrace if they aren't the cause of the crash. If they appear high up, they could be the (or a part of the) cause of the problem.
Last updated
Was this helpful?