Advertisement
Guest User

Crash

a guest
Jan 13th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.10 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why is it breaking :(
  3.  
  4. Time: 1/13/17 8:34 AM
  5. Description: Initializing game
  6.  
  7. java.lang.IllegalStateException: There is a biome ID conflict between a biome from Dimensional Doors and another biome type. Fix your configuration!
  8. at StevenDimDoors.mod_pocketDim.world.DDBiomeGenBase.checkBiomes(DDBiomeGenBase.java:30)
  9. at StevenDimDoors.mod_pocketDim.mod_pocketDim.onInitialization(mod_pocketDim.java:226)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  13. at java.lang.reflect.Method.invoke(Unknown Source)
  14. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  15. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  19. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  20. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  21. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  22. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  23. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  24. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28. at java.lang.reflect.Method.invoke(Unknown Source)
  29. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  30. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  31. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  32. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  33. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  34. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  35. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  36. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  37. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  38. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  39. at net.minecraft.client.main.Main.main(SourceFile:148)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  45. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  46.  
  47.  
  48. A detailed walkthrough of the error, its code path and all known details is as follows:
  49. ---------------------------------------------------------------------------------------
  50.  
  51. -- Head --
  52. Stacktrace:
  53. at StevenDimDoors.mod_pocketDim.world.DDBiomeGenBase.checkBiomes(DDBiomeGenBase.java:30)
  54. at StevenDimDoors.mod_pocketDim.mod_pocketDim.onInitialization(mod_pocketDim.java:226)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58. at java.lang.reflect.Method.invoke(Unknown Source)
  59. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  60. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  61. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  62. at java.lang.reflect.Method.invoke(Unknown Source)
  63. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  64. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  65. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  66. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  67. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  68. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  69. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  72. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  73. at java.lang.reflect.Method.invoke(Unknown Source)
  74. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  75. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  76. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  77. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  78. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  79. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  80. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  81. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  82. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  83.  
  84. -- Initialization --
  85. Details:
  86. Stacktrace:
  87. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  88. at net.minecraft.client.main.Main.main(SourceFile:148)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  92. at java.lang.reflect.Method.invoke(Unknown Source)
  93. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  94. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  95.  
  96. -- System Details --
  97. Details:
  98. Minecraft Version: 1.7.10
  99. Operating System: Windows 10 (amd64) version 10.0
  100. Java Version: 1.8.0_111, Oracle Corporation
  101. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  102. Memory: 1269803984 bytes (1210 MB) / 2019033088 bytes (1925 MB) up to 2019033088 bytes (1925 MB)
  103. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx2048m
  104. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  105. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  106. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 72 mods loaded, 72 mods active
  107. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  108. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  109. UCHI FML{7.10.99.99} [Forge Mod Loader] (modpack.jar)
  110. UCHI Forge{10.13.4.1558} [Minecraft Forge] (modpack.jar)
  111. UCHI appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  112. UCHI CodeChickenCore{1.0.6.44} [CodeChicken Core] (minecraft.jar)
  113. UCHI CustomLanPort{0.0.1} [CustomLanPort] (minecraft.jar)
  114. UCHI Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
  115. UCHI MobiusCore{1.2.5} [MobiusCore] (minecraft.jar)
  116. UCHI NotEnoughItems{1.0.4.107} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.4.107-universal.jar)
  117. UCHI VeinMiner_coremod{0.27.1_build.unknown} [Core mod] (minecraft.jar)
  118. UCHI OpenModsCore{0.7.3} [OpenModsCore] (minecraft.jar)
  119. UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  120. UCHI mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
  121. UCHI gilded-games-util{1.7.10-1.1} [Gilded Games Utility] (gilded-games-util-1.7.10-1.7.jar)
  122. UCHI deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar)
  123. UCHI CoFHCore{1.7.10R3.0.3} [CoFH Core] (CoFHCore-[1.7.10]3.0.3-303.jar)
  124. UCHI advancedgenetics{1.5.9} [Advanced Genetics] (advancedgenetics-1.7.10-1.5.9.jar)
  125. UCHI aether{1.7.10-1.5.1} [Aether II] (aether-1.7.10-1.5.1.jar)
  126. UCHI appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  127. UCHI ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedesShips-1.7.1.jar)
  128. UCHI Backpack{2.0.0} [Backpack] (backpack-2.0.0-1.7.x.jar)
  129. UCHI bettervillages{0.4} [Better Villages Mod] (BetterVillages-0.4(1.7.10).jar)
  130. UCHI chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.1d.jar)
  131. UCHI clonecraft{3.0} [CloneCraft] (Clone-Craft-Mod-1.7.10.jar)
  132. UCHI lootablebodies{1.3.2} [DrCyano's Lootable Bodies] (CyanosLootableBodies-1.3.2-backport.jar)
  133. UCHE dimdoors{2.2.5-test9} [Dimensional Doors] (DimensionalDoors-1.7.10-2.2.5.jar)
  134. UCHI DLDungeonsJBG{1.7.5} [Doomlike Dungeons] (DoomlikeDungeons-1.7.5-MC1.7.10.jar)
  135. UCHI DynamicLights{1.3.5} [Dynamic Lights] (DynamicLights-1.7.10.jar)
  136. UCHI DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.7.10.jar)
  137. UCHI DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.7.10.jar)
  138. UCHI DynamicLights_dropItems{1.0.7} [Dynamic Lights EntityItem Module] (DynamicLights-1.7.10.jar)
  139. UCHI DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.7.10.jar)
  140. UCHI DynamicLights_mobEquipment{1.0.5} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.7.10.jar)
  141. UCHI DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.7.10.jar)
  142. UCHI DynamicLights_floodLights{1.0.1} [Dynamic Lights Flood Light] (DynamicLights-1.7.10.jar)
  143. UCHI DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.7.10.jar)
  144. UCHI DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.7.10.jar)
  145. UCHI reaper_dynamicmazes{1.31} [Dynamic Mazes] (DynamicMazes1.31[1.7.10].jar)
  146. UCHI emeraldobsidianmod{1.3.1} [Emerald & Obsidian tools/armor mod] (emeraldobsidianmod-1.7.10-1.3.1.jar)
  147. UCHI EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
  148. UCHI EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)
  149. UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  150. UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  151. UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  152. UCHI ExtraUtilities{1.2.10} [Extra Utilities] (extrautilities-1.2.10.jar)
  153. UCHI GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.344.jar)
  154. UCHI GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.344.jar)
  155. UCHI iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  156. UCHI Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  157. UCHI InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
  158. UCHI IMSM{100.0.2} [IMSM] (Instant-Massive-Structures-Mod-1.7.10.jar)
  159. UCHI inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
  160. UCHI IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  161. UCHI journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
  162. UCHI lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10)
  163. UCHI magicalcrops{4.0.0_PUBLIC_BETA_3} [Magical Crops] (magicalcrops-4.0.0_PUBLIC_BETA_3.jar)
  164. UCHI malisiscore{1.7.10-0.12.8} [MalisisCore] (malisiscore-1.7.10-0.12.8.jar)
  165. UCHI malisisdoors{1.7.10-1.9.4} [Malisis' Doors] (malisisdoors-1.7.10-1.9.4.jar)
  166. UCHI RadixCore{2.0.2} [RadixCore] (RadixCore-2.0.2-1.7.10-universal.jar)
  167. UCHI MCA{1.7.10-5.0.7.2} [Minecraft Comes Alive] (MCA-1.7.10-5.0.7.2-universal.jar)
  168. UCHI AS_Minions{1.9.4} [Minions] (Minions-1.7.10.jar)
  169. UCHI Morph{0.9.1} [Morph] (Morph-Beta-0.9.1.jar)
  170. UCHI movillages{1.2.1} [Mo' Villages] (MoVillages-1.3.1.jar)
  171. UCHI NetherOres{1.7.10R2.3.0} [Nether Ores] (NetherOres-[1.7.10]2.3.0-12.jar)
  172. UCHI OpenMods{0.7.3} [OpenMods] (OpenModsLib-1.7.10-0.7.3.jar)
  173. UCHI OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3)
  174. UCHI adventuremod{0.4} [Infinite Adventure Mod] (The-Infinite-Adventure-Mod-1.7.10.jar)
  175. UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  176. UCHI VeinMiner{0.27.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.27.1.unknown.jar)
  177. UCHI VeinMinerModSupport{0.27.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.27.1.unknown.jar)
  178. UCHI bspkrsCore{6.12} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.12.jar)
  179. UCHI libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  180. GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.1008' Renderer: 'AMD Radeon HD 5800 Series'
  181. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  182. Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@f1f3d3c) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@6157ef19) returned non-null result: 0
  183. CoFHCore: -[1.7.10]3.0.3-303
  184. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  185. Mantle Environment: Environment healthy.
  186. TConstruct Environment: Environment healthy.
  187. NetherOres: -[1.7.10]2.3.0-12
  188. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  189. Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
  190. LWJGL: 2.9.1
  191. OpenGL: AMD Radeon HD 5800 Series GL version 4.5.13399 Compatibility Profile Context 15.201.1151.1008, ATI Technologies Inc.
  192. GL Caps: Using GL 1.3 multitexturing.
  193. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  194. Anisotropic filtering is supported and maximum anisotropy is 16.
  195. Shaders are available because OpenGL 2.1 is supported.
  196.  
  197. Is Modded: Definitely; Client brand changed to 'fml,forge'
  198. Type: Client (map_client.txt)
  199. Resource Packs: []
  200. Current Language: English (US)
  201. Profiler Position: N/A (disabled)
  202. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  203. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement