Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. [07:42:56] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$ServerTickEvent@20508724:
  2. java.lang.NullPointerException: null
  3. at tk.endoffile.eoboosters.data.ActiveBooster.tickBooster(ActiveBooster.java:113) ~[ActiveBooster.class:?]
  4. at tk.endoffile.eoboosters.listeners.EoBoosterListener.tickBoosters(EoBoosterListener.java:36) ~[EoBoosterListener.class:?]
  5. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_145_EoBoosterListener_tickBoosters_ServerTickEvent.invoke(.dynamic) ~[?:?]
  6. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  7. at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753) [EventBus.class:?]
  8. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:703) [EventBus.class:?]
  9. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266) [FMLCommonHandler.class:?]
  10. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712) [MinecraftServer.class:?]
  11. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  12. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  13. [07:42:56] [Server thread/ERROR] [FML]: Index: 11 Listeners:
  14. [07:42:56] [Server thread/ERROR] [FML]: 0: NORMAL
  15. [07:42:56] [Server thread/ERROR] [FML]: 1: ASM: net.minecraftforge.common.ForgeInternalHandler@39eca9c9 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  16. [07:42:56] [Server thread/ERROR] [FML]: 2: ASM: spongeforge onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  17. [07:42:56] [Server thread/ERROR] [FML]: 3: ASM: de.waterdu.aquagyms.ui.internal.AquaUIListener@14a7db71 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  18. [07:42:56] [Server thread/ERROR] [FML]: 4: ASM: de.waterdu.aquagyms.event.Events@7bed6dbb onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  19. [07:42:56] [Server thread/ERROR] [FML]: 5: ASM: de.waterdu.aquagyms.gym.queue.Queue@49e8a919 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  20. [07:42:56] [Server thread/ERROR] [FML]: 6: ASM: fr.flashback083.flashapi.TimerApi.TimerEvent.TimerForgeEvent@45ff657f scheduler(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  21. [07:42:56] [Server thread/ERROR] [FML]: 7: ASM: com.pixelmonmod.pixelmon.TickHandler@615c91d4 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  22. [07:42:56] [Server thread/ERROR] [FML]: 8: ASM: fr.flashback083.flashspec.PixelmonEvent@483efebd onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  23. [07:42:56] [Server thread/ERROR] [FML]: 9: ASM: fr.flashback083.pixelevent.HandlerEvent@85fea58 scheduler(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  24. [07:42:56] [Server thread/ERROR] [FML]: 10: ASM: jw.landon.remoraids.implementation.listeners.timings.ServerTickListener@5e9fb484 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  25. [07:42:56] [Server thread/ERROR] [FML]: 11: ASM: tk.endoffile.eoboosters.listeners.EoBoosterListener@55f54395 tickBoosters(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  26. [07:42:56] [Server thread/ERROR] [FML]: 12: ASM: com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator@78154525 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  27. [07:42:56] [Server thread/ERROR] [FML]: 13: ASM: com.valjean42.rustles.Rustles@5ba3f738 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  28. [07:42:56] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  29. java.lang.NullPointerException: null
  30. at tk.endoffile.eoboosters.data.ActiveBooster.tickBooster(ActiveBooster.java:113) ~[ActiveBooster.class:?]
  31. at tk.endoffile.eoboosters.listeners.EoBoosterListener.tickBoosters(EoBoosterListener.java:36) ~[EoBoosterListener.class:?]
  32. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_145_EoBoosterListener_tickBoosters_ServerTickEvent.invoke(.dynamic) ~[?:?]
  33. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  34. at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753) ~[EventBus.class:?]
  35. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:703) ~[EventBus.class:?]
  36. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266) ~[FMLCommonHandler.class:?]
  37. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712) ~[MinecraftServer.class:?]
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  39. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement