Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.29 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  3.  
  4. Time: 1/28/16 10:03 PM
  5. Description: Exception getting block type in world
  6.  
  7. java.lang.IllegalArgumentException: requirement failed
  8. at scala.Predef$.require(Predef.scala:207)
  9. at farseek.world.gen.structure.Structure.build(Structure.scala:39)
  10. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3$$anonfun$apply$4.apply(RiverGenerator.scala:60)
  11. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3$$anonfun$apply$4.apply(RiverGenerator.scala:60)
  12. at scala.Option.foreach(Option.scala:245)
  13. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3.apply(RiverGenerator.scala:60)
  14. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3.apply(RiverGenerator.scala:60)
  15. at scala.Option.foreach(Option.scala:245)
  16. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1.apply(RiverGenerator.scala:60)
  17. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1.apply(RiverGenerator.scala:59)
  18. at scala.collection.immutable.Set$Set2.foreach(Set.scala:113)
  19. at streams.world.gen.structure.RiverGenerator.build(RiverGenerator.scala:59)
  20. at farseek.world.gen.structure.StructureGenerator.onPrePopulateChunk(StructureGenerator.scala:76)
  21. at cpw.mods.fml.common.eventhandler.ASMEventHandler_463_StructureGenerator_onPrePopulateChunk_Pre.invoke(.dynamic)
  22. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  23. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  24. at rtg.world.gen.ChunkProviderRTG.func_73153_a(ChunkProviderRTG.java:603)
  25. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
  26. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
  27. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  28. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  29. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  30. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  31. at net.minecraft.world.World.func_72964_e(World.java:419)
  32. at net.minecraft.world.World.func_147439_a(World.java:345)
  33. at mods.natura.worldgen.CloudGen.func_76484_a(CloudGen.java:44)
  34. at mods.natura.worldgen.BaseCloudWorldgen.generate(BaseCloudWorldgen.java:79)
  35. at cpw.mods.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:112)
  36. at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:483)
  39. at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
  40. at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
  41. at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
  42. at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
  43. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
  44. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
  45. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
  46. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  47. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  48. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  49. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265)
  50. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78)
  51. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
  52. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  53. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- Head --
  60. Stacktrace:
  61. at scala.Predef$.require(Predef.scala:207)
  62. at farseek.world.gen.structure.Structure.build(Structure.scala:39)
  63. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3$$anonfun$apply$4.apply(RiverGenerator.scala:60)
  64. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3$$anonfun$apply$4.apply(RiverGenerator.scala:60)
  65. at scala.Option.foreach(Option.scala:245)
  66. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3.apply(RiverGenerator.scala:60)
  67. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1$$anonfun$apply$3.apply(RiverGenerator.scala:60)
  68. at scala.Option.foreach(Option.scala:245)
  69. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1.apply(RiverGenerator.scala:60)
  70. at streams.world.gen.structure.RiverGenerator$$anonfun$build$1.apply(RiverGenerator.scala:59)
  71. at scala.collection.immutable.Set$Set2.foreach(Set.scala:113)
  72. at streams.world.gen.structure.RiverGenerator.build(RiverGenerator.scala:59)
  73. at farseek.world.gen.structure.StructureGenerator.onPrePopulateChunk(StructureGenerator.scala:76)
  74. at cpw.mods.fml.common.eventhandler.ASMEventHandler_463_StructureGenerator_onPrePopulateChunk_Pre.invoke(.dynamic)
  75. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  76. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  77. at rtg.world.gen.ChunkProviderRTG.func_73153_a(ChunkProviderRTG.java:603)
  78. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:279)
  79. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
  80. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  81. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  82. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  83. at net.minecraft.world.gen.ChunkProviderServer.func_73154_d(ChunkProviderServer.java:199)
  84. at net.minecraft.world.World.func_72964_e(World.java:419)
  85. at net.minecraft.world.World.func_147439_a(World.java:345)
  86.  
  87. -- Requested block coordinates --
  88. Details:
  89. Found chunk: true
  90. Location: World: (0,242,16), Chunk: (at 0,15,0 in 0,1; contains blocks 0,0,16 to 15,255,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  91. Stacktrace:
  92. at mods.natura.worldgen.CloudGen.func_76484_a(CloudGen.java:44)
  93. at mods.natura.worldgen.BaseCloudWorldgen.generate(BaseCloudWorldgen.java:79)
  94. at cpw.mods.fml.common.registry.GameRegistry.REPLACED_generateWorld(GameRegistry.java:112)
  95. at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
  96. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  97. at java.lang.reflect.Method.invoke(Method.java:483)
  98. at farseek.util.Reflection$MethodValue$.apply$extension(Reflection.scala:59)
  99. at farseek.core.ReplacedMethod.apply(MethodReplacer.scala:105)
  100. at farseek.world.gen.ChunkGeneratorExtensions$.generateWorld(ChunkGeneratorExtensions.scala:19)
  101. at farseek.world.gen.ChunkGeneratorExtensions.generateWorld(ChunkGeneratorExtensions.scala)
  102. at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java)
  103. at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
  104. at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
  105. at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
  106. at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
  107. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
  108. at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265)
  109. at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78)
  110. at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
  111. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
  112. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  113.  
  114. -- System Details --
  115. Details:
  116. Minecraft Version: 1.7.10
  117. Operating System: Windows 10 (amd64) version 10.0
  118. Java Version: 1.8.0_25, Oracle Corporation
  119. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  120. Memory: 661357760 bytes (630 MB) / 2865233920 bytes (2732 MB) up to 4772593664 bytes (4551 MB)
  121. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120m -Xms256m -XX:PermSize=256m
  122. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  123. IntCache: cache: 0, tcache: 0, allocated: 1, tallocated: 60
  124. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 153 mods loaded, 152 mods active
  125. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  126. UCHIJAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  127. UCHIJAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  128. UCHIJAA Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  129. UCHIJAA AM2-Preloader{0.0.2} [AMCore] (minecraft.jar)
  130. UCHIJAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  131. UCHIJAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
  132. UCHIJAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  133. UCHIJAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  134. UCHIJAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
  135. UCHIJAA OpenModsCore{0.9} [OpenModsCore] (minecraft.jar)
  136. UCHIJAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  137. UCHIJAA FastCraft{1.22} [FastCraft] (fastcraft-1.22-ctest18.jar)
  138. UCHIJAA ExtendedPotions{1.2} [Extended Potions] (ExtendedPotions-MC1.7.10-1.2.jar)
  139. UCHIJAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  140. UCHIJAA arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar)
  141. UCHIJAA AccidentallyCircumstantialEvents{1.11.0} [Accidentally Circumstantial Events] (accidentallycircumstantialevents-1.11.0.jar)
  142. UCHIJAA Apocalypse{0.0.7} [§cApocalypse§r] (Apocalypse-1.7.10-0.0.7.jar)
  143. UCHIJAA AppleCore{1.3.0} [AppleCore] (AppleCore-mc1.7.10-1.3.0.jar)
  144. UCHIJAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  145. UCHIJAA aura{unspecified} [Aura Cascade] (AuraCascade-557.jar)
  146. UCHIJAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  147. UCHIJAA Thaumcraft{4.2.3.5} [Thaumcraft] (zThaumcraft-1.7.10-4.2.3.5.jar)
  148. UCHIJAA Automagy{0.27.1} [Automagy] (Automagy-1.7.10-0.27.1.jar)
  149. UCHIJAA bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
  150. UCHIJAA betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar)
  151. UCHIJAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
  152. UCHIJAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  153. UCHIJAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar)
  154. UCHIJAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1640-universal.jar)
  155. UCHIJAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
  156. UCHIJAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5](1).jar)
  157. UCHIJAA BiomeTweaker{1.2.128} [BiomeTweaker] (BiomeTweaker-1.7.10-1.2.128.jar)
  158. UCHIJAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  159. UCHIJAA Botania{r1.8-248} [Botania] (Botania r1.8-248.jar)
  160. UCHIJAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  161. UCHIJAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-517.jar)
  162. UCHIJAA ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)
  163. UCHIJAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  164. UCHIJAA BloodArsenal{1.2-4} [Blood Arsenal] (BloodArsenal-1.7.10-1.2-4.jar)
  165. UCHIJAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  166. UCHIJAA chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
  167. UCHIJAA CarpentersBlocks{3.3.8_dev_r7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r7 - MC 1.7.10.jar)
  168. UCHIJAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
  169. UCHIJAA climatecontrol{0.4} [Climate Control] (ClimateControl-0.4.beta38.jar)
  170. UCHIJAA clockworkphase{1.7.10_1.0f} [Clockwork Phase] (clockworkphase-1.7.10_1.0f.jar)
  171. UCHIJAA CoFHCore{1.7.10R3.1.0} [CoFH Core] (CoFHCore-[1.7.10]3.1.0-323.jar)
  172. UCHIJAA cookingbook{1.0.134} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.134.jar)
  173. UCHIJAA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
  174. UCHIJAA customitems{1.0.9b} [Meta Mod: Custom Items] (customitems-1.0.9_beta_1.7.10.jar)
  175. UCHIJAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
  176. UCHIJAA davincing{1710.1.8} [DaVincing] (DaVincing-1710.1.8.jar)
  177. UCHIJAA DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar)
  178. UCHIJAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
  179. UCHIJAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
  180. UCHIJAA dldungeonsjdg{1.8.5} [Doomlike Dungeons] (DoomlikeDungeons-1.8.5-MC1.7.10.jar)
  181. UCHIJAA dungeonmobs{4.1.3} [Dungeon Mobs] (Dungeon Mobs v4.1.3.jar)
  182. UCHIJAA dsurround{1.0.3.2} [Dynamic Surroundings] (DynamicSurroundings-1.7.10-1.0.3.2.jar)
  183. UCHIJAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
  184. UCHIJAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
  185. UCHIJAA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
  186. UCHIJAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
  187. UCHIJAA ESM{10.0.146} [Epic Siege Mod] (EpicSiegeMod-10.0.146.jar)
  188. UCHIJAA etfuturum{1.5.4} [Et Futurum] (Et Futurum-1.5.4.jar)
  189. UCHIJAA exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10 - 1.0.3.a.jar)
  190. UCHIJAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
  191. UCHIJAA exparmory{1.4.1} [Expanded Armory] (ExpandedArmory-1.7.10-1.4.1.jar)
  192. UCHIJAA farseek{1.0.10} [Farseek] (Farseek-1.0.10.jar)
  193. UCHIJAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  194. UCHIJAA fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
  195. UCHIJAA gadomancy{1.0.6.1} [Gadomancy] (gadomancy-1.7.10-1.0.6.3.jar)
  196. UCHIJAA GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
  197. UCHIJAA GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
  198. UCHIJAA GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
  199. UCHIJAA GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
  200. UCHIJAA GraveStone{2.16.0} [GraveStone] (GraveStone-2.16.0.jar)
  201. UCHIJAA Growthcraft{1.7.10-2.4.0} [Growthcraft] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  202. UCHIJAA Growthcraft|Bamboo{1.7.10-2.4.0} [Growthcraft Bamboo] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  203. UCHIJAA Growthcraft|Cellar{1.7.10-2.4.0} [Growthcraft Cellar] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  204. UCHIJAA Growthcraft|Apples{1.7.10-2.4.0} [Growthcraft Apples] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  205. UCHIJAA Growthcraft|Bees{1.7.10-2.4.0} [Growthcraft Bees] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  206. UCHIJAA Growthcraft|Grapes{1.7.10-2.4.0} [Growthcraft Grapes] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  207. UCHIJAA Growthcraft|Hops{1.7.10-2.4.0} [Growthcraft Hops] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  208. UCHIJAA Growthcraft|Rice{1.7.10-2.4.0} [Growthcraft Rice] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  209. UCHIJAA Growthcraft|Milk{1.7.10-2.4.0} [Growthcraft Milk] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  210. UCHIJAA Growthcraft|Fishtrap{1.7.10-2.4.0} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.4.0-complete_grcmilk-build7.jar)
  211. UCHIJAA HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.5.jar)
  212. UCHIJAA HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
  213. UCHIJAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  214. UCHIJAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  215. UCHIJAA k4lib{1.7.10-0.1.57} [K4Lib] (k4lib-1.7.10-0.1.57-universal.jar)
  216. UCHIJAA latticemod{1.0} [Lattice Mod] (latticemod-mc1.7.10-1.0.jar)
  217. UCHIJAA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  218. UCHIJAA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  219. UCHIJAA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  220. UCHIJAA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  221. UCHIJAA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  222. UCHIJAA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  223. UCHIJAA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  224. UCHIJAA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  225. UCHIJAA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  226. UCHIJAA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  227. UCHIJAA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  228. UCHIJAA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  229. UCHIJAA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  230. UCHIJAA MagiaNaturalis{0.1.1} [§2Magia Naturalis] (MagiaNaturalis-1.7.10-0.1.2c.jar)
  231. UCHIJAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  232. UCHIJAA modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
  233. UCHIJAA recipehandler{0.2} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.2(1.7.10).jar)
  234. UCHIJAA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
  235. UCHIJAA OpenMods{0.9} [OpenMods] (OpenModsLib-1.7.10-0.9.jar)
  236. UCHIJAA OpenBlocks{1.5} [OpenBlocks] (OpenBlocks-1.7.10-1.5.jar)
  237. UCHIJAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  238. UCHIJAA plantmegapack{4.30} [Plant Mega Pack] (plantmegapack-4.30-1.7.10-1492.jar)
  239. UCHIJAA primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1_alpha_build.jar)
  240. UCHIJAA PvpToggle{1.7.10-1.0.33} [PVP Toggle] (pvpToggle-1.7.10-1.0.33-universal.jar)
  241. UCHIJAA reccomplex{0.9.6.3} [Recurrent Complex] (RecurrentComplex-0.9.6.3.jar)
  242. UCHIJAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  243. UCHIJAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.257.jar)
  244. UCHIJAA Roguelike{1.4.4} [Roguelike Dungeons] (roguelike-1.7.10-1.4.4.jar)
  245. UCHIJAA RTG{0.5.0} [Realistic Terrain Generation] (RTG-1.7.10-0.5.0.jar)
  246. UCHIJAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
  247. UCHIJAA sciapi{1.1.0.0} [SciAPI] (SciAPI-1.1.0.0[1.7.10].jar)
  248. UCHIJAA soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
  249. UCHIJAA SpiceOfLife{1.3.1} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.1.jar)
  250. UCHIJAA stellarsky{0.1.19} [Stellar Sky] (Stellar Sky-v0.1.19[1.7.10].jar)
  251. UCHIJAA StorageDrawers{1.7.10-1.7.7} [Storage Drawers] (StorageDrawers-1.7.10-1.7.7.jar)
  252. UCHIJAA StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
  253. UCHIJAA StorageDrawersErebus{1.7.10-1.1.1} [Storage Drawers: Erebus Pack] (StorageDrawers-Erebus-1.7.10-1.1.1.jar)
  254. UCHIJAA StorageDrawersMisc{1.7.10-1.1.1} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.1.jar)
  255. UCHIJAA StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
  256. UCHIJAA streams{0.1.6} [Streams] (Streams-0.1.6.jar)
  257. UCHIJAA tabbychat{1.11.2.2} [TabbyChat] (TabbyChat-1.7.10-1.11.2.2-fml.jar)
  258. UCHIJAA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)
  259. UCHIJAA tcinventoryscan{1.0.10} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.10.jar)
  260. UCHIJAA tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
  261. UCHIJAA thaumcarpentry{0.0.1.5-1.7.10} [Thaumcarpentry] (Thaumcarpentry-0.0.1.5-1.7.10.jar)
  262. UCHIJAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  263. UCHIJAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
  264. UCHIJAA thaumicinfusion{4.32} [Thaumic Infusion] (ThaumicInfusion-4.32.jar)
  265. UCHIJAA erebus{0.4.2} [Erebus] (TheErebus-0.4.2.jar)
  266. UCHIJAA totemic{1.7.10-0.6.2} [Totemic] (Totemic-1.7.10-0.6.2.jar)
  267. UCHIJAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
  268. UCHIJAA wildcaves3{1.7.10} [Wild Caves 3] (WildCaves3-0.4.3.7(1.7.10).jar)
  269. UCHIJAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  270. UCHIJAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
  271. UCHIJAA woodstuff{1.3.2} [WoodStuff] (WoodStuff-1.3.2.jar)
  272. UCHIJAA XaeroMinimap{1.7.7.3} [Xaero's Minimap] (xaeros_minimap_v1.7.7.3_Forge_1.7.10.jar)
  273. UCHIJAA harvestthenether{1.7.10} [Pam's Harvest the Nether] (zzzzzzPam's Harvest the Nether 1.7.10a.jar)
  274. UCHIJAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  275. UCHIJAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
  276. UCHIJAA JustAnotherSpawner{0.17.6} [Just Another Spawner] (JustAnotherSpawner-0.17.6.jar)
  277. UCHIJAA VeganOption{0.1.2+4a8b7} [The Vegan Option] (VeganOption-mc1.7.10-0.1.2+4a8b7.jar)
  278. UD BiomeTweakerCore{1.2.128} [BiomeTweaker Core] (minecraft.jar)
  279. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  280. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  281. Class transformer null safety: found misbehaving transformers: squeek.applecore.asm.TransformerModuleHandler(squeek.applecore.asm.TransformerModuleHandler@4f76b804) crashed with java.lang.NullPointerException(null)
  282. Mantle Environment: Environment healthy.
  283. CoFHCore: -[1.7.10]3.1.0-323
  284. Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
  285. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  286. Hardcore Ender Expansion: CAUTION! Ars Magica 2 is not supported by HEE, if the crash is caused by a conflict of the two mods, it will very likely not be possible to fix.
  287. Profiler Position: N/A (disabled)
  288. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  289. Player Count: 0 / 8; []
  290. Type: Integrated Server (map_client.txt)
  291. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement