Advertisement
kotoroshinoto

Untitled

Feb 22nd, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.65 KB | None | 0 0
  1. java.lang.IllegalArgumentException: Attempted to cancel a non cancellable event
  2. at net.minecraftforge.fml.common.eventhandler.Event.setCanceled(Event.java:93) ~[Event.class:?]
  3. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.preventSpawn(WorldProviderSpecialDim.java:100) ~[WorldProviderSpecialDim.class:?]
  4. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_836_WorldProviderSpecialDim_preventSpawn_LivingSpawnEvent.invoke(.dynamic) ~[?:?]
  5. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  6. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  7. at net.minecraftforge.event.ForgeEventFactory.canEntitySpawn(ForgeEventFactory.java:185) [ForgeEventFactory.class:?]
  8. at drzhark.customspawner.CustomSpawner.performWorldGenSpawning(CustomSpawner.java:719) [CustomSpawner.class:?]
  9. at drzhark.customspawner.EventHooks.peformCustomWorldGenSpawning(EventHooks.java:51) [EventHooks.class:?]
  10. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_296_EventHooks_peformCustomWorldGenSpawning_Populate.invoke(.dynamic) [?:?]
  11. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  12. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  13. at net.minecraftforge.event.terraingen.TerrainGen.populate(TerrainGen.java:54) [TerrainGen.class:?]
  14. at forestry.apiculture.worldgen.HiveDecorator.decorateHives(HiveDecorator.java:40) [HiveDecorator.class:?]
  15. at forestry.apiculture.PluginApiculture.populateChunk(PluginApiculture.java:818) [PluginApiculture.class:?]
  16. at forestry.plugins.PluginManager.populateChunk(PluginManager.java:290) [PluginManager.class:?]
  17. at forestry.core.worldgen.WorldGenerator.populateChunk(WorldGenerator.java:51) [WorldGenerator.class:?]
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_781_WorldGenerator_populateChunk_Post.invoke(.dynamic) [?:?]
  19. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  20. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  21. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:619) [ForgeEventFactory.class:?]
  22. at net.minecraft.world.gen.ChunkProviderFlat.func_185931_b(ChunkProviderFlat.java:218) [aty.class:?]
  23. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.generate(WorldProviderSpecialDim.java:357) [WorldProviderSpecialDim.class:?]
  24. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.prepareNewChunk(WorldProviderSpecialDim.java:249) [WorldProviderSpecialDim.class:?]
  25. at com.rwtema.extrautils2.quarry.TileQuarry.getNextChunk(TileQuarry.java:413) [TileQuarry.class:?]
  26. at com.rwtema.extrautils2.quarry.TileQuarry.func_73660_a(TileQuarry.java:265) [TileQuarry.class:?]
  27. at net.minecraft.world.World.func_72939_s(World.java:1804) [aid.class:?]
  28. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620) [ls.class:?]
  29. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) [MinecraftServer.class:?]
  30. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  31. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  33. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  34. [20:55:51] [Server thread/ERROR] [FML]: Index: 15 Listeners:
  35. [20:55:51] [Server thread/ERROR] [FML]: 0: HIGH
  36. [20:55:51] [Server thread/ERROR] [FML]: 1: ASM: class com.rwtema.extrautils2.eventhandlers.SquidSpawnRestrictions denySquidSpawn(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  37. [20:55:51] [Server thread/ERROR] [FML]: 2: NORMAL
  38. [20:55:51] [Server thread/ERROR] [FML]: 3: ASM: vazkii.botania.common.brew.potion.PotionEmptiness@1bd33b0f onSpawn(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  39. [20:55:51] [Server thread/ERROR] [FML]: 4: ASM: vazkii.botania.common.brew.potion.PotionBloodthirst@25edf9d1 onSpawn(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  40. [20:55:51] [Server thread/ERROR] [FML]: 5: ASM: vazkii.quark.world.feature.Wraiths@23317d04 onSpawn(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  41. [20:55:51] [Server thread/ERROR] [FML]: 6: ASM: drzhark.customspawner.EventHooks@2fee66d onLivingSpawn(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  42. [20:55:51] [Server thread/ERROR] [FML]: 7: ASM: crazypants.enderio.machine.obelisk.spawn.SpawningObeliskController@5b24c08c onEntitySpawn(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  43. [20:55:51] [Server thread/ERROR] [FML]: 8: ASM: com.rwtema.extrautils2.eventhandlers.SlimeSpawnHandler@76e5452 preventSlime(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  44. [20:55:51] [Server thread/ERROR] [FML]: 9: ASM: class vazkii.botania.common.block.subtile.generating.SubTileNarslimmus$SpawnIntercepter onSpawn(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  45. [20:55:51] [Server thread/ERROR] [FML]: 10: ASM: blusunrize.immersiveengineering.common.EventHandler@200ed9cb onEntitySpawnCheck(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  46. [20:55:51] [Server thread/ERROR] [FML]: 11: ASM: mcjty.rftools.ForgeEventHandlers@15b1ac26 onEntitySpawnEvent(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  47. [20:55:51] [Server thread/ERROR] [FML]: 12: ASM: mcjty.rftoolsdim.ForgeEventHandlers@5a969183 onEntitySpawnEvent(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  48. [20:55:51] [Server thread/ERROR] [FML]: 13: ASM: class com.rwtema.extrautils2.dimensions.deep_dark.WorldProviderDeepDark noMobs(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent$CheckSpawn;)V
  49. [20:55:51] [Server thread/ERROR] [FML]: 14: ASM: mekanism.tools.common.MekanismTools@31829d06 onLivingSpecialSpawn(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent;)V
  50. [20:55:51] [Server thread/ERROR] [FML]: 15: ASM: class com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim preventSpawn(Lnet/minecraftforge/event/entity/living/LivingSpawnEvent;)V
  51. [20:55:51] [Server thread/ERROR] [FML]: 16: ASM: am2.handler.ShrinkHandler@2cb4d4d1 onEntityLiving(Lnet/minecraftforge/event/entity/living/LivingEvent;)V
  52. [20:55:51] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.terraingen.PopulateChunkEvent$Populate@5271c1d6:
  53. java.lang.IllegalArgumentException: Attempted to cancel a non cancellable event
  54. at net.minecraftforge.fml.common.eventhandler.Event.setCanceled(Event.java:93) ~[Event.class:?]
  55. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.preventSpawn(WorldProviderSpecialDim.java:100) ~[WorldProviderSpecialDim.class:?]
  56. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_836_WorldProviderSpecialDim_preventSpawn_LivingSpawnEvent.invoke(.dynamic) ~[?:?]
  57. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  58. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  59. at net.minecraftforge.event.ForgeEventFactory.canEntitySpawn(ForgeEventFactory.java:185) ~[ForgeEventFactory.class:?]
  60. at drzhark.customspawner.CustomSpawner.performWorldGenSpawning(CustomSpawner.java:719) ~[CustomSpawner.class:?]
  61. at drzhark.customspawner.EventHooks.peformCustomWorldGenSpawning(EventHooks.java:51) ~[EventHooks.class:?]
  62. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_296_EventHooks_peformCustomWorldGenSpawning_Populate.invoke(.dynamic) ~[?:?]
  63. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  64. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  65. at net.minecraftforge.event.terraingen.TerrainGen.populate(TerrainGen.java:54) [TerrainGen.class:?]
  66. at forestry.apiculture.worldgen.HiveDecorator.decorateHives(HiveDecorator.java:40) [HiveDecorator.class:?]
  67. at forestry.apiculture.PluginApiculture.populateChunk(PluginApiculture.java:818) [PluginApiculture.class:?]
  68. at forestry.plugins.PluginManager.populateChunk(PluginManager.java:290) [PluginManager.class:?]
  69. at forestry.core.worldgen.WorldGenerator.populateChunk(WorldGenerator.java:51) [WorldGenerator.class:?]
  70. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_781_WorldGenerator_populateChunk_Post.invoke(.dynamic) [?:?]
  71. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  72. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  73. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:619) [ForgeEventFactory.class:?]
  74. at net.minecraft.world.gen.ChunkProviderFlat.func_185931_b(ChunkProviderFlat.java:218) [aty.class:?]
  75. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.generate(WorldProviderSpecialDim.java:357) [WorldProviderSpecialDim.class:?]
  76. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.prepareNewChunk(WorldProviderSpecialDim.java:249) [WorldProviderSpecialDim.class:?]
  77. at com.rwtema.extrautils2.quarry.TileQuarry.getNextChunk(TileQuarry.java:413) [TileQuarry.class:?]
  78. at com.rwtema.extrautils2.quarry.TileQuarry.func_73660_a(TileQuarry.java:265) [TileQuarry.class:?]
  79. at net.minecraft.world.World.func_72939_s(World.java:1804) [aid.class:?]
  80. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620) [ls.class:?]
  81. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) [MinecraftServer.class:?]
  82. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  83. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  84. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  85. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  86. [20:55:51] [Server thread/ERROR] [FML]: Index: 2 Listeners:
  87. [20:55:51] [Server thread/ERROR] [FML]: 0: NORMAL
  88. [20:55:51] [Server thread/ERROR] [FML]: 1: ASM: vazkii.quark.world.feature.VariedDungeons@1a75d167 onDungeonSpawn(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Populate;)V
  89. [20:55:51] [Server thread/ERROR] [FML]: 2: ASM: drzhark.customspawner.EventHooks@5c9c6cba peformCustomWorldGenSpawning(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Populate;)V
  90. [20:55:51] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.terraingen.PopulateChunkEvent$Post@6c10be65:
  91. java.lang.IllegalArgumentException: Attempted to cancel a non cancellable event
  92. at net.minecraftforge.fml.common.eventhandler.Event.setCanceled(Event.java:93) ~[Event.class:?]
  93. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.preventSpawn(WorldProviderSpecialDim.java:100) ~[WorldProviderSpecialDim.class:?]
  94. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_836_WorldProviderSpecialDim_preventSpawn_LivingSpawnEvent.invoke(.dynamic) ~[?:?]
  95. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  96. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) ~[EventBus.class:?]
  97. at net.minecraftforge.event.ForgeEventFactory.canEntitySpawn(ForgeEventFactory.java:185) ~[ForgeEventFactory.class:?]
  98. at drzhark.customspawner.CustomSpawner.performWorldGenSpawning(CustomSpawner.java:719) ~[CustomSpawner.class:?]
  99. at drzhark.customspawner.EventHooks.peformCustomWorldGenSpawning(EventHooks.java:51) ~[EventHooks.class:?]
  100. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_296_EventHooks_peformCustomWorldGenSpawning_Populate.invoke(.dynamic) ~[?:?]
  101. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  102. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  103. at net.minecraftforge.event.terraingen.TerrainGen.populate(TerrainGen.java:54) ~[TerrainGen.class:?]
  104. at forestry.apiculture.worldgen.HiveDecorator.decorateHives(HiveDecorator.java:40) ~[HiveDecorator.class:?]
  105. at forestry.apiculture.PluginApiculture.populateChunk(PluginApiculture.java:818) ~[PluginApiculture.class:?]
  106. at forestry.plugins.PluginManager.populateChunk(PluginManager.java:290) ~[PluginManager.class:?]
  107. at forestry.core.worldgen.WorldGenerator.populateChunk(WorldGenerator.java:51) ~[WorldGenerator.class:?]
  108. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_781_WorldGenerator_populateChunk_Post.invoke(.dynamic) ~[?:?]
  109. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  110. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
  111. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:619) [ForgeEventFactory.class:?]
  112. at net.minecraft.world.gen.ChunkProviderFlat.func_185931_b(ChunkProviderFlat.java:218) [aty.class:?]
  113. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.generate(WorldProviderSpecialDim.java:357) [WorldProviderSpecialDim.class:?]
  114. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.prepareNewChunk(WorldProviderSpecialDim.java:249) [WorldProviderSpecialDim.class:?]
  115. at com.rwtema.extrautils2.quarry.TileQuarry.getNextChunk(TileQuarry.java:413) [TileQuarry.class:?]
  116. at com.rwtema.extrautils2.quarry.TileQuarry.func_73660_a(TileQuarry.java:265) [TileQuarry.class:?]
  117. at net.minecraft.world.World.func_72939_s(World.java:1804) [aid.class:?]
  118. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620) [ls.class:?]
  119. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) [MinecraftServer.class:?]
  120. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) [ld.class:?]
  121. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
  122. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  123. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  124. [20:55:51] [Server thread/ERROR] [FML]: Index: 4 Listeners:
  125. [20:55:51] [Server thread/ERROR] [FML]: 0: NORMAL
  126. [20:55:51] [Server thread/ERROR] [FML]: 1: ASM: INSTANCE populateChunk(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Post;)V
  127. [20:55:51] [Server thread/ERROR] [FML]: 2: ASM: INSTANCE onLavaLakes(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Post;)V
  128. [20:55:51] [Server thread/ERROR] [FML]: 3: ASM: com.brandon3055.draconicevolution.world.DEWorldGenHandler@4694ab00 populateChunkEvent(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Post;)V
  129. [20:55:51] [Server thread/ERROR] [FML]: 4: ASM: forestry.core.worldgen.WorldGenerator@72ed0c64 populateChunk(Lnet/minecraftforge/event/terraingen/PopulateChunkEvent$Post;)V
  130. [20:55:51] [Server thread/ERROR]: Encountered an unexpected exception
  131. net.minecraft.util.ReportedException: Ticking block entity
  132. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:715) ~[MinecraftServer.class:?]
  133. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387) ~[ld.class:?]
  134. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) ~[MinecraftServer.class:?]
  135. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  136. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  137. Caused by: java.lang.IllegalArgumentException: Attempted to cancel a non cancellable event
  138. at net.minecraftforge.fml.common.eventhandler.Event.setCanceled(Event.java:93) ~[Event.class:?]
  139. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.preventSpawn(WorldProviderSpecialDim.java:100) ~[WorldProviderSpecialDim.class:?]
  140. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_836_WorldProviderSpecialDim_preventSpawn_LivingSpawnEvent.invoke(.dynamic) ~[?:?]
  141. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  142. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) ~[EventBus.class:?]
  143. at net.minecraftforge.event.ForgeEventFactory.canEntitySpawn(ForgeEventFactory.java:185) ~[ForgeEventFactory.class:?]
  144. at drzhark.customspawner.CustomSpawner.performWorldGenSpawning(CustomSpawner.java:719) ~[CustomSpawner.class:?]
  145. at drzhark.customspawner.EventHooks.peformCustomWorldGenSpawning(EventHooks.java:51) ~[EventHooks.class:?]
  146. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_296_EventHooks_peformCustomWorldGenSpawning_Populate.invoke(.dynamic) ~[?:?]
  147. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  148. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) ~[EventBus.class:?]
  149. at net.minecraftforge.event.terraingen.TerrainGen.populate(TerrainGen.java:54) ~[TerrainGen.class:?]
  150. at forestry.apiculture.worldgen.HiveDecorator.decorateHives(HiveDecorator.java:40) ~[HiveDecorator.class:?]
  151. at forestry.apiculture.PluginApiculture.populateChunk(PluginApiculture.java:818) ~[PluginApiculture.class:?]
  152. at forestry.plugins.PluginManager.populateChunk(PluginManager.java:290) ~[PluginManager.class:?]
  153. at forestry.core.worldgen.WorldGenerator.populateChunk(WorldGenerator.java:51) ~[WorldGenerator.class:?]
  154. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_781_WorldGenerator_populateChunk_Post.invoke(.dynamic) ~[?:?]
  155. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  156. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) ~[EventBus.class:?]
  157. at net.minecraftforge.event.ForgeEventFactory.onChunkPopulate(ForgeEventFactory.java:619) ~[ForgeEventFactory.class:?]
  158. at net.minecraft.world.gen.ChunkProviderFlat.func_185931_b(ChunkProviderFlat.java:218) ~[aty.class:?]
  159. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.generate(WorldProviderSpecialDim.java:357) ~[WorldProviderSpecialDim.class:?]
  160. at com.rwtema.extrautils2.dimensions.workhousedim.WorldProviderSpecialDim.prepareNewChunk(WorldProviderSpecialDim.java:249) ~[WorldProviderSpecialDim.class:?]
  161. at com.rwtema.extrautils2.quarry.TileQuarry.getNextChunk(TileQuarry.java:413) ~[TileQuarry.class:?]
  162. at com.rwtema.extrautils2.quarry.TileQuarry.func_73660_a(TileQuarry.java:265) ~[TileQuarry.class:?]
  163. at net.minecraft.world.World.func_72939_s(World.java:1804) ~[aid.class:?]
  164. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620) ~[ls.class:?]
  165. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709) ~[MinecraftServer.class:?]
  166. ... 4 more
  167. [20:55:51] [Server thread/ERROR]: This crash report has been saved to: D:\DerpCraft\.\crash-reports\crash-2017-02-22_20.55.51-server.txt
  168. [20:55:51] [Server thread/INFO]: Stopping server
  169. [20:55:51] [Server thread/INFO]: Saving players
  170. [20:55:51] [Server thread/INFO]: Saving worlds
  171. [20:55:51] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  172. [20:55:51] [Server thread/INFO]: Saving chunks for level 'world'/Nether
  173. [20:55:51] [Server thread/INFO]: Saving chunks for level 'world'/The End
  174. [20:55:51] [Server thread/INFO]: Saving chunks for level 'world'/Deep Dark
  175. [20:55:52] [Server thread/INFO]: Saving chunks for level 'world'/Wyvern Lair
  176. [20:55:52] [Server thread/INFO]: Saving chunks for level 'world'/ExtraUtils2_Quarry_Dim
  177. [20:55:52] [Server thread/INFO] [BloodMagic|API]: Creating demon will cache for world -9999
  178. [20:55:52] [Server thread/INFO] [Actually Additions]: Unloading WorldData for world 0!
  179. [20:55:52] [Server thread/INFO] [Actually Additions]: Unloading WorldData for world -1!
  180. [20:55:52] [Server thread/INFO] [Actually Additions]: Unloading WorldData for world 1!
  181. [20:55:52] [Server thread/INFO] [Actually Additions]: Unloading WorldData for world -11325!
  182. [20:55:52] [Server thread/INFO] [Actually Additions]: Unloading WorldData for world -17!
  183. [20:55:52] [Server thread/INFO] [Actually Additions]: Unloading WorldData for world -9999!
  184. [20:55:52] [Server thread/INFO] [FML]: Unloading dimension 0
  185. [20:55:52] [Server thread/INFO] [FML]: Unloading dimension -1
  186. [20:55:52] [Server thread/INFO] [FML]: Unloading dimension 1
  187. [20:55:52] [Server thread/INFO] [FML]: Unloading dimension -11325
  188. [20:55:52] [Server thread/INFO] [FML]: Unloading dimension -17
  189. [20:55:52] [Server thread/INFO] [FML]: Unloading dimension -9999
  190. [20:55:53] [Server thread/INFO] [FML]: Applying holder lookups
  191. [20:55:53] [Server thread/INFO] [FML]: Holder lookups applied
  192. [20:55:53] [Server thread/INFO] [mcjty.lib.varia.Logging]: Deep Resonance: server is stopping. Shutting down gracefully
  193. [20:55:53] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is stopping. Shutting down gracefully
  194. [20:55:53] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is stopping. Shutting down gracefully
  195. [20:55:53] [Server thread/INFO] [mcjty.lib.varia.Logging]: Cleaning up RFTools dimensions
  196. [20:55:53] [Server thread/INFO] [mcjty.lib.varia.Logging]: Unregister dimension: 2
  197. [20:55:53] [Server thread/INFO] [mcjty.lib.varia.Logging]: Unregister dimension: 3
  198. [20:55:53] [Server thread/INFO] [mcjty.lib.varia.Logging]: Unregister dimension: 4
  199. [20:55:53] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
  200. [20:55:53] [Server Shutdown Thread/INFO]: Stopping server
  201. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement