Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.08 KB | None | 0 0
  1. [20:24:46] [Server thread/ERROR] [FML/]: Exception caught during firing event cpw.mods.fml.common.gameevent.TickEvent$ServerTickEvent@52ce4673:
  2. java.lang.RuntimeException: Cannot Hotload Dim: Overworld is not Loaded!
  3. at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:230) ~[DimensionManager.class:?]
  4. at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:705) ~[MinecraftServer.class:?]
  5. at weather2.ServerTickHandler.onTickInGame(ServerTickHandler.java:44) ~[ServerTickHandler.class:?]
  6. at weather2.EventHandlerFML.tickServer(EventHandlerFML.java:29) ~[EventHandlerFML.class:?]
  7. at cpw.mods.fml.common.eventhandler.ASMEventHandler_505_EventHandlerFML_tickServer_ServerTickEvent.invoke(.dynamic) ~[?:?]
  8. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:?]
  9. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138) [EventBus.class:?]
  10. at cpw.mods.fml.common.FMLCommonHandler.onPreServerTick(FMLCommonHandler.java:260) [FMLCommonHandler.class:?]
  11. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:536) [MinecraftServer.class:?]
  12. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
  13. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
  14. [20:24:46] [Server thread/ERROR] [FML/]: Index: 11 Listeners:
  15. [20:24:46] [Server thread/ERROR] [FML/]: 0: NORMAL
  16. [20:24:46] [Server thread/ERROR] [FML/]: 1: ASM: gregtech.common.GT_Server@35cda3b2 onServerTickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  17. [20:24:46] [Server thread/ERROR] [FML/]: 2: ASM: ic2.core.TickHandler@6d30ffa7 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  18. [20:24:46] [Server thread/ERROR] [FML/]: 3: ASM: mods.immibis.core.MainThreadTaskQueue@e7855aa tickEventServer(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  19. [20:24:46] [Server thread/ERROR] [FML/]: 4: ASM: am2.proxy.tick.ServerTickHandler@292e9c66 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  20. [20:24:46] [Server thread/ERROR] [FML/]: 5: ASM: crazypants.enderio.machine.spawner.BlockPoweredSpawner@f0181f onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  21. [20:24:46] [Server thread/ERROR] [FML/]: 6: ASM: crazypants.enderio.conduit.ConduitNetworkTickHandler@1594849d onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  22. [20:24:46] [Server thread/ERROR] [FML/]: 7: ASM: codechicken.enderstorage.storage.liquid.TankSynchroniser@1de7d0ba tickEnd(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  23. [20:24:46] [Server thread/ERROR] [FML/]: 8: ASM: com.forgeessentials.util.tasks.TaskRegistry@15dec7f9 onTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  24. [20:24:46] [Server thread/ERROR] [FML/]: 9: ASM: com.forgeessentials.commands.util.CommandsEventHandler@7e92fce2 doServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  25. [20:24:46] [Server thread/ERROR] [FML/]: 10: ASM: mods.railcraft.client.sounds.SoundLimiterTicker@1f82aa9b tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  26. [20:24:46] [Server thread/ERROR] [FML/]: 11: ASM: weather2.EventHandlerFML@5560786f tickServer(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  27. [20:24:46] [Server thread/ERROR] [FML/]: 12: ASM: codechicken.wirelessredstone.core.WRCoreEventHandler@516bedcb serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  28. [20:24:46] [Server thread/ERROR] [FML/]: 13: ASM: mcp.mobius.pregen.TickHandler@631c79ad foo(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  29. [20:24:46] [Server thread/ERROR] [FML/]: 14: ASM: codechicken.chunkloader.ChunkLoaderEventHandler@1fb32251 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  30. [20:24:46] [Server thread/ERROR] [FML/]: 15: ASM: dan200.computercraft.shared.proxy.ComputerCraftProxyCommon$ForgeHandlers@7a622df5 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  31. [20:24:46] [Server thread/ERROR] [FML/]: 16: ASM: build.EventHandlerFML@5771067c tickServer(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  32. [20:24:46] [Server thread/ERROR] [FML/]: 17: ASM: CoroUtil.forge.EventHandlerFML@12d5e6f0 tickServer(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  33. [20:24:46] [Server thread/ERROR] [FML/]: 18: ASM: GridTickHandler[Energy]@289739329 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  34. [20:24:46] [Server thread/ERROR] [FML/]: 19: ASM: GridTickHandler[Redstone]@787672870 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  35. [20:24:46] [Server thread/ERROR] [FML/]: 20: ASM: GridTickHandler[Fluid]@195315202 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  36. [20:24:46] [Server thread/ERROR] [FML/]: 21: ASM: powercrystals.minefactoryreloaded.net.ConnectionHandler@1cbdafe3 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  37. [20:24:46] [Server thread/ERROR] [FML/]: 22: ASM: crazypants.enderio.CommonProxy$TickTimer@436dc797 onTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  38. [20:24:46] [Server thread/ERROR] [FML/]: 23: ASM: com.forgeessentials.teleport.TeleportModule@642f9eea serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  39. [20:24:46] [Server thread/ERROR] [FML/]: 24: ASM: micdoodle8.mods.galacticraft.planets.asteroids.tick.AsteroidsTickHandlerServer@48bc4a4f onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  40. [20:24:46] [Server thread/ERROR] [FML/]: 25: ASM: openblocks.common.ServerTickHandler@677af678 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  41. [20:24:46] [Server thread/ERROR] [FML/]: 26: ASM: li.cil.oc.common.EventHandler$@1f7da13a onTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  42. [20:24:46] [Server thread/ERROR] [FML/]: 27: ASM: li.cil.oc.common.asm.SimpleComponentTickHandler@663e25e3 onTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  43. [20:24:46] [Server thread/ERROR] [FML/]: 28: ASM: li.cil.oc.common.item.Tablet$@498b5e46 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  44. [20:24:46] [Server thread/ERROR] [FML/]: 29: ASM: mods.immibis.core.api.porting.PortableBaseMod$TickEventServerHandler@13138a81 tickEventServer(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  45. [20:24:46] [Server thread/ERROR] [FML/]: 30: ASM: codechicken.wirelessredstone.addons.WRAddonEventHandler@2f036c7e serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  46. [20:24:46] [Server thread/ERROR] [FML/]: 31: ASM: crazypants.enderzoo.spawn.MobSpawnEventHandler@10417517 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  47. [20:24:46] [Server thread/ERROR] [FML/]: 32: ASM: codechicken.multipart.handler.MultipartEventHandler$@2b4b7afc serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  48. [20:24:46] [Server thread/ERROR] [FML/]: 33: ASM: micdoodle8.mods.galacticraft.core.tick.TickHandlerServer@41f76c6d onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  49. [20:24:46] [Server thread/ERROR] [FML/]: 34: ASM: com.forgeessentials.multiworld.MultiworldManager@198911df serverTickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  50. [20:24:46] [Server thread/ERROR] [FML/]: 35: ASM: com.forgeessentials.core.misc.TeleportHelper@2338a97a serverTickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  51. [20:24:46] [Server thread/ERROR] [FML/]: 36: ASM: com.forgeessentials.core.misc.TickTaskHandler@72e51bd0 serverTickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  52. [20:24:46] [Server thread/ERROR] [FML/]: 37: ASM: com.forgeessentials.protection.ProtectionEventHandler@446db343 serverTickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  53. [20:24:46] [Server thread/ERROR] [FML/]: 38: ASM: com.forgeessentials.afterlife.Deathchest@53e22e87 tickGraves(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  54. [20:24:46] [Server thread/ERROR] [FML/]: 39: ASM: com.forgeessentials.util.questioner.Questioner@4a9598fd tickStart(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  55. [20:24:46] [Server thread/ERROR] [FML/]: 40: ASM: mods.immibis.core.commands.TPSCommand$TickHandler@1c92e075 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  56. [20:24:46] [Server thread/ERROR] [FML/]: 41: ASM: com.forgeessentials.compat.worldedit.CUIComms@5a60593f serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  57. [20:24:46] [Server thread/ERROR] [FML/]: 42: ASM: me.guichaguri.pvptime.PvPTimeUpdater$PvPTimeTickUpdater@22cf1f80 ServerTickEvent(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  58. [20:24:46] [Server thread/ERROR] [FML/]: 43: ASM: ivorius.psychedelicraft.events.PSEventFMLHandler@261352c3 onTick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
  59. [20:24:46] [Server thread/ERROR] [FML/]: 44: ASM: com.sk89q.worldedit.forge.ThreadSafeCache@3ab41bbc tickStart(Lcpw/mods/fml/common/gameevent/TickEvent;)V
  60. [20:24:46] [Server thread/ERROR] [FML/]: 45: ASM: appeng.hooks.TickHandler@1bb8cc44 onTick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement