Advertisement
Camellias_

Untitled

Jun 18th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. [11:57:46] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$PlayerTickEvent@1384e192:
  2. java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.setFlySpeed(F)V
  3. at com.camellias.voidaicarcania.items.baubles.body.ItemFlightCloakActive.onWornTick(ItemFlightCloakActive.java:33) ~[ItemFlightCloakActive.class:?]
  4. at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:96) ~[EventHandlerEntity.class:?]
  5. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_25_EventHandlerEntity_playerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?]
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  7. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  8. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:369) [FMLCommonHandler.class:?]
  9. at net.minecraft.entity.player.EntityPlayer.updateSize(EntityPlayer.java:416) [EntityPlayer.class:?]
  10. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:326) [EntityPlayer.class:?]
  11. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:423) [EntityPlayerMP.class:?]
  12. at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:185) [NetHandlerPlayServer.class:?]
  13. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:212) [NetworkDispatcher$1.class:?]
  14. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:307) [NetworkManager.class:?]
  15. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:197) [NetworkSystem.class:?]
  16. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:863) [MinecraftServer.class:?]
  17. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:414) [DedicatedServer.class:?]
  18. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) [MinecraftServer.class:?]
  19. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?]
  20. at java.lang.Thread.run(Unknown Source) [?:1.8.0_152]
  21. [11:57:46] [Server thread/ERROR] [FML]: Index: 1 Listeners:
  22. [11:57:46] [Server thread/ERROR] [FML]: 0: NORMAL
  23. [11:57:46] [Server thread/ERROR] [FML]: 1: ASM: baubles.common.event.EventHandlerEntity@5d61ba2c playerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$PlayerTickEvent;)V
  24. [11:57:46] [Server thread/WARN] [net.minecraft.network.NetworkSystem]: Failed to handle packet for /127.0.0.1:61329
  25. net.minecraft.util.ReportedException: Ticking player
  26. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:500) ~[EntityPlayerMP.class:?]
  27. at net.minecraft.network.NetHandlerPlayServer.update(NetHandlerPlayServer.java:185) ~[NetHandlerPlayServer.class:?]
  28. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.update(NetworkDispatcher.java:212) ~[NetworkDispatcher$1.class:?]
  29. at net.minecraft.network.NetworkManager.processReceivedPackets(NetworkManager.java:307) ~[NetworkManager.class:?]
  30. at net.minecraft.network.NetworkSystem.networkTick(NetworkSystem.java:197) [NetworkSystem.class:?]
  31. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:863) [MinecraftServer.class:?]
  32. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:414) [DedicatedServer.class:?]
  33. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:741) [MinecraftServer.class:?]
  34. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:590) [MinecraftServer.class:?]
  35. at java.lang.Thread.run(Unknown Source) [?:1.8.0_152]
  36. Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.PlayerCapabilities.setFlySpeed(F)V
  37. at com.camellias.voidaicarcania.items.baubles.body.ItemFlightCloakActive.onWornTick(ItemFlightCloakActive.java:33) ~[ItemFlightCloakActive.class:?]
  38. at baubles.common.event.EventHandlerEntity.playerTick(EventHandlerEntity.java:96) ~[EventHandlerEntity.class:?]
  39. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_25_EventHandlerEntity_playerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?]
  40. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  41. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
  42. at net.minecraftforge.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:369) ~[FMLCommonHandler.class:?]
  43. at net.minecraft.entity.player.EntityPlayer.updateSize(EntityPlayer.java:416) ~[EntityPlayer.class:?]
  44. at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:326) ~[EntityPlayer.class:?]
  45. at net.minecraft.entity.player.EntityPlayerMP.onUpdateEntity(EntityPlayerMP.java:423) ~[EntityPlayerMP.class:?]
  46. ... 9 more
  47. [11:57:46] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Player111 lost connection: Internal server error
  48. [11:57:46] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: §ePlayer111§r§e left the game§r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement