Advertisement
GedeonGrays

Server Crash

Jun 29th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 6/30/19 1:44 AM
  5. Description: Ticking player
  6.  
  7. java.lang.IllegalAccessError: tried to access field alfheim.common.core.util.DamageSourceSpell.poison from class net.minecraft.potion.Potion
  8. at net.minecraft.potion.Potion.func_76394_a(Potion.java:107)
  9. at net.minecraft.potion.PotionEffect.func_76457_b(PotionEffect.java:125)
  10. at net.minecraft.potion.PotionEffect.func_76455_a(PotionEffect.java:107)
  11. at alfheim.common.core.asm.AlfheimHookHandler.updatePotionEffects(AlfheimHookHandler.kt:145)
  12. at net.minecraft.entity.EntityLivingBase.func_70679_bo(EntityLivingBase.java)
  13. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:293)
  14. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
  15. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1561)
  16. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
  17. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
  18. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
  19. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
  20. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
  21. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  22. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  23. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  24. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  25. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  26. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  27. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Stacktrace:
  35. at net.minecraft.potion.Potion.func_76394_a(Potion.java:107)
  36. at net.minecraft.potion.PotionEffect.func_76457_b(PotionEffect.java:125)
  37. at net.minecraft.potion.PotionEffect.func_76455_a(PotionEffect.java:107)
  38. at alfheim.common.core.asm.AlfheimHookHandler.updatePotionEffects(AlfheimHookHandler.kt:145)
  39. at net.minecraft.entity.EntityLivingBase.func_70679_bo(EntityLivingBase.java)
  40. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:293)
  41. at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
  42. at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1561)
  43. at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
  44. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
  45.  
  46. -- Player being ticked --
  47. Details:
  48. Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
  49. Entity ID: 164
  50. Entity Name: Gedeon_Grays
  51. Entity's Exact location: -1011.94, 80.00, 224.14
  52. Entity's Block location: World: (-1012,79,224), Chunk: (at 12,4,0 in -64,14; contains blocks -1024,0,224 to -1009,255,239), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
  53. Entity's Momentum: 0.00, -0.08, 0.00
  54. Stacktrace:
  55. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
  56. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
  57. at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:8)
  58. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  59. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  60.  
  61. -- Ticking connection --
  62. Details:
  63. Connection: net.minecraft.network.NetworkManager@695e3903
  64. Stacktrace:
  65. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  66. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  67. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
  68. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:396)
  69. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement