
Make appendToCrashReport try more and catch more
ChiefArug opened this issue ยท 0 comments
Mod loader
Forge
Minecraft version
1.21., but I checked the code and this applies to all versions 1.17+
Patchouli version
1.21-88
Modloader version
21.1.172
Modpack info
No response
The latest.log file
Issue description
In the above log its trying to create a crash report but failing because patchouli tries to append some info, and in doing so loading some classes that cause another error that make everything unhappy and hides the actual crash report.
Steps to reproduce
No response
Other information
Expanding the try catch to include all code in the append method would stop this second crash from preventing the crash report from generating.