Guest User

Untitled

a guest
Mar 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. // Oops.
  2.  
  3. Time: 3/8/18 12:10 AM
  4. Description: Exception in server tick loop
  5.  
  6. java.lang.RuntimeException: java.lang.IllegalStateException
  7. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:663)
  8. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
  9. at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:286)
  10. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:750)
  11. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
  12. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666)
  13. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524)
  14. at java.lang.Thread.run(Thread.java:748)
  15. Caused by: java.lang.IllegalStateException
  16. at com.google.common.base.Preconditions.checkState(Preconditions.java:429)
  17. at forestry.apiculture.BeekeepingLogic.queenWorkTick(BeekeepingLogic.java:295)
  18. at forestry.apiculture.BeekeepingLogic.doWork(BeekeepingLogic.java:252)
  19. at forestry.apiculture.multiblock.AlvearyController.updateServer(AlvearyController.java:233)
  20. at forestry.core.multiblock.MultiblockControllerBase.updateMultiblockEntity(MultiblockControllerBase.java:445)
  21. at forestry.core.multiblock.MultiblockWorldRegistry.tickStart(MultiblockWorldRegistry.java:81)
  22. at forestry.core.multiblock.MultiblockRegistry.tickStart(MultiblockRegistry.java:31)
  23. at forestry.core.multiblock.MultiblockServerTickHandler.onWorldTick(MultiblockServerTickHandler.java:20)
  24. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1258_MultiblockServerTickHandler_onWorldTick_WorldTickEvent.invoke(.dynamic)
  25. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
  26. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651)
  27. ... 7 more
  28.  
  29.  
  30. A detailed walkthrough of the error, its code path and all known details is as follows:
  31. ---------------------------------------------------------------------------------------
  32.  
  33. -- Head --
  34. Thread: Server thread
  35. Stacktrace:
  36. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:663)
  37. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589)
  38. at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:286)
  39.  
  40. -- Sponge PhaseTracker --
  41. Details:
  42. Cause Stack: [Empty stack]
  43. Stacktrace:
  44. at net.minecraft.server.MinecraftServer.handler$onCrashReport$zjl000(MinecraftServer.java:4013)
  45. at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:887)
  46. at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:370)
  47. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:556)
  48. at java.lang.Thread.run(Thread.java:748)
Add Comment
Please, Sign In to add comment