Advertisement
Guest User

Logs serveur

a guest
Jul 22nd, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. [15:29:08] [Server thread/WARN] [net.minecraft.network.NetworkSystem]: Failed to handle packet for /127.0.0.1:63101
  2. net.minecraft.util.ReportedException: Ticking player
  3. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:418) ~[EntityPlayerMP.class:?]
  4. at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:174) ~[NetHandlerPlayServer.class:?]
  5. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:215) ~[NetworkDispatcher$1.class:?]
  6. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:308) ~[NetworkManager.class:?]
  7. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:195) [NetworkSystem.class:?]
  8. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:806) [MinecraftServer.class:?]
  9. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:408) [DedicatedServer.class:?]
  10. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:687) [MinecraftServer.class:?]
  11. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:536) [MinecraftServer.class:?]
  12. at java.lang.Thread.run(Unknown Source) [?:1.8.0_92]
  13. Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.InventoryPlayer.armorItemInSlot(I)Lnet/minecraft/item/ItemStack;
  14. at fr.zeiyo.zeiyocraft.item.ZItemArmor.isWearingFullSet(ZItemArmor.java:52) ~[ZItemArmor.class:?]
  15. at fr.zeiyo.zeiyocraft.item.ZItemArmor.onArmorTick(ZItemArmor.java:30) ~[ZItemArmor.class:?]
  16. at net.minecraft.entity.player.InventoryPlayer.decrementAnimations(InventoryPlayer.java:398) ~[InventoryPlayer.class:?]
  17. at net.minecraft.entity.player.EntityPlayer.onLivingUpdate(EntityPlayer.java:559) ~[EntityPlayer.class:?]
  18. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2218) ~[EntityLivingBase.class:?]
  19. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:259) ~[EntityPlayer.class:?]
  20. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:341) ~[EntityPlayerMP.class:?]
  21. ... 9 more
  22. [15:29:08] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Player300 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, insertion=null}}
  23. [15:29:08] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Player300 left the game
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement