Jei crash on startup
BenBendy0 opened this issue ยท 4 comments
Steps to Reproduce the Crash
everytime i try to load minecraft, it crashes and pops up with this message:
The game crashed whilst initializing game
Error: java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'jei'!
here's the full log:
https://gist.github.com/BenBendy0/ae06ade65ed9ce96e8f0fbb7c74d428a
Mod Pack URL (Optional)
No response
Mod Pack Version (Optional)
No response
Extra Notes (Optional)
No response
Crash Report
https://gist.github.com/BenBendy0/ae06ade65ed9ce96e8f0fbb7c74d428a
@mezz This is my fault (I removed my plugin and forgot that Fabric requires updating the mod json), but it would probably be worthwhile to catch a ClassNotFoundException
when initializing plugins on Fabric and avoid the crash, at least outside of dev.
Thanks for the report!
@embeddedt I wouldn't count this as your fault really. You have the right idea, this should normally be caught and logged. I'll work on a quick fix.
@mezz This is my fault (I removed my plugin and forgot that Fabric requires updating the mod json), but it would probably be worthwhile to catch a
ClassNotFoundException
when initializing plugins on Fabric and avoid the crash, at least outside of dev.
Thanks, it now works in the latest update