-
Notifications
You must be signed in to change notification settings - Fork 64
Description
[01:21:09] [Server thread/ERROR] [hbm]: ComparableStack holds an item that does not seem to be registered. How does that even happen?
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: java.lang.Exception: Stack trace
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at java.lang.Thread.dumpStack(Unknown Source)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at com.hbm.inventory.RecipesCommon$ComparableStack.hashCode(RecipesCommon.java:219)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at java.util.HashMap.hash(Unknown Source)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at java.util.HashMap.containsKey(Unknown Source)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at java.util.HashSet.contains(Unknown Source)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at com.hbm.hazard.HazardSystem.isItemBlacklisted(HazardSystem.java:108)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at com.hbm.hazard.HazardSystem.getHazardsFromStack(HazardSystem.java:147)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at com.hbm.hazard.HazardSystem.applyHazards(HazardSystem.java:230)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at com.hbm.hazard.HazardSystem.updateLivingInventory(HazardSystem.java:263)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at com.hbm.main.ModEventHandler.onLivingUpdate(ModEventHandler.java:911)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_523_ModEventHandler_onLivingUpdate_LivingUpdateEvent.invoke(.dynamic)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:581)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2095)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at com.github.terminatornl.tiquality.tracking.tickexecutors.ForgeTickExecutor.onEntityTick(ForgeTickExecutor.java:35)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at com.github.terminatornl.tiquality.tracking.ForcedTracker.tickEntity(ForcedTracker.java:234)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at com.github.terminatornl.tiquality.tracking.TickHub.onEntityTick(TickHub.java:84)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.world.World.redirect$zcf000$tiquality$onUpdateEntityWithOptionalForce(World.java:5608)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.world.World.func_72866_a(World.java:1996)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.world.World.func_72870_g(World.java:1958)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.world.World.func_72939_s(World.java:1762)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[01:21:09] [Server thread/INFO] [STDERR]: [java.lang.Thread:dumpStack:-1]: at java.lang.Thread.run(Unknown Source)
this is looping endlessly hundreds of times a second and my Singleplayer TPS absolutely Drops because of this. I have no idea what is triggering it
modlist:
I first noticed it was causing issues when the game's runtime froze yet I was able to move around freely, for example I could still move and hit mobs but the mobs wouldn't react at all which if I know my Symptoms correctly is a TPS issue. now it's gotten bad enough that it won't me quit the world without killing the game in task manageer.