Guest User

Untitled

a guest
Dec 5th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. [19:57:51] [Server thread/INFO]: [Player824: Given InvertedVision (ID 55) * 0 to Player824 for 30 seconds]
  2. [19:57:53] [Server thread/WARN]: Failed to handle packet for /127.0.0.1:52859
  3. net.minecraft.util.ReportedException: Ticking player
  4. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:388) ~[EntityPlayerMP.class:?]
  5. at net.minecraft.network.NetHandlerPlayServer.processPlayer(NetHandlerPlayServer.java:329) ~[NetHandlerPlayServer.class:?]
  6. at net.minecraft.network.play.client.C03PacketPlayer.processPacket(C03PacketPlayer.java:37) ~[C03PacketPlayer.class:?]
  7. at net.minecraft.network.play.client.C03PacketPlayer$C05PacketPlayerLook.processPacket(C03PacketPlayer.java:210) ~[C03PacketPlayer$C05PacketPlayerLook.class:?]
  8. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:247) ~[NetworkManager.class:?]
  9. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:182) [NetworkSystem.class:?]
  10. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736) [MinecraftServer.class:?]
  11. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:350) [DedicatedServer.class:?]
  12. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:624) [MinecraftServer.class:?]
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:495) [MinecraftServer.class:?]
  14. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:762) [MinecraftServer$2.class:?]
  15. Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer
  16. at com.Looke81.BioWarfare.handler.BioWarfareEventHandler.onLivingUpdateEvent(BioWarfareEventHandler.java:132) ~[BioWarfareEventHandler.class:?]
  17. at cpw.mods.fml.common.eventhandler.ASMEventHandler_5_BioWarfareEventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
  18. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
  19. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
  20. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:276) ~[ForgeHooks.class:?]
  21. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1775) ~[EntityLivingBase.class:?]
  22. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:341) ~[EntityPlayer.class:?]
  23. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:334) ~[EntityPlayerMP.class:?]
  24. ... 10 more
  25. Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer
  26. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
  27. at java.lang.ClassLoader.loadClass(ClassLoader.java:423) ~[?:1.7.0_21]
  28. at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ~[?:1.7.0_21]
  29. at com.Looke81.BioWarfare.handler.BioWarfareEventHandler.onLivingUpdateEvent(BioWarfareEventHandler.java:132) ~[BioWarfareEventHandler.class:?]
  30. at cpw.mods.fml.common.eventhandler.ASMEventHandler_5_BioWarfareEventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
  31. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
  32. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
  33. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:276) ~[ForgeHooks.class:?]
  34. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1775) ~[EntityLivingBase.class:?]
  35. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:341) ~[EntityPlayer.class:?]
  36. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:334) ~[EntityPlayerMP.class:?]
  37. ... 10 more
  38. Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/tileentity/TileEntitySpecialRenderer for invalid side SERVER
  39. at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[forgeSrc-1.7.10-10.13.0.1187.jar:?]
  40. at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276) ~[launchwrapper-1.9.jar:?]
  41. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174) ~[launchwrapper-1.9.jar:?]
  42. at java.lang.ClassLoader.loadClass(ClassLoader.java:423) ~[?:1.7.0_21]
  43. at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ~[?:1.7.0_21]
  44. at com.Looke81.BioWarfare.handler.BioWarfareEventHandler.onLivingUpdateEvent(BioWarfareEventHandler.java:132) ~[BioWarfareEventHandler.class:?]
  45. at cpw.mods.fml.common.eventhandler.ASMEventHandler_5_BioWarfareEventHandler_onLivingUpdateEvent_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
  46. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51) ~[ASMEventHandler.class:?]
  47. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122) ~[EventBus.class:?]
  48. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:276) ~[ForgeHooks.class:?]
  49. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:1775) ~[EntityLivingBase.class:?]
  50. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:341) ~[EntityPlayer.class:?]
  51. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:334) ~[EntityPlayerMP.class:?]
  52. ... 10 more
  53. [19:57:53] [Server thread/INFO]: Player824 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}}
  54. [19:57:53] [Server thread/INFO]: Player824 left the game
  55. [19:58:08] [Server thread/INFO]: Stopping server
  56. [19:58:08] [Server thread/INFO]: Saving players
  57. [19:58:08] [Server thread/INFO]: Saving worlds
  58. [19:58:08] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  59. [19:58:08] [Server thread/INFO]: Saving chunks for level 'world'/Nether
  60. [19:58:08] [Server thread/INFO]: Saving chunks for level 'world'/The End
  61. [19:58:09] [Server thread/INFO] [FML]: Unloading dimension 0
  62. [19:58:09] [Server thread/INFO] [FML]: Unloading dimension -1
  63. [19:58:09] [Server thread/INFO] [FML]: Unloading dimension 1
  64. [19:58:09] [Server thread/INFO] [FML]: Applying holder lookups
  65. [19:58:09] [Server thread/INFO] [FML]: Holder lookups applied
Advertisement
Add Comment
Please, Sign In to add comment