
MoreCrashInfo
The mod expands information in Minecraft crash reports, making problem diagnosis more convenient and effective.
Why is this mod needed?
In Forge versions 1.13.2-1.14.3, mod lists and coremod lists disappeared from crash reports, making it difficult to analyze crash causes. Although Forge 1.14.4 brought back the mod list, it's presented in an unformatted way, which is inconvenient with a large number of installed mods. Additionally, the coremod list is still missing.
Starting from Forge 1.15.2, mods can use Mixin to work with class files, which can also cause crashes, but this information isn't displayed in crash reports.
What does the mod add?
MoreCrashInfo provides conveniently formatted lists of mods, coremods, and Mixin in crash reports, significantly simplifying the diagnostic process.
Additional features
The mod also includes functions for automatic analysis of certain types of crashes. Currently, it helps solve problems with java.lang.VerifyError
.
Compatibility
- Minecraft 1.13.2-1.19.3 with Forge
- Java 8-19