Skip to content

Instantly share code, notes, and snippets.

@GirafiStudios
Created June 10, 2016 20:14
Show Gist options
  • Save GirafiStudios/dc902a5718d9026960f38684f486bfe5 to your computer and use it in GitHub Desktop.
Save GirafiStudios/dc902a5718d9026960f38684f486bfe5 to your computer and use it in GitHub Desktop.
10.06 22:12:14 [Server] Server thread/ERROR [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@1d8c3dfd:
10.06 22:12:14 [Server] INFO java.lang.NoClassDefFoundError: net/minecraft/client/resources/I18n
10.06 22:12:14 [Server] INFO at vazkii.morphtool.MorphingHandler.makeMorphedStack(MorphingHandler.java:156) ~[MorphingHandler.class:?]
10.06 22:12:14 [Server] INFO at vazkii.morphtool.MorphingHandler.getShiftStackForMod(MorphingHandler.java:116) ~[MorphingHandler.class:?]
10.06 22:12:14 [Server] INFO at vazkii.morphtool.MorphingHandler.onPlayerTick(MorphingHandler.java:46) ~[MorphingHandler.class:?]
10.06 22:12:14 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_200_MorphingHandler_onPlayerTick_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
10.06 22:12:14 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49) ~[ASMEventHandler.class:?]
10.06 22:12:14 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
10.06 22:12:14 [Server] INFO at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:470) [ForgeHooks.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1894) [sa.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:227) [zj.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:303) [ls.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:163) [mc.class:?]
10.06 22:12:14 [Server] INFO at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:193) [NetworkDispatcher$1.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:287) [em.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [mb.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:730) [MinecraftServer.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:385) [lb.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:611) [MinecraftServer.class:?]
10.06 22:12:14 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469) [MinecraftServer.class:?]
10.06 22:12:14 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_77]
10.06 22:12:14 [Server] Server thread/ERROR [FML]: Index: 15 Listeners:
10.06 22:12:14 [Server] Server thread/ERROR [FML]: 0: HIGHEST
10.06 22:12:14 [Server] Server thread/ERROR [FML]: 1: ASM: WayofTime.bloodmagic.util.handler.event.LivingArmourHandler@475b3304 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
10.06 22:12:14 [Server] Server thread/ERROR [FML]: 2: NORMAL
10.06 22:12:14 [Server] Server thread/ERROR [FML]: 3: ASM: com.rwtema.extrautils2.items.ItemLawSword$EventHandlerSword@1bdb6b03 entTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
10.06 22:12:14 [Server] Server thread/ERROR [FML]: 4: ASM: baubles.common.event.EventHandlerEntity@73f286be playerTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
10.06 22:12:14 [Server] Server thread/ERROR [FML]: 5: ASM: biomesoplenty.common.handler.FlippersEventHandler@76424f51 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
10.06 22:12:14 [Server] Server thread/ERROR [FML]: 6: ASM: biomesoplenty.common.handler.potion.PotionParalysisEventHandler@3f12b7a7 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
10.06 22:12:14 [Server] Server thread/ERROR [FML]: 7: ASM: biomesoplenty.common.handler.potion.PotionPossessionEventHandler@2e5e1567 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment