Advertisement
Guest User

Untitled

a guest
May 9th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1. 2013-05-09 22:08:38 [INFO] [STDERR] net.minecraft.util.ReportedException: Exception getting block type in world
  2. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:60)
  3. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:109)
  4. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:675)
  5. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571)
  6. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127)
  7. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
  8. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  9. 2013-05-09 22:08:38 [INFO] [STDERR] Caused by: java.lang.NullPointerException
  10. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.World.getTopSolidOrLiquidBlock(World.java:1997)
  11. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.biome.BiomeDecorator.decorate(BiomeDecorator.java:226)
  12. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.biome.BiomeDecorator.decorate(BiomeDecorator.java:203)
  13. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.biome.BiomeGenBase.decorate(BiomeGenBase.java:366)
  14. 2013-05-09 22:08:38 [INFO] [STDERR] at CrazyDimension.common.ChunkProviderCrazy.populate(ChunkProviderCrazy.java:395)
  15. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:258)
  16. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1249)
  17. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:153)
  18. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:166)
  19. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.World.getChunkFromChunkCoords(World.java:525)
  20. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.world.World.getBlockId(World.java:410)
  21. 2013-05-09 22:08:38 [INFO] [STDERR] at CrazyDimension.common.CustomTeleporter.placeInExistingPortal(CustomTeleporter.java:104)
  22. 2013-05-09 22:08:38 [INFO] [STDERR] at CrazyDimension.common.CustomTeleporter.placeInPortal(CustomTeleporter.java:41)
  23. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:557)
  24. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:482)
  25. 2013-05-09 22:08:38 [INFO] [STDERR] at CrazyDimension.common.BlockBluePortal.onEntityCollidedWithBlock(BlockBluePortal.java:285)
  26. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.entity.Entity.doBlockCollisions(Entity.java:1023)
  27. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.entity.Entity.moveEntity(Entity.java:967)
  28. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.handleFlying(NetServerHandler.java:345)
  29. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.network.packet.Packet10Flying.processPacket(Packet10Flying.java:51)
  30. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.network.MemoryConnection.processReadPackets(MemoryConnection.java:89)
  31. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.network.NetServerHandler.networkTick(NetServerHandler.java:134)
  32. 2013-05-09 22:08:38 [INFO] [STDERR] at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:53)
  33. 2013-05-09 22:08:38 [INFO] [STDERR] ... 6 more
  34. 2013-05-09 22:08:38 [SEVERE] [Minecraft-Server] Encountered an unexpected exception ReportedException
  35. net.minecraft.util.ReportedException: Exception getting block type in world
  36. at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:60)
  37. at net.minecraft.server.integrated.IntegratedServerListenThread.networkTick(IntegratedServerListenThread.java:109)
  38. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:675)
  39. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:571)
  40. at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:127)
  41. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:469)
  42. at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  43. Caused by: java.lang.NullPointerException
  44. at net.minecraft.world.World.getTopSolidOrLiquidBlock(World.java:1997)
  45. at net.minecraft.world.biome.BiomeDecorator.decorate(BiomeDecorator.java:226)
  46. at net.minecraft.world.biome.BiomeDecorator.decorate(BiomeDecorator.java:203)
  47. at net.minecraft.world.biome.BiomeGenBase.decorate(BiomeGenBase.java:366)
  48. at CrazyDimension.common.ChunkProviderCrazy.populate(ChunkProviderCrazy.java:395)
  49. at net.minecraft.world.gen.ChunkProviderServer.populate(ChunkProviderServer.java:258)
  50. at net.minecraft.world.chunk.Chunk.populateChunk(Chunk.java:1249)
  51. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:153)
  52. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:166)
  53. at net.minecraft.world.World.getChunkFromChunkCoords(World.java:525)
  54. at net.minecraft.world.World.getBlockId(World.java:410)
  55. at CrazyDimension.common.CustomTeleporter.placeInExistingPortal(CustomTeleporter.java:104)
  56. at CrazyDimension.common.CustomTeleporter.placeInPortal(CustomTeleporter.java:41)
  57. at net.minecraft.server.management.ServerConfigurationManager.transferEntityToWorld(ServerConfigurationManager.java:557)
  58. at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:482)
  59. at CrazyDimension.common.BlockBluePortal.onEntityCollidedWithBlock(BlockBluePortal.java:285)
  60. at net.minecraft.entity.Entity.doBlockCollisions(Entity.java:1023)
  61. at net.minecraft.entity.Entity.moveEntity(Entity.java:967)
  62. at net.minecraft.network.NetServerHandler.handleFlying(NetServerHandler.java:345)
  63. at net.minecraft.network.packet.Packet10Flying.processPacket(Packet10Flying.java:51)
  64. at net.minecraft.network.MemoryConnection.processReadPackets(MemoryConnection.java:89)
  65. at net.minecraft.network.NetServerHandler.networkTick(NetServerHandler.java:134)
  66. at net.minecraft.network.NetworkListenThread.networkTick(NetworkListenThread.java:53)
  67. ... 6 more
  68. 2013-05-09 22:08:38 [SEVERE] [Minecraft-Server] This crash report has been saved to: C:\Users\Fred\Desktop\Modding\MCP - Crazy Dimension 1.5.2\mcp\jars\.\crash-reports\crash-2013-05-09_22.08.38-server.txt
  69. 2013-05-09 22:08:38 [INFO] [Minecraft-Server] Stopping server
  70. 2013-05-09 22:08:38 [INFO] [Minecraft-Server] Saving players
  71. 2013-05-09 22:08:38 [INFO] [Minecraft-Server] Saving worlds
  72. 2013-05-09 22:08:38 [INFO] [Minecraft-Server] Saving chunks for level 'Copy of New World'/Overworld
  73. 2013-05-09 22:08:38 [INFO] [Minecraft-Server] Saving chunks for level 'Copy of New World'/Nether
  74. 2013-05-09 22:08:38 [INFO] [Minecraft-Server] Saving chunks for level 'Copy of New World'/The End
  75. 2013-05-09 22:08:38 [INFO] [Minecraft-Server] Saving chunks for level 'Copy of New World'/CrazyWorld
  76. 2013-05-09 22:08:41 [INFO] [ForgeModLoader] Unloading dimension 0
  77. 2013-05-09 22:08:41 [INFO] [ForgeModLoader] Unloading dimension -1
  78. 2013-05-09 22:08:41 [INFO] [ForgeModLoader] Unloading dimension 1
  79. 2013-05-09 22:08:41 [INFO] [ForgeModLoader] Unloading dimension 2
  80. 2013-05-09 22:08:41 [SEVERE] [ForgeModLoader] Fatal errors were detected during the transition from SERVER_STARTED to SERVER_STOPPED. Loading cannot continue
  81. 2013-05-09 22:08:41 [SEVERE] [ForgeModLoader]
  82. mcp{7.44} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available
  83. FML{5.2.5.691} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available
  84. Forge{7.8.0.691} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available
  85. crazydimension{1.0b} [Crazy Dimension Beta] (bin) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available
  86. 2013-05-09 22:08:41 [SEVERE] [ForgeModLoader] The ForgeModLoader state engine has become corrupted. Probably, a state was missed by and invalid modification to a base classForgeModLoader depends on. This is a critical error and not recoverable. Investigate any modifications to base classes outside ofForgeModLoader, especially Optifine, to see if there are fixes available.
  87. 2013-05-09 22:08:41 [INFO] [STDERR] Exception in thread "Server thread" java.lang.RuntimeException: The ForgeModLoader state engine is invalid
  88. 2013-05-09 22:08:41 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:134)
  89. 2013-05-09 22:08:41 [INFO] [STDERR] at cpw.mods.fml.common.Loader.serverStopped(Loader.java:800)
  90. 2013-05-09 22:08:41 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:468)
  91. 2013-05-09 22:08:41 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:531)
  92. 2013-05-09 22:08:41 [INFO] [STDERR] at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  93. 2013-05-09 22:08:48 [INFO] [Minecraft-Client] Stopping!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement