Rated 5.0/5.0 by 1 user


Creators and Publishers

asbestosstar

Creator

amerigovespuccip

Publisher

Share this post



CrashDetector

CrashDetector Mod

This a a stacktrace reader and log analyser. it will allow stacktraces to be read. It has a bunch of other featurs to help make finding the cause of your crashes easier. It reduces the amount of log reading you need to do and the amount of English you need to know.

 This a a stacktrace reader and log analyser. it will allow stacktraces to be read. It has a bunch of other featurs to help make finding the cause of your crashes easier. It reduces the amount of log reading you need to do and the amount of English you need to know.


It looks for

  • Missing Dependencies
  • Bad Drivers
  • EarlyWindowIssues
  • Works on ModLauncher (MCForge and derivatives) 1.17+, FabricMC, and FeatureCreep
  • Free and Open Source
  • Supports Español, English, Arabic, Portuguese, Russian, Chinese, Persian, Korean, Japanese, Esperanto and more.
  • Broken SpongeMixin Configs
  • ModLauncher services+SpongeMixins in Stacktrace
  • Jar Files in lines
  • If there is no modfile in the lines it checks for modids (this is common in dev enviornments and dev orientated launchers)
  • If that does not exist it checks for packages in that line
  • It seperates between Fatal and nonFatal Traces saying to prioritise the Fatal ones
  • It has a level and line number system, ones with higher level should be prioritised over ones with lower level, in the same level ones with lower ln should be prioritised as specified.
  • It has denylists of prefixes for packages to stop loader packages and modids and jars from being included in the output.
  • Finds fatal class not found errors
  • Works with many different log format types from different launchers
  • Makes it easy to find cause of crash
  • Customisable GUI based on HTML that modpack editors can customise (just go to crash_detector/pantilla.htm and edit it keeping the contents inside {})
  • Shows where your logs are
  • Ability to share your report with links to logs using securelogger.net

PLANNED CONTENT

  • Integrates with MixerLogger
  • Checks for other common issues such as old versions of ASM and mismatched java versions.
  • Support for more launchers

It still needs some testing and some more real world use and some beautification but it should eventually be possible to have a stacktrace reader like this one.

Notes:

The Modlauncher version should work on NeoForge and PillowLoader as we do write our class file to support their format, however these are not well tested. MCForge and its new NovaLauncher are the primary test subject.

The Jar is the same on all modloaders (ModLauncher,FeatureCreep, and FabricMC)

This is untested on quilt-loader and QSLs logging library.

This does not work on the laucher Theseus or modrinth.gg servers, this can easily be changed with coremods though.

The mod has just entered beta, the formatting and appearance has a lot to be desired and many things are still needing to be fixed or improved and should be improved in the upcoming days. You can help by submitting your reports which are not well detected by the builtin checker so we can learn about implementing these changes