Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.00 KB | None | 0 0
  1. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: Exception caught during firing event net.minecraftforge.event.world.BlockEvent$BreakEvent@4de0458f:
  2. 21.02 17:00:23 [Server] INFO java.lang.NoSuchMethodError: net.minecraft.entity.player.EntityPlayer.func_174824_e(F)Lnet/minecraft/util/math/Vec3d;
  3. 21.02 17:00:23 [Server] INFO at oreexcavation.shapes.ExcavateShape.getFacing(ExcavateShape.java:236) ~[ExcavateShape.class:?]
  4. 21.02 17:00:23 [Server] INFO at oreexcavation.handlers.EventHandler.onBlockBreak(EventHandler.java:159) ~[EventHandler.class:?]
  5. 21.02 17:00:23 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_174_EventHandler_onBlockBreak_BreakEvent.invoke(.dynamic) ~[?:?]
  6. 21.02 17:00:23 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  7. 21.02 17:00:23 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  8. 21.02 17:00:23 [Server] INFO at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:742) [ForgeHooks.class:?]
  9. 21.02 17:00:23 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:287) [lv.class:?]
  10. 21.02 17:00:23 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_180784_a(PlayerInteractionManager.java:158) [lv.class:?]
  11. 21.02 17:00:23 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:631) [me.class:?]
  12. 21.02 17:00:23 [Server] INFO at net.minecraft.network.play.client.CPacketPlayerDigging.func_148833_a(SourceFile:40) [ja.class:?]
  13. 21.02 17:00:23 [Server] INFO at net.minecraft.network.play.client.CPacketPlayerDigging.func_148833_a(SourceFile:10) [ja.class:?]
  14. 21.02 17:00:23 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [fl$1.class:?]
  15. 21.02 17:00:23 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_152]
  16. 21.02 17:00:23 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_152]
  17. 21.02 17:00:23 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:45) [h.class:?]
  18. 21.02 17:00:23 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
  19. 21.02 17:00:23 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  20. 21.02 17:00:23 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  21. 21.02 17:00:23 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  22. 21.02 17:00:23 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
  23. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: Index: 9 Listeners:
  24. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 0: NORMAL
  25. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 1: ASM: class electroblob.wizardry.spell.Transience onBlockBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  26. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 2: ASM: class electroblob.wizardry.entity.living.EntityWizard onBlockBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  27. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 3: ASM: class team.chisel.common.item.ChiselController onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  28. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 4: ASM: com.mrdimka.hammercore.event.TileHandler@58944f21 breakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  29. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 5: ASM: thaumcraft.common.lib.events.ToolEvents@1d67a4e0 breakBlockEvent(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  30. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 6: ASM: toughasnails.handler.thirst.ThirstStatHandler@6d64e6db onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  31. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 7: LOWEST
  32. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 8: ASM: Block{null} tryBreakBlock(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  33. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 9: ASM: oreexcavation.handlers.EventHandler@98781f4 onBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  34. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 10: ASM: hellfirepvp.astralsorcery.common.event.listener.EventHandlerServer@3cfa701f onBreak(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  35. 21.02 17:00:23 [Server] Server thread/ERROR [FML]: 11: ASM: blusunrize.immersiveengineering.common.EventHandler@501413f4 breakLast(Lnet/minecraftforge/event/world/BlockEvent$BreakEvent;)V
  36. 21.02 17:00:23 [Server] Server thread/FATAL Error executing task
  37. 21.02 17:00:23 [Server] INFO java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraft.entity.player.EntityPlayer.func_174824_e(F)Lnet/minecraft/util/math/Vec3d;
  38. 21.02 17:00:23 [Server] INFO at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_152]
  39. 21.02 17:00:23 [Server] INFO at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_152]
  40. 21.02 17:00:23 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
  41. 21.02 17:00:23 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
  42. 21.02 17:00:23 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  43. 21.02 17:00:23 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  44. 21.02 17:00:23 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  45. 21.02 17:00:23 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
  46. 21.02 17:00:23 [Server] INFO Caused by: java.lang.NoSuchMethodError: net.minecraft.entity.player.EntityPlayer.func_174824_e(F)Lnet/minecraft/util/math/Vec3d;
  47. 21.02 17:00:23 [Server] INFO at oreexcavation.shapes.ExcavateShape.getFacing(ExcavateShape.java:236) ~[ExcavateShape.class:?]
  48. 21.02 17:00:23 [Server] INFO at oreexcavation.handlers.EventHandler.onBlockBreak(EventHandler.java:159) ~[EventHandler.class:?]
  49. 21.02 17:00:23 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_174_EventHandler_onBlockBreak_BreakEvent.invoke(.dynamic) ~[?:?]
  50. 21.02 17:00:23 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  51. 21.02 17:00:23 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) ~[EventBus.class:?]
  52. 21.02 17:00:23 [Server] INFO at net.minecraftforge.common.ForgeHooks.onBlockBreakEvent(ForgeHooks.java:742) ~[ForgeHooks.class:?]
  53. 21.02 17:00:23 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:287) ~[lv.class:?]
  54. 21.02 17:00:23 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_180784_a(PlayerInteractionManager.java:158) ~[lv.class:?]
  55. 21.02 17:00:23 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:631) ~[me.class:?]
  56. 21.02 17:00:23 [Server] INFO at net.minecraft.network.play.client.CPacketPlayerDigging.func_148833_a(SourceFile:40) ~[ja.class:?]
  57. 21.02 17:00:23 [Server] INFO at net.minecraft.network.play.client.CPacketPlayerDigging.func_148833_a(SourceFile:10) ~[ja.class:?]
  58. 21.02 17:00:23 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[fl$1.class:?]
  59. 21.02 17:00:23 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_152]
  60. 21.02 17:00:23 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_152]
  61. 21.02 17:00:23 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:45) ~[h.class:?]
  62. 21.02 17:00:23 [Server] INFO ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement