Advertisement
Guest User

Untitled

a guest
Feb 20th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 2/20/16 12:59 AM
  5. Description: Updating screen events
  6.  
  7. java.lang.ArrayIndexOutOfBoundsException: 31
  8. at net.minecraftforge.common.BiomeDictionary.getBiomesForType(BiomeDictionary.java:186)
  9. at ivorius.reccomplex.structures.generic.matchers.BiomeMatcher.gatherAllBiomes(BiomeMatcher.java:68)
  10. at ivorius.reccomplex.structures.generic.matchers.BiomeMatcher.getDisplayString(BiomeMatcher.java:83)
  11. at ivorius.reccomplex.structures.generic.BiomeGenerationInfo.getDisplayString(BiomeGenerationInfo.java:62)
  12. at ivorius.reccomplex.gui.editstructure.TableDataSourceBiomeGenList.getDisplayString(TableDataSourceBiomeGenList.java:32)
  13. at ivorius.reccomplex.gui.editstructure.TableDataSourceBiomeGenList.getDisplayString(TableDataSourceBiomeGenList.java:16)
  14. at ivorius.reccomplex.gui.table.TableDataSourceList.elementForIndexInSegment(TableDataSourceList.java:155)
  15. at ivorius.reccomplex.gui.editstructure.TableDataSourcePresettedList.elementForIndexInSegment(TableDataSourcePresettedList.java:98)
  16. at ivorius.reccomplex.gui.table.TableDataSourceSegmented.elementForIndex(TableDataSourceSegmented.java:53)
  17. at ivorius.reccomplex.gui.table.GuiTable.initGui(GuiTable.java:121)
  18. at ivorius.reccomplex.gui.table.GuiScreenModalTable.func_73866_w_(GuiScreenModalTable.java:35)
  19. at ivorius.reccomplex.gui.editstructure.GuiEditGenericStructure.func_73866_w_(GuiEditGenericStructure.java:36)
  20. at ivorius.reccomplex.gui.table.GuiScreenModalTable.redrawTable(GuiScreenModalTable.java:206)
  21. at ivorius.reccomplex.gui.table.GuiScreenModalTable.reloadData(GuiScreenModalTable.java:215)
  22. at ivorius.reccomplex.gui.table.GuiScreenModalTable.pushTable(GuiScreenModalTable.java:163)
  23. at ivorius.reccomplex.gui.editstructure.gentypes.TableDataSourceNaturalGenerationInfo.actionPerformed(TableDataSourceNaturalGenerationInfo.java:133)
  24. at ivorius.reccomplex.gui.table.TableCellButton.buttonClicked(TableCellButton.java:87)
  25. at ivorius.reccomplex.gui.table.GuiTable.actionPerformed(GuiTable.java:191)
  26. at ivorius.reccomplex.gui.table.GuiScreenModalTable.func_146284_a(GuiScreenModalTable.java:116)
  27. at ivorius.reccomplex.gui.editstructure.GuiEditGenericStructure.func_146284_a(GuiEditGenericStructure.java:61)
  28. at ivorius.reccomplex.gui.table.GuiScreenModalTable.func_73864_a(GuiScreenModalTable.java:62)
  29. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
  30. at ivorius.reccomplex.gui.table.GuiScreenModalTable.func_146274_d(GuiScreenModalTable.java:80)
  31. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  32. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
  33. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
  34. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
  35. at net.minecraft.client.main.Main.main(SourceFile:148)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:483)
  40. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  41. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  42.  
  43.  
  44. A detailed walkthrough of the error, its code path and all known details is as follows:
  45. ---------------------------------------------------------------------------------------
  46.  
  47. -- Head --
  48. Stacktrace:
  49. at net.minecraftforge.common.BiomeDictionary.getBiomesForType(BiomeDictionary.java:186)
  50. at ivorius.reccomplex.structures.generic.matchers.BiomeMatcher.gatherAllBiomes(BiomeMatcher.java:68)
  51. at ivorius.reccomplex.structures.generic.matchers.BiomeMatcher.getDisplayString(BiomeMatcher.java:83)
  52. at ivorius.reccomplex.structures.generic.BiomeGenerationInfo.getDisplayString(BiomeGenerationInfo.java:62)
  53. at ivorius.reccomplex.gui.editstructure.TableDataSourceBiomeGenList.getDisplayString(TableDataSourceBiomeGenList.java:32)
  54. at ivorius.reccomplex.gui.editstructure.TableDataSourceBiomeGenList.getDisplayString(TableDataSourceBiomeGenList.java:16)
  55. at ivorius.reccomplex.gui.table.TableDataSourceList.elementForIndexInSegment(TableDataSourceList.java:155)
  56. at ivorius.reccomplex.gui.editstructure.TableDataSourcePresettedList.elementForIndexInSegment(TableDataSourcePresettedList.java:98)
  57. at ivorius.reccomplex.gui.table.TableDataSourceSegmented.elementForIndex(TableDataSourceSegmented.java:53)
  58. at ivorius.reccomplex.gui.table.GuiTable.initGui(GuiTable.java:121)
  59. at ivorius.reccomplex.gui.table.GuiScreenModalTable.func_73866_w_(GuiScreenModalTable.java:35)
  60. at ivorius.reccomplex.gui.editstructure.GuiEditGenericStructure.func_73866_w_(GuiEditGenericStructure.java:36)
  61. at ivorius.reccomplex.gui.table.GuiScreenModalTable.redrawTable(GuiScreenModalTable.java:206)
  62. at ivorius.reccomplex.gui.table.GuiScreenModalTable.reloadData(GuiScreenModalTable.java:215)
  63. at ivorius.reccomplex.gui.table.GuiScreenModalTable.pushTable(GuiScreenModalTable.java:163)
  64. at ivorius.reccomplex.gui.editstructure.gentypes.TableDataSourceNaturalGenerationInfo.actionPerformed(TableDataSourceNaturalGenerationInfo.java:133)
  65. at ivorius.reccomplex.gui.table.TableCellButton.buttonClicked(TableCellButton.java:87)
  66. at ivorius.reccomplex.gui.table.GuiTable.actionPerformed(GuiTable.java:191)
  67. at ivorius.reccomplex.gui.table.GuiScreenModalTable.func_146284_a(GuiScreenModalTable.java:116)
  68. at ivorius.reccomplex.gui.editstructure.GuiEditGenericStructure.func_146284_a(GuiEditGenericStructure.java:61)
  69. at ivorius.reccomplex.gui.table.GuiScreenModalTable.func_73864_a(GuiScreenModalTable.java:62)
  70. at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
  71. at ivorius.reccomplex.gui.table.GuiScreenModalTable.func_146274_d(GuiScreenModalTable.java:80)
  72. at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
  73. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
  74.  
  75. -- Affected screen --
  76. Details:
  77. Screen name: ivorius.reccomplex.gui.editstructure.GuiEditGenericStructure
  78.  
  79. -- Affected level --
  80. Details:
  81. Level name: MpServer
  82. All players: 1 total; [EntityClientPlayerMP['Sunconure11'/169, l='MpServer', x=-210.87, y=5.62, z=94.89]]
  83. Chunk stats: MultiplayerChunkCache: 439, 439
  84. Level seed: 0
  85. Level generator: ID 01 - flat, ver 0. Features enabled: false
  86. Level generator options:
  87. Level spawn location: World: (-143,4,69), Chunk: (at 1,0,5 in -9,4; contains blocks -144,0,64 to -129,255,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
  88. Level time: 247935 game time, 6820 day time
  89. Level dimension: 0
  90. Level storage version: 0x00000 - Unknown?
  91. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  92. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  93. Forced entities: 56 total; [EntityFilchLizard['Filch Lizard'/10, l='MpServer', x=-220.56, y=4.00, z=70.72], EntityFilchLizard['Filch Lizard'/11, l='MpServer', x=-238.50, y=4.00, z=74.50], EntityFilchLizard['Filch Lizard'/12, l='MpServer', x=-232.50, y=4.00, z=107.50], EntityFilchLizard['Filch Lizard'/13, l='MpServer', x=-217.50, y=4.00, z=97.50], EntityFilchLizard['Filch Lizard'/14, l='MpServer', x=-225.50, y=4.00, z=117.47], EntityMammoth['Mammoth'/20, l='MpServer', x=-215.19, y=4.00, z=-20.81], EntityMammoth['Mammoth'/21, l='MpServer', x=-214.66, y=4.00, z=-16.75], EntityMammoth['Mammoth'/22, l='MpServer', x=-211.50, y=4.00, z=-17.50], EntityMammoth['Mammoth'/26, l='MpServer', x=-212.97, y=4.00, z=-14.97], EntityFilchLizard['Filch Lizard'/27, l='MpServer', x=-219.50, y=4.00, z=73.47], EntityFilchLizard['Filch Lizard'/28, l='MpServer', x=-223.38, y=4.00, z=69.50], EntityFilchLizard['Filch Lizard'/29, l='MpServer', x=-214.38, y=4.00, z=93.44], EntityFilchLizard['Filch Lizard'/30, l='MpServer', x=-216.69, y=13.00, z=101.91], EntityFilchLizard['Filch Lizard'/31, l='MpServer', x=-215.84, y=13.00, z=101.31], EntityFilchLizard['Filch Lizard'/32, l='MpServer', x=-213.50, y=4.00, z=108.31], EntityFilchLizard['Filch Lizard'/33, l='MpServer', x=-219.69, y=16.00, z=104.69], EntityFilchLizard['Filch Lizard'/34, l='MpServer', x=-211.84, y=16.00, z=105.22], EntityFilchLizard['Filch Lizard'/35, l='MpServer', x=-197.50, y=4.00, z=76.49], EntityQuagga['Quagga'/38, l='MpServer', x=-183.16, y=4.00, z=56.28], EntitySheep['Sheep'/40, l='MpServer', x=-182.84, y=4.00, z=67.81], EntityFilchLizard['Filch Lizard'/41, l='MpServer', x=-180.50, y=4.00, z=85.47], EntityClientPlayerMP['Sunconure11'/169, l='MpServer', x=-210.87, y=5.62, z=94.89], EntityFilchLizard['Filch Lizard'/42, l='MpServer', x=-195.51, y=4.00, z=82.46], EntityBuffalo['Buffalo'/43, l='MpServer', x=-182.53, y=4.00, z=152.22], EntityBuffalo['Buffalo'/44, l='MpServer', x=-190.09, y=4.00, z=152.88], EntityBuffalo['Buffalo'/45, l='MpServer', x=-188.72, y=4.00, z=160.84], EntityBuffalo['Buffalo'/46, l='MpServer', x=-180.41, y=4.00, z=160.16], EntityBuffalo['Buffalo'/47, l='MpServer', x=-177.81, y=4.00, z=159.75], EntityBuffalo['Buffalo'/48, l='MpServer', x=-180.69, y=4.00, z=175.75], EntityCow['Cow'/59, l='MpServer', x=-165.44, y=4.00, z=57.84], EntitySheep['Sheep'/60, l='MpServer', x=-167.25, y=4.00, z=62.50], EntitySheep['Sheep'/61, l='MpServer', x=-172.91, y=4.00, z=68.16], EntityElasmotherium['Elasmotherium'/62, l='MpServer', x=-170.19, y=4.00, z=126.16], EntityElasmotherium['Elasmotherium'/63, l='MpServer', x=-169.13, y=4.00, z=119.31], EntityElasmotherium['Elasmotherium'/64, l='MpServer', x=-170.75, y=4.00, z=122.63], EntityQuagga['Quagga'/65, l='MpServer', x=-168.16, y=4.00, z=123.09], EntityQuagga['Quagga'/67, l='MpServer', x=-164.84, y=4.00, z=123.59], EntityQuagga['Quagga'/69, l='MpServer', x=-168.37, y=4.00, z=121.53], EntityQuagga['Quagga'/71, l='MpServer', x=-166.72, y=4.00, z=119.28], EntityQuagga['Quagga'/73, l='MpServer', x=-164.50, y=4.00, z=128.50], EntityQuagga['Quagga'/75, l='MpServer', x=-165.53, y=4.00, z=139.81], EntityBuffalo['Buffalo'/77, l='MpServer', x=-170.22, y=4.00, z=173.03], EntityCow['Cow'/78, l='MpServer', x=-155.13, y=4.00, z=60.03], EntitySheep['Sheep'/79, l='MpServer', x=-152.78, y=4.00, z=68.13], EntityBat['Bat'/80, l='MpServer', x=-145.47, y=25.00, z=92.75], EntityBat['Bat'/81, l='MpServer', x=-148.25, y=6.10, z=102.75], EntityBat['Bat'/82, l='MpServer', x=-151.25, y=25.10, z=126.59], EntityBat['Bat'/83, l='MpServer', x=-153.75, y=25.10, z=127.75], EntityBat['Bat'/84, l='MpServer', x=-151.25, y=25.10, z=127.63], EntityQuagga['Quagga'/85, l='MpServer', x=-117.34, y=4.00, z=34.13], EntityFilchLizard['Filch Lizard'/37975, l='MpServer', x=-215.38, y=13.00, z=104.41], EntityFilchLizard['Filch Lizard'/37976, l='MpServer', x=-215.44, y=4.00, z=97.50], EntityQuagga['Quagga'/94, l='MpServer', x=-111.72, y=4.00, z=39.44], EntityQuagga['Quagga'/96, l='MpServer', x=-104.84, y=4.00, z=32.97], EntityQuagga['Quagga'/98, l='MpServer', x=-97.50, y=4.00, z=38.25], EntityFilchLizard['Filch Lizard'/48626, l='MpServer', x=-2.13, y=4.81, z=7.11]]
  94. Retry entities: 0 total; []
  95. Server brand: fml,forge
  96. Server type: Integrated singleplayer server
  97. Stacktrace:
  98. at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
  99. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
  100. at net.minecraft.client.main.Main.main(SourceFile:148)
  101. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  102. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  104. at java.lang.reflect.Method.invoke(Method.java:483)
  105. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  106. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  107.  
  108. -- System Details --
  109. Details:
  110. Minecraft Version: 1.7.10
  111. Operating System: Windows 10 (amd64) version 10.0
  112. Java Version: 1.8.0_25, Oracle Corporation
  113. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  114. Memory: 1264197304 bytes (1205 MB) / 2627207168 bytes (2505 MB) up to 3817865216 bytes (3641 MB)
  115. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  116. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  117. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  118. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 155 mods loaded, 154 mods active
  119. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  120. UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  121. UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  122. UCHIJAAAA Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
  123. UCHIJAAAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
  124. UCHIJAAAA BugfixMod{2.5.0} [BugfixMod] (minecraft.jar)
  125. UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  126. UCHIJAAAA ivtoolkit{IvToolkit} [1.2] (minecraft.jar)
  127. UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
  128. UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  129. UCHIJAAAA WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
  130. UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  131. UCHIJAAAA <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  132. UCHIJAAAA FastCraft{1.22} [FastCraft] (fastcraft-1.22-ctest23.jar)
  133. UCHIJAAAA ExtendedPotions{1.2} [Extended Potions] (ExtendedPotions-MC1.7.10-1.2.jar)
  134. UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  135. UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
  136. UCHIJAAAA AccidentallyCircumstantialEvents{1.11.0} [Accidentally Circumstantial Events] (accidentallycircumstantialevents-1.11.0.jar)
  137. UCHIJAAAA Apocalypse{0.0.7} [§cApocalypse§r] (Apocalypse-1.7.10-0.0.7.jar)
  138. UCHIJAAAA AppleCore{1.3.0} [AppleCore] (AppleCore-mc1.7.10-1.3.0.jar)
  139. UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  140. UCHIJAAAA aura{unspecified} [Aura Cascade] (AuraCascade-557.jar)
  141. UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  142. UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (zThaumcraft-1.7.10-4.2.3.5.jar)
  143. UCHIJAAAA Automagy{0.27.1} [Automagy] (Automagy-1.7.10-0.27.1.jar)
  144. UCHIJAAAA bagginses{2.1.1} [Bagginses] (Bagginses-2.1.1.jar)
  145. UCHIJAAAA betterstorage{0.13.1.126} [BetterStorage] (BetterStorage-1.7.10-0.13.1.126.jar)
  146. UCHIJAAAA BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
  147. UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  148. UCHIJAAAA Natura{2.2.0} [Natura] (natura-1.7.10-2.2.1a2.jar)
  149. UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
  150. UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
  151. UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5](1).jar)
  152. UCHIJAAAA BiomeTweaker{1.2.128} [BiomeTweaker] (BiomeTweaker-1.7.10-1.2.128.jar)
  153. UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  154. UCHIJAAAA Botania{r1.8-248} [Botania] (Botania r1.8-248.jar)
  155. UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  156. UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-521.jar)
  157. UCHIJAAAA ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)
  158. UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  159. UCHIJAAAA BloodArsenal{1.2-4} [Blood Arsenal] (BloodArsenal-1.7.10-1.2-4.jar)
  160. UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  161. UCHIJAAAA chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
  162. UCHIJAAAA CarpentersBlocks{3.3.8_dev_r7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8_dev_r7 - MC 1.7.10.jar)
  163. UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
  164. UCHIJAAAA climatecontrol{0.4} [Climate Control] (ClimateControl-0.5.beta45.jar)
  165. UCHIJAAAA clockworkphase{1.7.10_1.0f} [Clockwork Phase] (clockworkphase-1.7.10_1.0f.jar)
  166. UCHIJAAAA CoFHCore{1.7.10R3.1.1} [CoFH Core] (CoFHCore-[1.7.10]3.1.1-324.jar)
  167. UCHIJAAAA cookingbook{1.0.134} [Cooking for Blockheads] (cookingbook-mc1.7.10-1.0.134.jar)
  168. UCHIJAAAA CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar)
  169. UCHIJAAAA customitems{1.0.9b} [Meta Mod: Custom Items] (customitems-1.0.9_beta_1.7.10.jar)
  170. UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d.jar)
  171. UCHIJAAAA davincing{1710.1.8} [DaVincing] (DaVincing-1710.1.8.jar)
  172. UCHIJAAAA DeadlyWorld{1.0.2} [Deadly World] (DeadlyWorld-1.7.10-1.0.2.jar)
  173. UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.2.1_1.7.10.jar)
  174. UCHIJAAAA props{2.2.1} [Decocraft] (Decocraft-2.2.1_1.7.10.jar)
  175. UCHIJAAAA dldungeonsjdg{1.8.5} [Doomlike Dungeons] (DoomlikeDungeons-1.8.5-MC1.7.10.jar)
  176. UCHIJAAAA dungeonmobs{4.1.3} [Dungeon Mobs] (Dungeon Mobs v4.1.3.jar)
  177. UCHIJAAAA dsurround{1.0.5.0BETA} [Dynamic Surroundings] (DynamicSurroundings-1.7.10-1.0.5.0BETA.jar)
  178. UCHIJAAAA Enchiridion{1.3} [Enchiridion] (Enchiridion 2-1.7.10-2.0.2a.jar)
  179. UCHIJAAAA Enchiridion2{2.0.2a} [Enchiridion 2] (Enchiridion 2-1.7.10-2.0.2a.jar)
  180. UCHIJAAAA EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-universal.jar)
  181. UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
  182. UCHIJAAAA ESM{10.0.146} [Epic Siege Mod] (EpicSiegeMod-10.0.146.jar)
  183. UCHIJAAAA etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
  184. UCHIJAAAA exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10 - 1.0.3.a.jar)
  185. UCHIJAAAA weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar)
  186. UCHIJAAAA exparmory{1.4.1} [Expanded Armory] (ExpandedArmory-1.7.10-1.4.1.jar)
  187. UCHIJAAAA farseek{1.0.11} [Farseek] (Farseek-1.0.11.jar)
  188. UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  189. UCHIJAAAA fossil{1.7.10 Build 7.2.1} [Fossils and Archeology Revival] (Fossils_Archeology_Revival-1.7.10_Build-7.2.1.jar)
  190. UCHIJAAAA gadomancy{1.0.6.1} [Gadomancy] (gadomancy-1.7.10-1.0.6.3.jar)
  191. UCHIJAAAA GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
  192. UCHIJAAAA GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
  193. UCHIJAAAA GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
  194. UCHIJAAAA GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
  195. UCHIJAAAA GraveStone{2.16.0} [GraveStone] (GraveStone-2.16.0.jar)
  196. UCHIJAAAA Growthcraft{1.7.10-2.5.0} [Growthcraft] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  197. UCHIJAAAA Growthcraft|Bamboo{1.7.10-2.5.0} [Growthcraft Bamboo] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  198. UCHIJAAAA Growthcraft|Cellar{1.7.10-2.5.0} [Growthcraft Cellar] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  199. UCHIJAAAA Growthcraft|Apples{1.7.10-2.5.0} [Growthcraft Apples] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  200. UCHIJAAAA Growthcraft|Bees{1.7.10-2.5.0} [Growthcraft Bees] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  201. UCHIJAAAA Growthcraft|Grapes{1.7.10-2.5.0} [Growthcraft Grapes] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  202. UCHIJAAAA Growthcraft|Hops{1.7.10-2.5.0} [Growthcraft Hops] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  203. UCHIJAAAA Growthcraft|Rice{1.7.10-2.5.0} [Growthcraft Rice] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  204. UCHIJAAAA Growthcraft|Milk{1.7.10-2.5.0} [Growthcraft Milk] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  205. UCHIJAAAA Growthcraft|Fishtrap{1.7.10-2.5.0} [Growthcraft Fishtrap] (growthcraft-1.7.10-2.5.0-complete_grcmilk-build2.jar)
  206. UCHIJAAAA HardcoreDarkness{1.7} [Hardcore Darkness] (HardcoreDarkness-MC1.7.10-1.7.jar)
  207. UCHIJAAAA HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.5.jar)
  208. UCHIJAAAA HopperDuctMod{1.3.2} [Hopper Ducts] (hopperductmod-1.7.10-1.3.2.jar)
  209. UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  210. UCHIJAAAA JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
  211. UCHIJAAAA k4lib{1.7.10-0.1.57} [K4Lib] (k4lib-1.7.10-0.1.57-universal.jar)
  212. UCHIJAAAA reaper_lantern{1.47} [Lantern mod] (Lantern1.47[1.7.10].jar)
  213. UCHIJAAAA latticemod{1.0} [Lattice Mod] (latticemod-mc1.7.10-1.0.jar)
  214. UCHIJAAAA lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  215. UCHIJAAAA arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  216. UCHIJAAAA demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  217. UCHIJAAAA desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  218. UCHIJAAAA forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  219. UCHIJAAAA freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  220. UCHIJAAAA infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  221. UCHIJAAAA junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  222. UCHIJAAAA mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  223. UCHIJAAAA plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  224. UCHIJAAAA saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  225. UCHIJAAAA shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  226. UCHIJAAAA swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
  227. UCHIJAAAA MagiaNaturalis{0.1.1} [§2Magia Naturalis] (MagiaNaturalis-1.7.10-0.1.2c.jar)
  228. UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  229. UCHIJAAAA modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
  230. UCHIJAAAA recipehandler{0.2} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.2(1.7.10).jar)
  231. UCHIJAAAA ObsidiPlates{3.0.0.18} [ObsidiPlates] (ObsidiPlates-1.7.10-universal-3.0.0.18.jar)
  232. UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
  233. UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
  234. UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
  235. UCHIJAAAA plantmegapack{4.30} [Plant Mega Pack] (plantmegapack-4.30-1.7.10-1492.jar)
  236. UCHIJAAAA primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1_alpha_build.jar)
  237. UCHIJAAAA PvpToggle{1.7.10-1.0.33} [PVP Toggle] (pvpToggle-1.7.10-1.0.33-universal.jar)
  238. UCHIJAAAA reccomplex{0.9.6.3} [Recurrent Complex] (RecurrentComplex-0.9.6.3.jar)
  239. UCHIJAAAA libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  240. UCHIJAAAA xreliquary{1.2} [Reliquary] (Reliquary-1.2.257.jar)
  241. UCHIJAAAA Roguelike{1.4.4} [Roguelike Dungeons] (roguelike-1.7.10-1.4.4.jar)
  242. UCHIJAAAA RTG{0.6.2} [Realistic Terrain Generation] (RTG-1.7.10-0.6.2.jar)
  243. UCHIJAAAA Sanguimancy{1.7.10-1.1.9-31} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-31.jar)
  244. UCHIJAAAA sciapi{1.1.0.0} [SciAPI] (SciAPI-1.1.0.0[1.7.10].jar)
  245. UCHIJAAAA soundfilters{0.8_for_1.7.X} [Sound Filters] (SoundFilters-0.8_for_1.7.X.jar)
  246. UCHIJAAAA SpiceOfLife{1.3.1} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.1.jar)
  247. UCHIJAAAA stellarsky{0.1.20} [Stellar Sky] (Stellar Sky-v0.1.20[1.7.10].jar)
  248. UCHIJAAAA StorageDrawers{1.7.10-1.9.0} [Storage Drawers] (StorageDrawers-1.7.10-1.9.0.jar)
  249. UCHIJAAAA StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
  250. UCHIJAAAA StorageDrawersErebus{1.7.10-1.1.1} [Storage Drawers: Erebus Pack] (StorageDrawers-Erebus-1.7.10-1.1.1.jar)
  251. UCHIJAAAA StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
  252. UCHIJAAAA StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
  253. UCHIJAAAA streams{0.2} [Streams] (Streams-0.2.jar)
  254. UCHIJAAAA tabbychat{1.11.2.2} [TabbyChat] (TabbyChat-1.7.10-1.11.2.2-fml.jar)
  255. UCHIJAAAA TaintedMagic{1.1.6.4} [Tainted Magic] (TaintedMagic-1.1.6.4.jar)
  256. UCHIJAAAA tcinventoryscan{1.0.10} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.10.jar)
  257. UCHIJAAAA tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
  258. UCHIJAAAA thaumcarpentry{0.0.1.5-1.7.10} [Thaumcarpentry] (Thaumcarpentry-0.0.1.5-1.7.10.jar)
  259. UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  260. UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
  261. UCHIJAAAA thaumicinfusion{4.32} [Thaumic Infusion] (ThaumicInfusion-4.32.jar)
  262. UCHIJAAAA erebus{0.4.5} [Erebus] (TheErebus-0.4.5.jar)
  263. UCHIJAAAA totemic{1.7.10-0.6.2} [Totemic] (Totemic-1.7.10-0.6.2.jar)
  264. UCHIJAAAA TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
  265. UCHIJAAAA wildcaves3{1.7.10} [Wild Caves 3] (WildCaves3-0.4.3.7(1.7.10).jar)
  266. UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  267. UCHIJAAAA WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
  268. UCHIJAAAA woodstuff{1.3.2} [WoodStuff] (WoodStuff-1.3.2.jar)
  269. UCHIJAAAA XaeroMinimap{1.7.7.5} [Xaero's Minimap] (xaeros_minimap_v1.7.7.5_Forge_1.7.10.jar)
  270. UCHIJAAAA harvestthenether{1.7.10} [Pam's Harvest the Nether] (zzzzzzPam's Harvest the Nether 1.7.10a.jar)
  271. UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  272. UCHIJAAAA HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
  273. UCHIJAAAA VeganOption{0.1.2+4a8b7} [The Vegan Option] (VeganOption-mc1.7.10-0.1.2+4a8b7.jar)
  274. UD BiomeTweakerCore{1.2.128} [BiomeTweaker Core] (minecraft.jar)
  275. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.82' Renderer: 'GeForce GTX 760/PCIe/SSE2'
  276. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  277. Class transformer null safety: found misbehaving transformers: williewillus.BugfixMod.BugfixModClassTransformer(williewillus.BugfixMod.BugfixModClassTransformer@25c90050) crashed with java.lang.NullPointerException(null),squeek.applecore.asm.TransformerModuleHandler(squeek.applecore.asm.TransformerModuleHandler@58fc2f7c) crashed with java.lang.NullPointerException(null)
  278. Mantle Environment: Environment healthy.
  279. CoFHCore: -[1.7.10]3.1.1-324
  280. 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.
  281. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
  282. 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.
  283. Launched Version: forge-10.13.4.1566
  284. LWJGL: 2.9.1
  285. OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.82, NVIDIA Corporation
  286. GL Caps: Using GL 1.3 multitexturing.
  287. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  288. Anisotropic filtering is supported and maximum anisotropy is 16.
  289. Shaders are available because OpenGL 2.1 is supported.
  290.  
  291. Is Modded: Definitely; Client brand changed to 'fml,forge'
  292. Type: Client (map_client.txt)
  293. Resource Packs: []
  294. Current Language: English (US)
  295. Profiler Position: N/A (disabled)
  296. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  297. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement