[1.12.2] [1.0.22] Startup Crash with Astral Sorcery, Erebus and NEI
SassyCultist opened this issue · 10 comments
This crash occured on startup and I'm not sure which mod is the exact issue. However, I think it started with the new Astral update.
Minecraft Forge: 14.23.4.2705
Astral Sorcery: 1.9.0
Erebus: 1.0.2332
NEI: 2.4.1.233
Hello,
Of course it is, that is a standard response by any modder when something weird crops up that has no immediate or obvious reason and possibly false positives in the stacktrace :P
Saying that, the cause may well be Erebus, but it is unusual that other mods cause the exact same crash when Erebus isn't present. I'll look in to it and see if it is Erebus breaking all the things \o/
Cheers,
Me.
I am experiencing the same issue.
It LOOKS like it has something to do with the result returned by erebus.items.ItemErebusFood.getItemStackLimit(ItemErebusFood.java:138
which in turn apparently called erebus.items.ItemErebusFood.hasContainerItem(ItemErebusFood.java:133)
which called erebus.items.ItemErebusFood.getContainerItem(ItemErebusFood.java:116)
but why that line in ItemErebusFood.java (116) would throw java.lang.ArrayIndexOutOfBoundsException: 32767 is not immediately obvious to me. as that line appears to be returning an itemstack of Items.BOWL
There's reports that Erebus 1.0.22 is only seeing this crash with AS 1.9.0 with Custom NPCs installed causing the trace to push other mods up on calling that result.
The one line in almost the entire class that does not check for out-of-bounds calls such as wildcards and that being the culprit here.