Food Funk

Food Funk

443k Downloads

Crashes with BOP

Novotisy opened this issue ยท 2 comments

commented

Describe the bug
Crashes with Biomes O Plenty installed both client and server side

*Logs
latest.log

Config files
Default Config Files

commented

I could not duplicate this crash with Biomes O Plenty, Food Funk, and Wumple Util mods loaded.

Along with the crash log, I'd guess this crash is caused by one of the other installed mods misbehaving and doing bad things.

To find the bad mod, try disabling all mods other than BOP, Food Funk, and Wumple Util, then enable the mods one at a time (well, plus any dependencies for the newly enabled mod) and see which one causes the crash.

This crash should not be possible normally due to the NPE checks:

Caused by: java.lang.NullPointerException
	at net.minecraft.item.ItemStack.setTagCompound(ItemStack.java:597) ~[aip.class:?]
	at net.minecraft.item.ItemStack.setTagInfo(ItemStack.java:951) ~[aip.class:?]
	at net.minecraft.item.ItemStack.getOrCreateSubCompound(ItemStack.java:571) ~[aip.class:?]
	at com.wumple.foodfunk.capability.rot.Rot.forceUpdate(Rot.java:192) ~[Rot.class:4.6.1]
commented

Food Funk 4.9.6 may have a workaround for this crash - can you try it out?