Classcastexception on startup (not IC2 related)
CJenkins93 opened this issue ยท 5 comments
Latest version for 1.12 of both forge and AS
Full crash log description:
java.lang.ClassCastException
EDIT: Used debug log from testing with previous version of forge. Happens on latest release as well.
Took me a while but I found out about the debug log. Here's the output of that starting from ModIDMapping event of my last startup(it crashes when the event is triggered):
A particular line I found in the debug log I have searched up and apparently it isn't good:
[main/ERROR] [FML]: Exception caught during firing event hellfirepvp.astralsorcery.common.event.ItemEnchantmentTooltipEvent@2da13117:
java.lang.ClassCastException: null
What's wrong? I don't have IC2 nor do I have the version of Extra Utilities that caused this in the past. Is it mekanism or does that just happen to be right before the crash?
I love this mod and can't do without it!
Ah, was it was hiding the crash report?
Can't believe erebus is trying to set it's food at such a high number...
No, there's just a known incompat with lucraftcore and any 1.9.x version causing problems with max stack sizes, and erebus has at least one known food item it doesn't properly handle checking stack caps.
If it still happens after pulling lucraftcore, might get some more useful info, but the lucraftcore and erebus issues are documented under #762, might be worth comparing.
Here's the most recent crash log without lucraftcore:
I really appreciate the help and I removed The Erebus and now my game hits title screen!
From what you've told me thus far if I want to run Lucraft I need to backtrack my version of AS?
Correct, to 1.8.10, until lucraft fixes the exception being fired that AS is exposing.
And yeah, looks wholly like 762's issues. Going to duplicate this one to that, so follow that one for updates. I keep the primary post in it updated with a time stamp based on edited text.