Skip to main content

Understanding Crash Reports

Crash reports can be lengthy and complex, but key sections provide crucial information for diagnosing the issue.

Key Sections of a Crash Report

  1. Description:

    • The top section provides a brief description of the crash, often including the error message or exception that caused the crash.
  2. Time:

    • The timestamp of when the crash occurred.
  3. System Details:

    • Information about the server’s environment, including Java version, operating system, and memory allocation.
  4. Stack Trace:

    • A detailed trace of the code execution at the time of the crash, showing the exact sequence of method calls that led to the crash.
  5. Loaded Mods:

    • A list of all the mods and their versions that were loaded at the time of the crash.

Example Crash Report