Skip to content

Instantly share code, notes, and snippets.

@Kobra331
Created July 21, 2018 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kobra331/397b8a40656fec0b3c320d59d56cfbce to your computer and use it in GitHub Desktop.
Save Kobra331/397b8a40656fec0b3c320d59d56cfbce to your computer and use it in GitHub Desktop.
[02:25:34] [Server thread/WARN]: Failed to handle packet for /127.0.0.1:54721
net.minecraft.util.ReportedException: Ticking player
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:349) ~[mw.class:?]
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303) ~[nh.class:?]
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137) ~[jd.class:?]
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20) ~[jf.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/particle/EntityFX
at Reika.ChromatiCraft.Registry.Chromabilities.apply(Chromabilities.java:249) ~[Chromabilities.class:?]
at Reika.ChromatiCraft.Auxiliary.Ability.ChromabilityHandler.tick(ChromabilityHandler.java:43) ~[ChromabilityHandler.class:?]
at Reika.DragonAPI.Auxiliary.Trackers.TickRegistry.playerTick(TickRegistry.java:47) ~[TickRegistry.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_384_TickRegistry_playerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345) ~[FMLCommonHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:220) ~[yz.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) ~[mw.class:?]
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.particle.EntityFX
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_131]
at Reika.ChromatiCraft.Registry.Chromabilities.apply(Chromabilities.java:249) ~[Chromabilities.class:?]
at Reika.ChromatiCraft.Auxiliary.Ability.ChromabilityHandler.tick(ChromabilityHandler.java:43) ~[ChromabilityHandler.class:?]
at Reika.DragonAPI.Auxiliary.Trackers.TickRegistry.playerTick(TickRegistry.java:47) ~[TickRegistry.class:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler_384_TickRegistry_playerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?]
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345) ~[FMLCommonHandler.class:?]
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:220) ~[yz.class:?]
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295) ~[mw.class:?]
... 10 more
Caused by: java.lang.NullPointerException
[02:25:34] [Server thread/INFO]: Tabasca lost connection: TextComponent{text='Internal server error', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[02:25:34]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment