Advertisement
hassansyyid

Untitled

Nov 14th, 2015
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. [16:15:51] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$ServerTickEvent@4f6cd4e:
  2. java.lang.IllegalAccessError: tried to access field net.minecraft.entity.monster.EntityEnderman.field_104003_g from class io.github.hsyyid.wilsonsmp.eventhandlers.ServerTickEventHandler
  3. at io.github.hsyyid.wilsonsmp.eventhandlers.ServerTickEventHandler.onServerTick(ServerTickEventHandler.java:37) ~[ServerTickEventHandler.class:?]
  4. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ServerTickEventHandler_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?]
  5. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55) ~[ASMEventHandler.class:?]
  6. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
  7. at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:301) [FMLCommonHandler.class:?]
  8. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) [MinecraftServer.class:?]
  9. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
  10. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  11. [16:15:51] [Server thread/ERROR] [FML]: Index: 1 Listeners:
  12. [16:15:51] [Server thread/ERROR] [FML]: 0: NORMAL
  13. [16:15:51] [Server thread/ERROR] [FML]: 1: ASM: io.github.hsyyid.wilsonsmp.eventhandlers.ServerTickEventHandler@25da7d5a onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  14. [16:15:51] [Server thread/ERROR]: Encountered an unexpected exception
  15. java.lang.IllegalAccessError: tried to access field net.minecraft.entity.monster.EntityEnderman.field_104003_g from class io.github.hsyyid.wilsonsmp.eventhandlers.ServerTickEventHandler
  16. at io.github.hsyyid.wilsonsmp.eventhandlers.ServerTickEventHandler.onServerTick(ServerTickEventHandler.java:37) ~[ServerTickEventHandler.class:?]
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_10_ServerTickEventHandler_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?]
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55) ~[ASMEventHandler.class:?]
  19. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
  20. at net.minecraftforge.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:301) ~[FMLCommonHandler.class:?]
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587) ~[MinecraftServer.class:?]
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478) [MinecraftServer.class:?]
  23. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  24. [16:15:51] [Server thread/ERROR]: This crash report has been saved to: D:\Programming\Plugin Testing Server\.\crash-reports\crash-2015-11-14_16.15.51-server.txt
  25. [16:16:51] [Server Watchdog/FATAL]: A single server tick took 60.00 seconds (should be max 0.05)
  26. [16:16:51] [Server Watchdog/FATAL]: Considering it to be crashed, server will forcibly shutdown.
  27. [16:16:51] [Server Watchdog/ERROR]: This crash report has been saved to: D:\Programming\Plugin Testing Server\.\crash-reports\crash-2015-11-14_16.16.51-server.txt
  28. Exception in thread "Server Watchdog" [16:16:51] [Server Watchdog/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
  29. [16:16:51] [Server Watchdog/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.asm.transformers.TerminalTransformer$ExitVisitor.checkAccess(TerminalTransformer.java:142)
  30. [16:16:51] [Server Watchdog/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.asm.transformers.TerminalTransformer$ExitVisitor.runtimeHaltCalled(TerminalTransformer.java:125)
  31. [16:16:51] [Server Watchdog/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.dedicated.ServerHangWatchdog.func_180248_a(SourceFile:91)
  32. [16:16:51] [Server Watchdog/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.dedicated.ServerHangWatchdog.run(SourceFile:69)
  33. [16:16:51] [Server Watchdog/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.Thread.run(Thread.java:745)
  34. Exception in thread "Timer-0" [16:17:01] [Timer-0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
  35. [16:17:01] [Timer-0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.asm.transformers.TerminalTransformer$ExitVisitor.checkAccess(TerminalTransformer.java:142)
  36. [16:17:01] [Timer-0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraftforge.fml.common.asm.transformers.TerminalTransformer$ExitVisitor.runtimeHaltCalled(TerminalTransformer.java:125)
  37. [16:17:01] [Timer-0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.server.dedicated.ServerHangWatchdog$1.run(SourceFile:85)
  38. [16:17:01] [Timer-0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.TimerThread.mainLoop(Timer.java:555)
  39. [16:17:01] [Timer-0/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.util.TimerThread.run(Timer.java:505)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement