Advertisement
ajthemacboy

Mystcraft

Apr 15th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.27 KB | None | 0 0
  1. This is an error with Mystcraft 0.13 running on Cauldron. The Mystcraft dev (xcompwiz) doesn't provide support for Cauldron, so we're out of luck... until Sponge comes along.
  2.  
  3. If you'd like to vote for this issue, go here: https://github.com/XCompWiz/Mystcraft-Issues/issues/66
  4.  
  5. I got this error when updating my Infinity 1.3.4 server to 1.4.1.
  6.  
  7. If you didn't know, Mystcraft 0.11 (the version in 1.3.4 of Infinity) has extreme lag issues when generating worlds. This is fixed in 0.13, but again, we can't update on Cauldron.
  8.  
  9. ------------------------ BEGIN CRASH REPORT ------------------------
  10. [08:26:03] [Server thread/ERROR]: Chunk (0, 0) stored at (2672, 2665) in world 'DIM_MYST-2147483648'
  11. [08:26:03] [Server thread/ERROR]: net.minecraft.world.chunk.EmptyChunk
  12. [08:26:03] [Server thread/WARN]: java.lang.Throwable
  13. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:272)
  14. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_72964_e(World.java:739)
  15. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_147439_a(World.java:665)
  16. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.createRandomNodeAt(ThaumcraftWorldGenerator.java:304)
  17. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generateSurface(ThaumcraftWorldGenerator.java:376)
  18. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.worldGeneration(ThaumcraftWorldGenerator.java:109)
  19. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generate(ThaumcraftWorldGenerator.java:95)
  20. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:130)
  21. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:394)
  22. [08:26:03] [Server thread/WARN]: at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1170)
  23. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:249)
  24. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy$ChunkProviderServerDummy.originalLoadChunk(WorldProviderMystDummy.java:60)
  25. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:169)
  26. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:137)
  27. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy.generateNextChunk(WorldProviderMystDummy.java:216)
  28. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.stepChunkGeneration(InstabilityDataCalculator.java:250)
  29. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.onServerTick(InstabilityDataCalculator.java:111)
  30. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_816_InstabilityDataCalculator_onServerTick_ServerTickEvent.invoke(.dynamic)
  31. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  32. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  33. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251)
  34. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851)
  35. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  36. [08:26:03] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  37. [08:26:03] [Server thread/ERROR]: Chunk (0, 0) stored at (2672, 2665) in world 'DIM_MYST-2147483648'
  38. [08:26:03] [Server thread/ERROR]: net.minecraft.world.chunk.EmptyChunk
  39. [08:26:03] [Server thread/WARN]: java.lang.Throwable
  40. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:272)
  41. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_72964_e(World.java:739)
  42. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_147439_a(World.java:665)
  43. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.createRandomNodeAt(ThaumcraftWorldGenerator.java:304)
  44. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generateSurface(ThaumcraftWorldGenerator.java:376)
  45. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.worldGeneration(ThaumcraftWorldGenerator.java:109)
  46. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generate(ThaumcraftWorldGenerator.java:95)
  47. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:130)
  48. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:394)
  49. [08:26:03] [Server thread/WARN]: at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1170)
  50. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:249)
  51. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy$ChunkProviderServerDummy.originalLoadChunk(WorldProviderMystDummy.java:60)
  52. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:169)
  53. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:137)
  54. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy.generateNextChunk(WorldProviderMystDummy.java:216)
  55. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.stepChunkGeneration(InstabilityDataCalculator.java:250)
  56. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.onServerTick(InstabilityDataCalculator.java:111)
  57. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_816_InstabilityDataCalculator_onServerTick_ServerTickEvent.invoke(.dynamic)
  58. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  59. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  60. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251)
  61. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851)
  62. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  63. [08:26:03] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  64. [08:26:03] [Server thread/ERROR]: Chunk (0, 0) stored at (2672, 2665) in world 'DIM_MYST-2147483648'
  65. [08:26:03] [Server thread/ERROR]: net.minecraft.world.chunk.EmptyChunk
  66. [08:26:03] [Server thread/WARN]: java.lang.Throwable
  67. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:272)
  68. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_72964_e(World.java:739)
  69. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_147439_a(World.java:665)
  70. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.createRandomNodeAt(ThaumcraftWorldGenerator.java:304)
  71. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generateSurface(ThaumcraftWorldGenerator.java:376)
  72. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.worldGeneration(ThaumcraftWorldGenerator.java:109)
  73. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generate(ThaumcraftWorldGenerator.java:95)
  74. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:130)
  75. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:394)
  76. [08:26:03] [Server thread/WARN]: at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1170)
  77. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:249)
  78. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy$ChunkProviderServerDummy.originalLoadChunk(WorldProviderMystDummy.java:60)
  79. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:169)
  80. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:137)
  81. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy.generateNextChunk(WorldProviderMystDummy.java:216)
  82. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.stepChunkGeneration(InstabilityDataCalculator.java:250)
  83. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.onServerTick(InstabilityDataCalculator.java:111)
  84. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_816_InstabilityDataCalculator_onServerTick_ServerTickEvent.invoke(.dynamic)
  85. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  86. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  87. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251)
  88. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851)
  89. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  90. [08:26:03] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  91. [08:26:03] [Server thread/ERROR]: Chunk (0, 0) stored at (2672, 2665) in world 'DIM_MYST-2147483648'
  92. [08:26:03] [Server thread/ERROR]: net.minecraft.world.chunk.EmptyChunk
  93. [08:26:03] [Server thread/WARN]: java.lang.Throwable
  94. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:272)
  95. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_72964_e(World.java:739)
  96. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_147439_a(World.java:665)
  97. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.createRandomNodeAt(ThaumcraftWorldGenerator.java:304)
  98. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generateSurface(ThaumcraftWorldGenerator.java:376)
  99. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.worldGeneration(ThaumcraftWorldGenerator.java:109)
  100. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generate(ThaumcraftWorldGenerator.java:95)
  101. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:130)
  102. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:394)
  103. [08:26:03] [Server thread/WARN]: at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1170)
  104. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:249)
  105. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy$ChunkProviderServerDummy.originalLoadChunk(WorldProviderMystDummy.java:60)
  106. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:169)
  107. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:137)
  108. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy.generateNextChunk(WorldProviderMystDummy.java:216)
  109. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.stepChunkGeneration(InstabilityDataCalculator.java:250)
  110. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.onServerTick(InstabilityDataCalculator.java:111)
  111. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_816_InstabilityDataCalculator_onServerTick_ServerTickEvent.invoke(.dynamic)
  112. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  113. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  114. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251)
  115. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851)
  116. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  117. [08:26:03] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  118. [08:26:03] [Server thread/ERROR]: Chunk (0, 0) stored at (2672, 2665) in world 'DIM_MYST-2147483648'
  119. [08:26:03] [Server thread/ERROR]: net.minecraft.world.chunk.EmptyChunk
  120. [08:26:03] [Server thread/WARN]: java.lang.Throwable
  121. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:272)
  122. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_72964_e(World.java:739)
  123. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_147439_a(World.java:665)
  124. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.createRandomNodeAt(ThaumcraftWorldGenerator.java:304)
  125. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generateSurface(ThaumcraftWorldGenerator.java:376)
  126. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.worldGeneration(ThaumcraftWorldGenerator.java:109)
  127. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generate(ThaumcraftWorldGenerator.java:95)
  128. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:130)
  129. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:394)
  130. [08:26:03] [Server thread/WARN]: at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1170)
  131. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:249)
  132. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy$ChunkProviderServerDummy.originalLoadChunk(WorldProviderMystDummy.java:60)
  133. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:169)
  134. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:137)
  135. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy.generateNextChunk(WorldProviderMystDummy.java:216)
  136. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.stepChunkGeneration(InstabilityDataCalculator.java:250)
  137. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.onServerTick(InstabilityDataCalculator.java:111)
  138. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_816_InstabilityDataCalculator_onServerTick_ServerTickEvent.invoke(.dynamic)
  139. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  140. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  141. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251)
  142. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851)
  143. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  144. [08:26:03] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  145. [08:26:03] [Server thread/ERROR]: Chunk (0, 0) stored at (2672, 2665) in world 'DIM_MYST-2147483648'
  146. [08:26:03] [Server thread/ERROR]: net.minecraft.world.chunk.EmptyChunk
  147. [08:26:03] [Server thread/WARN]: java.lang.Throwable
  148. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:272)
  149. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_72964_e(World.java:739)
  150. [08:26:03] [Server thread/WARN]: at net.minecraft.world.World.func_147439_a(World.java:665)
  151. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.createRandomNodeAt(ThaumcraftWorldGenerator.java:304)
  152. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generateSurface(ThaumcraftWorldGenerator.java:376)
  153. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.worldGeneration(ThaumcraftWorldGenerator.java:109)
  154. [08:26:03] [Server thread/WARN]: at thaumcraft.common.lib.world.ThaumcraftWorldGenerator.generate(ThaumcraftWorldGenerator.java:95)
  155. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:130)
  156. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:394)
  157. [08:26:03] [Server thread/WARN]: at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1170)
  158. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:249)
  159. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy$ChunkProviderServerDummy.originalLoadChunk(WorldProviderMystDummy.java:60)
  160. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:169)
  161. [08:26:03] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:137)
  162. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy.generateNextChunk(WorldProviderMystDummy.java:216)
  163. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.stepChunkGeneration(InstabilityDataCalculator.java:250)
  164. [08:26:03] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.onServerTick(InstabilityDataCalculator.java:111)
  165. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_816_InstabilityDataCalculator_onServerTick_ServerTickEvent.invoke(.dynamic)
  166. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  167. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  168. [08:26:03] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251)
  169. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851)
  170. [08:26:03] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  171. [08:26:03] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  172.  
  173.  
  174. [08:26:08] [Server thread/ERROR]: Chunk (0, 0) stored at (39, 3) in world 'DIM_MYST-2147483648'
  175. [08:26:08] [Server thread/ERROR]: net.minecraft.world.chunk.EmptyChunk
  176. [08:26:08] [Server thread/WARN]: java.lang.Throwable
  177. [08:26:08] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:272)
  178. [08:26:08] [Server thread/WARN]: at net.minecraft.world.World.func_72964_e(World.java:739)
  179. [08:26:08] [Server thread/WARN]: at net.minecraft.world.World.func_147439_a(World.java:665)
  180. [08:26:08] [Server thread/WARN]: at mods.natura.worldgen.CloudGen.func_76484_a(CloudGen.java:44)
  181. [08:26:08] [Server thread/WARN]: at mods.natura.worldgen.BaseCloudWorldgen.generate(BaseCloudWorldgen.java:68)
  182. [08:26:08] [Server thread/WARN]: at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:130)
  183. [08:26:08] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:394)
  184. [08:26:08] [Server thread/WARN]: at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1170)
  185. [08:26:08] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:249)
  186. [08:26:08] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy$ChunkProviderServerDummy.originalLoadChunk(WorldProviderMystDummy.java:60)
  187. [08:26:08] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:169)
  188. [08:26:08] [Server thread/WARN]: at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:137)
  189. [08:26:08] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.WorldProviderMystDummy.generateNextChunk(WorldProviderMystDummy.java:216)
  190. [08:26:08] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.stepChunkGeneration(InstabilityDataCalculator.java:250)
  191. [08:26:08] [Server thread/WARN]: at com.xcompwiz.mystcraft.world.InstabilityDataCalculator.onServerTick(InstabilityDataCalculator.java:111)
  192. [08:26:08] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler_816_InstabilityDataCalculator_onServerTick_ServerTickEvent.invoke(.dynamic)
  193. [08:26:08] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  194. [08:26:08] [Server thread/WARN]: at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  195. [08:26:08] [Server thread/WARN]: at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251)
  196. [08:26:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:851)
  197. [08:26:08] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658)
  198. [08:26:08] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:745)
  199. [08:26:08] [Server thread/ERROR]: Encountered an unexpected exception
  200. net.minecraft.util.ReportedException: Exception ticking world
  201. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:937) ~[MinecraftServer.class:?]
  202. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:430) ~[lt.class:?]
  203. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) ~[MinecraftServer.class:?]
  204. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
  205. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40]
  206. Caused by: java.lang.NoSuchFieldError: field_73244_f
  207. at com.xcompwiz.mystcraft.world.WorldProviderMystDummy$ChunkProviderServerDummy.func_73156_b(WorldProviderMystDummy.java:69) ~[WorldProviderMystDummy$ChunkProviderServerDummy.class:?]
  208. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:256) ~[mt.class:?]
  209. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:920) ~[MinecraftServer.class:?]
  210. ... 4 more
  211. [08:26:08] [Server thread/ERROR]: Cause of unexpected exception was
  212. java.lang.NoSuchFieldError: field_73244_f
  213. at com.xcompwiz.mystcraft.world.WorldProviderMystDummy$ChunkProviderServerDummy.func_73156_b(WorldProviderMystDummy.java:69) ~[WorldProviderMystDummy$ChunkProviderServerDummy.class:?]
  214. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:256) ~[mt.class:?]
  215. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:920) ~[MinecraftServer.class:?]
  216. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:430) ~[lt.class:?]
  217. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) ~[MinecraftServer.class:?]
  218. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
  219. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_40]
  220. [08:26:08] [Server thread/ERROR]: This crash report has been saved to: /home/aj/infinity/./crash-reports/crash-2015-04-15_08.26.08-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement