Compatibility
Minecraft: Java Edition
26.1-pre-1
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.1–1.16.5
1.15.x
1.14.4
1.13.2
1.12.2
1.11.2
1.10.2
1.9.4
1.8.9
1.7.10
Platforms
Supported environments
Creators
Details
Changelog
- Added theme support. Look config
gui_customisation.theme_file_namefor instructions. Documentation and Examples- Default theme is
FlatLightLaf. If you want GUI to look as it was before, useSwing.
- Default theme is
- Added JEXL scripting engine support, allowing the creation of custom log analysis and early startup scripts.
Documentation and Examples
- Log Analysis scripts (Running after crash before usual log analysis):
- Analyze logs and add custom warning as with simple regex as very complex log analysis which requires you to iterate line by line from multiple logs.
- Startup scripts (Running very early at Minecraft process right before crash assistant process start):
- Add warnings if user added or removed some mods.
- You can add buttons to warnings for mods removal (like in
problematic_mods_config.json).
- You can add buttons to warnings for mods removal (like in
- Analyze Minecraft or JVM arguments and if some are causing problems warn users about them.
- Analyze How much RAM is allocated and add warnings about it.
- By default, example script will warn about over allocation of ram (more than system can provide).
- Add warnings if user added or removed some mods.
- If you want to implement something via scripts you don't know how too, please contact us. We will either tell you how to or implement new features.
- Log Analysis scripts (Running after crash before usual log analysis):
problematic_mods_config.jsonfunctionality was removed, if current config exists it will be automatically transformed into startup scripts with 100% identical functionality. Now via scripts you can make it significantly more flexible, like adding don't show again checkbox, adjusting priorities and so on.- Added a built-in Scripts IDE (accessible via
file -> Scripts IDEmenu) with syntax highlighting, undo/redo, and an integrated console to easily write and test your Log Analysis scripts. Startup scripts are expected to be tested manually since they are running immediately after game start, so IDE for them is not needed. - Added in
LogDeletionDialogability to select logs, select all logs, and delete selected logs. - Added ability to customize color of animated border and text inside it.
- Added ability to customize color of buttons blinking colors.
- Now after upload all button enabling, it requests focus.
- Minor grammar fixes in
warnings.piracy. - Warnings
Jemalloc,LibGLFWDotSo,LibOpenALDotSo,ResourceLocationException, andGroovyModLoaderIPv6now include a JVM arguments guide;OutOfMemoryErrorandInsufficientMemorynow include memory allocation instructions;MacJDKnow includes a Java version guide; - Added debug option
debug.crash_after_initto crash immediately after Crash Assistant launched its process to conveniently debug it, configure it without need to manually crash. - Language provider now preserves localization keys starting with
custom.in the localization overrides folder, even if they do not exist in the mod's internal translation files. To add ability to create own language keys. - Added
modpack_modlist.add_datapacksconfig option to track datapacks in the generatedmodlist.json. - Added compatibility with
yosbrandmodpack_defaults, automatically copying default Crash Assistant configs from their directories if present. This needed because our entry point is earlier than theirs. - Added logging of currently used ram, swap space and currently used swap space at moment of minecraft launch and moment of minecraft crash.
- Added a "Don't show again" checkbox to the OptiFine warning dialog.
- Improved temporary files cleanup logic to only remove
.tmpfiles older than the current Minecraft launch process. - Adjusted UUID verification behavior; a mismatch between Mojang's servers and the local username is now treated as a recent username change rather than immediate offline mode, reducing false positives.
- Added KubeJS class filter to prevent usage of JEXL / Crash Assistant classes from KubeJS.
- Added
groovy.logand legacycrafttweaker.loglogs detection. - 1.7.10: fixed mod jar was blocked, while crash assistant is running.
- Fixed mod list diff uploading was ignoring privacy policy acceptance.
- Generally rewritten privacy policy acceptance to improve stability and fix some bugs.
- Fixed
warning_after_upload_all_button_presswasn't able to handle\ncorrectly. - Fixed typo in
gui.simple_mode.prompt_question. ThanksMadis0for making PR! - Removed digits after decimal point in upload all button delay. Thanks
Madis0for making PR!
See full changelog
Files
Metadata
Release channel
ReleaseVersion number
1.11.0Loaders
Game versions
1.7.10Environment
Client-side only
Downloads
196Publication date
March 6, 2026 at 3:43 AMPublisher

KostromDan
Member


