Advertisement
Guest User

CC & BoP crash on generating world

a guest
Mar 27th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I'm sorry, Dave.
  3.  
  4. Time: 27/03/15 20:31
  5. Description: Exception initializing level
  6.  
  7. java.lang.ArithmeticException: / by zero
  8. at net.minecraft.world.gen.layer.GenLayer.func_75902_a(GenLayer.java:134)
  9. at climateControl.customGenLayer.GenLayerBiomeByClimate.access$000(GenLayerBiomeByClimate.java:16)
  10. at climateControl.customGenLayer.GenLayerBiomeByClimate$1.nextInt(GenLayerBiomeByClimate.java:41)
  11. at climateControl.BiomeRandomizer.choose(BiomeRandomizer.java:141)
  12. at climateControl.BiomeRandomizer$PickByClimate.biome(BiomeRandomizer.java:150)
  13. at climateControl.customGenLayer.GenLayerBiomeByClimate.func_75904_a(GenLayerBiomeByClimate.java:78)
  14. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  15. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  16. at net.minecraft.world.gen.layer.GenLayerBiomeEdge.func_75904_a(SourceFile:14)
  17. at climateControl.customGenLayer.GenLayerSubBiome.func_75904_a(GenLayerSubBiome.java:59)
  18. at climateControl.genLayerPack.GenLayerRareBiome.func_75904_a(GenLayerRareBiome.java:21)
  19. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  20. at climateControl.genLayerPack.GenLayerAddIsland.func_75904_a(GenLayerAddIsland.java:25)
  21. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  22. at climateControl.customGenLayer.GenLayerShoreCC.func_75904_a(GenLayerShoreCC.java:31)
  23. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  24. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  25. at climateControl.genLayerPack.GenLayerSmooth.func_75904_a(GenLayerSmooth.java:25)
  26. at net.minecraft.world.gen.layer.GenLayerRiverMix.func_75904_a(SourceFile:24)
  27. at climateControl.customGenLayer.GenLayerRiverMixWrapper.func_75904_a(GenLayerRiverMixWrapper.java:63)
  28. at net.minecraft.world.biome.WorldChunkManager.func_150795_a(WorldChunkManager.java:221)
  29. at biomesoplenty.common.world.WorldChunkManagerBOP.func_150795_a(WorldChunkManagerBOP.java:49)
  30. at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:732)
  31. at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
  32. at net.minecraft.world.World.<init>(World.java:260)
  33. at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
  34. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:62)
  35. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
  36. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  37. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Stacktrace:
  45. at net.minecraft.world.gen.layer.GenLayer.func_75902_a(GenLayer.java:134)
  46. at climateControl.customGenLayer.GenLayerBiomeByClimate.access$000(GenLayerBiomeByClimate.java:16)
  47. at climateControl.customGenLayer.GenLayerBiomeByClimate$1.nextInt(GenLayerBiomeByClimate.java:41)
  48. at climateControl.BiomeRandomizer.choose(BiomeRandomizer.java:141)
  49. at climateControl.BiomeRandomizer$PickByClimate.biome(BiomeRandomizer.java:150)
  50. at climateControl.customGenLayer.GenLayerBiomeByClimate.func_75904_a(GenLayerBiomeByClimate.java:78)
  51. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  52. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  53. at net.minecraft.world.gen.layer.GenLayerBiomeEdge.func_75904_a(SourceFile:14)
  54. at climateControl.customGenLayer.GenLayerSubBiome.func_75904_a(GenLayerSubBiome.java:59)
  55. at climateControl.genLayerPack.GenLayerRareBiome.func_75904_a(GenLayerRareBiome.java:21)
  56. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  57. at climateControl.genLayerPack.GenLayerAddIsland.func_75904_a(GenLayerAddIsland.java:25)
  58. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  59. at climateControl.customGenLayer.GenLayerShoreCC.func_75904_a(GenLayerShoreCC.java:31)
  60. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  61. at climateControl.genLayerPack.GenLayerZoom.func_75904_a(GenLayerZoom.java:26)
  62. at climateControl.genLayerPack.GenLayerSmooth.func_75904_a(GenLayerSmooth.java:25)
  63. at net.minecraft.world.gen.layer.GenLayerRiverMix.func_75904_a(SourceFile:24)
  64. at climateControl.customGenLayer.GenLayerRiverMixWrapper.func_75904_a(GenLayerRiverMixWrapper.java:63)
  65. at net.minecraft.world.biome.WorldChunkManager.func_150795_a(WorldChunkManager.java:221)
  66. at biomesoplenty.common.world.WorldChunkManagerBOP.func_150795_a(WorldChunkManagerBOP.java:49)
  67. at net.minecraft.world.WorldServer.func_73052_b(WorldServer.java:732)
  68. at net.minecraft.world.WorldServer.func_72963_a(WorldServer.java:715)
  69.  
  70. -- Affected level --
  71. Details:
  72. Level name: New World-
  73. All players: 0 total; []
  74. Chunk stats: ServerChunkCache: 0 Drop: 0
  75. Level seed: 7427465060719446340
  76. Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: true
  77. Level generator options:
  78. Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  79. Level time: 0 game time, 0 day time
  80. Level dimension: 0
  81. Level storage version: 0x04ABD - Anvil
  82. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  83. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  84. Stacktrace:
  85. at net.minecraft.world.World.<init>(World.java:260)
  86. at net.minecraft.world.WorldServer.<init>(WorldServer.java:97)
  87. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:62)
  88. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
  89. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  90. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  91.  
  92. -- System Details --
  93. Details:
  94. Minecraft Version: 1.7.10
  95. Operating System: Windows 8.1 (amd64) version 6.3
  96. Java Version: 1.8.0_25, Oracle Corporation
  97. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  98. Memory: 651325128 bytes (621 MB) / 882900992 bytes (842 MB) up to 4056416256 bytes (3868 MB)
  99. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4352m -Xms256m -XX:PermSize=256m
  100. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  101. IntCache: cache: 0, tcache: 0, allocated: 8, tallocated: 8
  102. FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 5 mods loaded, 5 mods active
  103. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  104. FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  105. Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  106. BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  107. climatecontrol{0.4} [Climate Control] (ClimateControl-0.4.beta17.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
  108. Profiler Position: N/A (disabled)
  109. Player Count: 0 / 8; []
  110. Type: Integrated Server (map_client.txt)
  111. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement