Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. [13:30:52] [Server thread/ERROR]: Provided chunk is null for (-30, 250) !
  2. [13:30:52] [Server thread/ERROR]: Exception caught during firing event cpw.mods.fml.common.gameevent.TickEvent$WorldTickEvent@7af5ea04:
  3. java.lang.NullPointerException
  4. at mrtjp.core.world.BlockUpdateHandler$.onTick(blocktickhook.scala:80) ~[BlockUpdateHandler$.class:?]
  5. at cpw.mods.fml.common.eventhandler.ASMEventHandler_416_BlockUpdateHandler$_onTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  6. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:1.7.10-1614.57]
  7. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:1.7.10-1614.57]
  8. at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:259) [FMLCommonHandler.class:1.7.10-1614.57]
  9. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1006) [MinecraftServer.class:?]
  10. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) [lt.class:?]
  11. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) [MinecraftServer.class:?]
  12. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
  13. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
  14. [13:30:52] [Server thread/ERROR]: Index: 8 Listeners:
  15. [13:30:52] [Server thread/ERROR]: 0: NORMAL
  16. [13:30:52] [Server thread/ERROR]: 1: ASM: ic2.core.TickHandler@4259a144 onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  17. [13:30:52] [Server thread/ERROR]: 2: ASM: thaumcraft.common.lib.events.ServerTickEventsFML@2287222d serverWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  18. [13:30:52] [Server thread/ERROR]: 3: ASM: blusunrize.immersiveengineering.common.EventHandler@63a19a6a onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  19. [13:30:52] [Server thread/ERROR]: 4: ASM: cofh.thermaldynamics.core.TickHandler@2de39864 tick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  20. [13:30:52] [Server thread/ERROR]: 5: ASM: codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler@4842dc95 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  21. [13:30:52] [Server thread/ERROR]: 6: ASM: forestry.core.TickHandlerCoreServer@2c2360d0 onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  22. [13:30:52] [Server thread/ERROR]: 7: ASM: forestry.core.multiblock.MultiblockServerTickHandler@406c9419 onWorldTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  23. [13:30:52] [Server thread/ERROR]: 8: ASM: mrtjp.core.world.BlockUpdateHandler$@14f97f66 onTick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  24. [13:30:52] [Server thread/ERROR]: 9: ASM: buildcraft.transport.stripes.PipeExtensionListener@79dc0c65 tick(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  25. [13:30:52] [Server thread/ERROR]: 10: ASM: buildcraft.robotics.map.MapManager@788c32a0 tickDelayedWorlds(Lcpw/mods/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  26. [13:30:52] [Server thread/ERROR]: 11: ASM: appeng.hooks.TickHandler@5cc04f46 onTick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
  27. [13:30:52] [Server thread/ERROR]: Encountered an unexpected exception
  28. java.lang.NullPointerException
  29. at mrtjp.core.world.BlockUpdateHandler$.onTick(blocktickhook.scala:80) ~[BlockUpdateHandler$.class:?]
  30. at cpw.mods.fml.common.eventhandler.ASMEventHandler_416_BlockUpdateHandler$_onTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  31. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:1.7.10-1614.57]
  32. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:1.7.10-1614.57]
  33. at cpw.mods.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:259) ~[FMLCommonHandler.class:1.7.10-1614.57]
  34. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1006) ~[MinecraftServer.class:?]
  35. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:432) ~[lt.class:?]
  36. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:841) ~[MinecraftServer.class:?]
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:693) [MinecraftServer.class:?]
  38. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement