Crash Handling β
Crashes happenβeven in a well-curated modpack like Ashen Legacy. This guide will help players and server admins diagnose and resolve common crash scenarios.
π§ For Players β
π Crashes on Startup β
- Check RAM: Allocate at least 8GB (preferably 10β12GB).
- Use Java 17+: Required for Minecraft 1.20.1 compatibility.
- Disable non-packaged components: Disable anything you may have added to the pack, especially high-res packs and shaders during troubleshooting.
- Update launchers: Ensure youβre using the latest version of CurseForge (or your respective lanucher).
𧨠Game Crashes When Loading a World β
- Corrupted world data:
- Try loading a backup
- Delete
level.dat_oldonly if you know what youβre doing
- Mod conflict:
- Look for error lines in
latest.log - Share the crash report for help via Discord or GitHub
- Look for error lines in
πͺ΅ Where to Find Logs β
- Logs folder:
logs/latest.log - Crash reports:
crash-reports/folder
Use Pastebin or GitHub Gist to share logs.
π For Server Admins β
π§ Common Startup Failures β
Missing dependency:
- Check for mismatched or missing mod versions
Port already in use:
- Another server may be running; close background Java processes
Corrupted dimension or player data:
- Try deleting
data/dimensionfolders or specificplayerdata/UUID.datentries (make backups first!)
- Try deleting
π§ͺ Identifying Problem Mods β
- Use
spark profiler --timeout 30if you suspect TPS lag from startup triggers - Sort crash logs by
Caused by:entries - Check
mods/folder for duplicate or conflicting versions
π§― Emergency Admin Tools β
/cofh tpsor/forge tps(if installed) to monitor tick loadtick.jsonordim-rules.jsonconfigs to throttle mod behavior in laggy dimensions- Run server in offline mode (temporarily) for test debugging
π€ Reporting a Crash β
If youβre stuck and need help:
Locate and upload
latest.logorcrash-*.txtDescribe what you were doing before the crash
Include pack version and launcher (e.g., CurseForge, Prism)
Open an issue: GitHub Issues
Weβll review logs and work with you to reproduce the issue if needed.
Stay calm. Backups, logs, and a bit of curiosity will fix most issues in minutes.