Closed Mechalith closed 9 years ago
I can't really fix it without a crash report
Sorry to have taken so long with this, Real Life kept getting in the way. The log is about 4 pages of the following, repeating itself:
---- Minecraft Crash Report ---- // I'm sorry, Dave.
Time: 12/1/14 3:35 PM Description: Exception while updating neighbours
java.lang.NullPointerException: Exception while updating neighbours at sourcecoded.quantum.api.discovery.DiscoveryManager.getQuantumTag(DiscoveryManager.java:267) at sourcecoded.quantum.api.discovery.DiscoveryManager.getDiscoveriesTag(DiscoveryManager.java:255) at sourcecoded.quantum.api.discovery.DiscoveryManager.getCategory(DiscoveryManager.java:27) at sourcecoded.quantum.api.discovery.DiscoveryManager.getItem(DiscoveryManager.java:59) at sourcecoded.quantum.api.discovery.DiscoveryManager.itemUnlocked(DiscoveryManager.java:214) at sourcecoded.quantum.api.discovery.DiscoveryManager.areParentsUnlocked(DiscoveryManager.java:239) at sourcecoded.quantum.api.discovery.DiscoveryManager.unlockItem(DiscoveryManager.java:113) at sourcecoded.quantum.listeners.DiscoveryListener.boneMeal(DiscoveryListener.java:109) at cpw.mods.fml.common.eventhandler.ASMEventHandler_756_DiscoveryListener_boneMeal_BonemealEvent.invoke(.dynamic) at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) at net.minecraft.item.ItemDye.applyBonemeal(ItemDye.java:143) at twilightforest.block.BlockTFUberousSoil.func_149695_a(BlockTFUberousSoil.java:119) at net.minecraft.world.World.func_147460_e(World.java:697) at net.minecraft.world.World.func_147459_d(World.java:648) at net.minecraft.world.World.func_147444_c(World.java:613) at net.minecraft.world.World.markAndNotifyBlock(World.java:488) at net.minecraft.world.World.func_147465_d(World.java:466) at net.minecraft.world.World.func_147449_b(World.java:600) at twilightforest.block.BlockTFUberousSoil.func_149695_a(BlockTFUberousSoil.java:105) at net.minecraft.world.World.func_147460_e(World.java:697) at net.minecraft.world.World.func_147459_d(World.java:648) at net.minecraft.world.World.func_147444_c(World.java:613) at net.minecraft.world.World.markAndNotifyBlock(World.java:488) at net.minecraft.world.World.func_147465_d(World.java:466) at net.minecraft.world.World.func_147449_b(World.java:600) at twilightforest.block.BlockTFUberousSoil.func_149695_a(BlockTFUberousSoil.java:105) at net.minecraft.world.World.func_147460_e(World.java:697) at net.minecraft.world.World.func_147459_d(World.java:648) at net.minecraft.world.World.func_147444_c(World.java:613) at net.minecraft.world.World.markAndNotifyBlock(World.java:488) at net.minecraft.world.World.func_147465_d(World.java:466) at net.minecraft.world.World.func_147449_b(World.java:600)
I don't have the crash log with me ATM, but I can post it later this afternoon. The crash log indicates that it's being triggered by the bone meal listener for discoveries, but I've already triggered that discovery. Both times the error has been triggered a few minutes after killing the Naga and both times it's crashed the client to desktop and rendered the world impossible to load. I'm not sure whether ganking the boss had anything to do with the crash, I'll have to test more extensively to have any certainty. (IIRC it was referencing a block ID that was something about a tuber as well.)