All versions
1.2.14alpha
Alpha
crash_assistant-fabric-1.2.14alpha.jarlast year 75
Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.2–1.19.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
1.2.14alpha:
- Attempt to fix gui not starting on Apple.
1.2.13:
- Removed ModdedMC Discord waning since it ignored by most of the users.
- Fixed stuck on Upload All Button press if available logs are empty.
- Added in generated message information about
CurseForge: skip launcherused. - Added new config option
general.upload_to: supportsmclo.gs/gnome.bot- Logs still always uploaded to mclo.gs, but setting to
gnome.botwill open log where.
- Logs still always uploaded to mclo.gs, but setting to
- Improved config.
- Added greeting msg with suggestion to configure mod, shown one time for modpack creator, who installed the mod.
- Small fixes.
1.2.12:
- Added checking duplicated mod. Since forge doesn't do this for coremods.
- Fixed alphabet sorting of mod list from prev update was CASE_SENSITIVE.
- Improved placeholders logic.
- Added
generated_message.text_under_crashedconfig option. - Added
generated_message.warning_after_upload_all_button_pressconfig option. - Moved
generated_msg_includes_info_why_splitconfig option fromgeneraltogenerated_message. Option ingeneralwill void. - Mod list diff will save only
.jarand.zipextensions. - Added another launcher launcherlog support.
- Removed some useless code.
- Fixed rare bug with buttons sizes.
- Changed highlight color from red to blue, so it still requests attention, but looks less aggressive.
- Upload all button after BetterMC Discord warning starts uploading immediately, without second press.
1.2.11:
- Simplified & improved Split logs dialog formulations.
- Improved ModdedMC Discord warning.
- Highlight available logs label after ModdedMC Discord warning closed.
1.2.10:
- Too big logs, which exceeding mclo.gs limits will be split into 2 parts: first and last lines containing 25k lines or 10MB.
- Significantly improved generated message formatting.
- Major log reading performance improvement. No more stuck on uploading even supermassive logs(tested on 10GB logs).
- modlist.json now is sorted by alphabet.
- Increased xmx to 512mb to prevent potential issues (No impact on RAM consumption on awaiting crash stage).
- Improved some formulations in config comments.
- Improved lang placeholders applying logic & performance.
1.2.7:
- Reduced memory usage of app for ~3mb.
- Add support of another launcher launcherlogs:
- FTB Electron App
- Prism Launcher
- GDLauncher
- MultiMC
- Modrinth
- If generatedMsg + modlistDiff is larger than 2000 chars, modlistDiff will be uploaded to mclo.gs to fit non Nitro Discord limits.
- Fixed config comments hash wasn't updated properly.
- BCC config integration. Now you can use values from it as placeholders. For example for modpack version.
- For usage or more info see config comment of
text.modpack_name
- For usage or more info see config comment of
- Drag and Drop support. Now files can be dragged and dropped directly from gui.
- If dragged and dropped
Avalible log files:, all logs will be dropped at once.
- If dragged and dropped
- Added requested by Modded Minecraft Discord warning about their logs sharing policy. If discord link is default(moddedmc).
- Small fixes.
1.2.6:
- Done a lot of work to prevent posting screenshot of GUI instead of generated msg:
Upload all...and$CONFIG.text.support_name$of commentLabel are now hyperlinks. Pressing them will result blinking for 3 seconds of according button background with light red.- Then upload finished:
Copied!button background will blink with light green for 3 seconds to request user attention. - Added under comment label optional bold red text
Please read the text above carefully. Screenshot of this GUI, tells us nothing!. You can disable this with new config option.
- Improved and simplified Environment check to prevent potential issues.
- Small fixes.
1.2.5:
- Fixed grammar in crash jvm command.
- Don't load mod instead of crashing dedicated server.
- Improve modlist diff dialog.
- Link in generated msg is now surrounded by <>.
- Small fixes.
1.2.4:
- Neoforge 1.21.1 port.
- Added "the" to upload button text in en_us lang.
1.2.3:
- Marked fabric mod as compatible with Quilt.
- Added args for '/crash_assistant crash' command:
- --withThreadDump
- --withHeapDump
- --GCBeforeHeapDump
- Added
no_crashfor/crash_assistant crashcommand if needed just to get thread dump or heap dump without crashing. - Fixed incorrect width if comment label is wider than other widgets.
- Old CrashAssistantApp logs now deleted.
- Improved wording and grammar in en and ru lang.
- Prevented starting dedicated server if mod is installed.
- Improved moving to font on gui start algorithm.
- Many small fixes.
1.2.2:
- Fixed critical issue making mod incompatible with very many fabric mods using night-config.
- Added '/crash_assistant crash' command for debug.
- Many fixes.
1.2.1:
- Added Chinese lang.
- Added corrupted lang files handling.
- Expanded fabric version range 1.19.2 - 1.21.4.
- Small fixes.
1.2.0a:
- Localisation
- Bugfix
1.1.1:
- Fixed some options didn't support Chinese.
- Small fixes.
1.1.0:
- Config.
- Modlist.
- Commands.
- Very many changes and fixes.
1.0.1:
- Get rid of fatjar.
- Very many small fixes.
1.0.0:
- initial release
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ix1qq8Ux:4KkqUgor"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ix1qq8Ux:4KkqUgor"
}

