Advertisement
GedeonGrays

Server Crash

Jul 2nd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hey, that tickles! Hehehe!
  3.  
  4. Time: 7/2/19 9:11 AM
  5. Description: Ticking player
  6.  
  7. java.lang.IllegalAccessError: tried to access method vazkii.botania.common.item.equipment.bauble.ItemFlightTiara.shouldPlayerHaveFlight(Lnet/minecraft/entity/player/EntityPlayer;)Z from class alfheim.common.core.handler.EventHandler
  8. at alfheim.common.core.handler.EventHandler.onPlayerUpdate(EventHandler.kt:362)
  9. at cpw.mods.fml.common.eventhandler.ASMEventHandler_208_EventHandler_onPlayerUpdate_PlayerTickEvent.invoke(.dynamic)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  11. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  12. at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:350)
  13. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:353)
  14. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
  15. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
  16. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
  17. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
  18. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  19. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  20. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  22. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  23. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  24. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  25.  
  26.  
  27. A detailed walkthrough of the error, its code path and all known details is as follows:
  28. ---------------------------------------------------------------------------------------
  29.  
  30. -- Head --
  31. Stacktrace:
  32. at alfheim.common.core.handler.EventHandler.onPlayerUpdate(EventHandler.kt:362)
  33. at cpw.mods.fml.common.eventhandler.ASMEventHandler_208_EventHandler_onPlayerUpdate_PlayerTickEvent.invoke(.dynamic)
  34. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  35. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  36. at cpw.mods.fml.common.FMLCommonHandler.onPlayerPostTick(FMLCommonHandler.java:350)
  37. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:353)
  38. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
  39.  
  40. -- Player being ticked --
  41. Details:
  42. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  43. Entity ID: 452
  44. Entity Name: Gedeon_Grays
  45. Entity's Exact location: -1003.35, 77.00, 185.50
  46. Entity's Block location: World: (-1004,77,185), Chunk: (at 4,4,9 in -63,11; contains blocks -1008,0,176 to -993,255,191), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
  47. Entity's Momentum: 0.00, -0.08, 0.00
  48. Stacktrace:
  49. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
  50. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
  51. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
  52. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  53. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  54.  
  55. -- Ticking connection --
  56. Details:
  57. Connection: net.minecraft.network.NetworkManager@6a8b5c86
  58. Stacktrace:
  59. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  60. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  61. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  62. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  63. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement