Guest User

Untitled

a guest
Feb 12th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.59 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 12/02/16 10:48 AM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.VerifyError: Bad type on operand stack in iastore
  8. Exception Details:
  9. Location:
  10. com/emoniph/witchery/brewing/action/effect/BrewActionBiomeChange.drawLine(Lnet/minecraft/world/World;IIILjava/util/HashMap;Lnet/minecraft/world/biome/BiomeGenBase;)V @96: iastore
  11. Reason:
  12. Type '[B' (current frame, stack[0]) is not assignable to '[I'
  13. Current Frame:
  14. bci: @96
  15. flags: { }
  16. locals: { 'com/emoniph/witchery/brewing/action/effect/BrewActionBiomeChange', 'net/minecraft/world/World', integer, integer, integer, 'java/util/HashMap', 'net/minecraft/world/biome/BiomeGenBase', integer, 'com/emoniph/witchery/brewing/action/effect/BrewActionBiomeChange$ChunkCoord', '[B' }
  17. stack: { '[B', integer, integer }
  18. Bytecode:
  19. 0x0000000: 1c36 0715 071d a300 90bb 0007 5915 0707
  20. 0x0000010: 7a15 0407 7ab7 00ea 3a08 1905 1908 b600
  21. 0x0000020: eec0 008f 3a09 1909 c700 242b 1507 1504
  22. 0x0000030: b600 f23a 0a19 0ab6 00f6 b600 f9c0 008f
  23. 0x0000040: 3a09 1905 1908 1909 b600 fd57 1909 1504
  24. 0x0000050: 100f 7e07 7815 0710 0f7e 8019 06b4 0102
  25. 0x0000060: 4f19 06b4 0106 0b95 9a00 282b 1507 1504
  26. 0x0000070: b601 0a36 0a2b 1507 150a 1504 b601 0eb2
  27. 0x0000080: 0114 a600 0e2b 1507 150a 1504 b601 1857
  28. 0x0000090: 8407 01a7 ff70 b1
  29. Stackmap Table:
  30. append_frame(@3,Integer)
  31. append_frame(@76,Object[#7],Object[#143])
  32. chop_frame(@144,2)
  33. chop_frame(@150,1)
  34.  
  35. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  36. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:739)
  37. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
  38. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
  39. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  40. at net.minecraft.client.main.Main.main(SourceFile:148)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:483)
  45. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  46. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  47. Caused by: java.lang.VerifyError: Bad type on operand stack in iastore
  48. Exception Details:
  49. Location:
  50. com/emoniph/witchery/brewing/action/effect/BrewActionBiomeChange.drawLine(Lnet/minecraft/world/World;IIILjava/util/HashMap;Lnet/minecraft/world/biome/BiomeGenBase;)V @96: iastore
  51. Reason:
  52. Type '[B' (current frame, stack[0]) is not assignable to '[I'
  53. Current Frame:
  54. bci: @96
  55. flags: { }
  56. locals: { 'com/emoniph/witchery/brewing/action/effect/BrewActionBiomeChange', 'net/minecraft/world/World', integer, integer, integer, 'java/util/HashMap', 'net/minecraft/world/biome/BiomeGenBase', integer, 'com/emoniph/witchery/brewing/action/effect/BrewActionBiomeChange$ChunkCoord', '[B' }
  57. stack: { '[B', integer, integer }
  58. Bytecode:
  59. 0x0000000: 1c36 0715 071d a300 90bb 0007 5915 0707
  60. 0x0000010: 7a15 0407 7ab7 00ea 3a08 1905 1908 b600
  61. 0x0000020: eec0 008f 3a09 1909 c700 242b 1507 1504
  62. 0x0000030: b600 f23a 0a19 0ab6 00f6 b600 f9c0 008f
  63. 0x0000040: 3a09 1905 1908 1909 b600 fd57 1909 1504
  64. 0x0000050: 100f 7e07 7815 0710 0f7e 8019 06b4 0102
  65. 0x0000060: 4f19 06b4 0106 0b95 9a00 282b 1507 1504
  66. 0x0000070: b601 0a36 0a2b 1507 150a 1504 b601 0eb2
  67. 0x0000080: 0114 a600 0e2b 1507 150a 1504 b601 1857
  68. 0x0000090: 8407 01a7 ff70 b1
  69. Stackmap Table:
  70. append_frame(@3,Integer)
  71. append_frame(@76,Object[#7],Object[#143])
  72. chop_frame(@144,2)
  73. chop_frame(@150,1)
  74.  
  75. at com.emoniph.witchery.brewing.WitcheryBrewRegistry.<init>(WitcheryBrewRegistry.java:2373)
  76. at com.emoniph.witchery.brewing.WitcheryBrewRegistry.<clinit>(WitcheryBrewRegistry.java:120)
  77. at com.emoniph.witchery.Witchery.init(Witchery.java:259)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  80. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  81. at java.lang.reflect.Method.invoke(Method.java:483)
  82. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
  83. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  84. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  85. at java.lang.reflect.Method.invoke(Method.java:483)
  86. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  87. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  88. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  89. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  90. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  91. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  92. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  93. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  94. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  95. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  96. at java.lang.reflect.Method.invoke(Method.java:483)
  97. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  98. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  99. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  100. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  101. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  102. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  103. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
  104. ... 10 more
  105.  
  106.  
  107. A detailed walkthrough of the error, its code path and all known details is as follows:
  108. ---------------------------------------------------------------------------------------
  109.  
  110. -- System Details --
  111. Details:
  112. Minecraft Version: 1.7.10
  113. Operating System: Windows 7 (amd64) version 6.1
  114. Java Version: 1.8.0_25, Oracle Corporation
  115. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  116. Memory: 501752112 bytes (478 MB) / 2126512128 bytes (2028 MB) up to 3817865216 bytes (3641 MB)
  117. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
  118. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  119. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  120. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 173 mods loaded, 163 mods active
  121. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  122. UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  123. UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  124. UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
  125. UCHI AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
  126. UCHI appliedenergistics2-core{rv3-beta-5} [Applied Energistics 2 Core] (minecraft.jar)
  127. UCHI Aroma1997Core{1.0.2.16} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  128. UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  129. UCHI NotEnoughItems{1.0.5.118} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.118-universal.jar)
  130. UCHI technomCore{0.12.4} [Technomancy Core] (minecraft.jar)
  131. UCHI ThE-core{0.10.0.0} [Thaumic Energistics Core] (minecraft.jar)
  132. UCHI ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
  133. UCHI OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
  134. UCHI <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  135. UCHI AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
  136. UCHI arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
  137. UCHI bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
  138. UCHI AM2PlantFix{1.0} [Ars Magica 2 Plant Fix] (AM2PlantFix-1.0.jar)
  139. UCHI excore{1.3.4} [EXCore] (Excore-1.3.4-1.7.10.jar)
  140. UCHI AIC{2.0} [Anti Id Conflict] (AntiIdConflict-ALPHA-7-2.0-1.7.10.jar)
  141. UCHI antiqueatlas{1.7.10-4.2.10} [Antique Atlas] (antiqueatlas-1.7.10-4.2.10.jar)
  142. UCHI nevermine{2.3} [AdventOfAscension] (AoA-2.4.B.jar)
  143. UCHI appliedenergistics2{rv3-beta-5} [Applied Energistics 2] (appliedenergistics2-rv3-beta-5.jar)
  144. UCHI MovingWorld{1.7.10-1.8} [Moving World] (movingworld-1.7.10-1.8.jar)
  145. UCHI ArchimedesShipsPlus{1.7.10-1.8} [Archimedes' Ships Plus] (archimedesshipsplus-1.7.10-1.8.jar)
  146. UCHI Aroma1997CoreHelper{1.0.2.16} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.16.jar)
  147. UCHI AromaBackup{0.0.0.6} [AromaBackup] (AromaBackup-1.7.10-0.0.0.6.jar)
  148. UCHI AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.7.10-0.0.0.6.jar)
  149. UCHI CoFHCore{1.7.10R3.1.1} [CoFH Core] (CoFHCore-[1.7.10]3.1.1-324.jar)
  150. UCHI MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  151. UCHI Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
  152. UCHI Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
  153. UCHI MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  154. UCHI Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
  155. UCHI Automagy{0.27.1} [Automagy] (Automagy-1.7.10-0.27.1.jar)
  156. UCHI BetterTitleScreen{1.7.10-1.1} [Better Title Screen] (BetterTitleScreen-1.7.10-1.1.jar)
  157. UCHI BiblioCraft{1.11.4} [BiblioCraft] (BiblioCraft[v1.11.4][MC1.7.10].jar)
  158. UCHI Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
  159. UCHI Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
  160. UCHI BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
  161. UCHI ThermalFoundation{1.7.10R1.2.2} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.2-111.jar)
  162. UCHI ThermalExpansion{1.7.10R4.1.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.1-237.jar)
  163. UCHI BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  164. UCHI AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
  165. UCHI Botania{r1.8-248} [Botania] (Botania r1.8-248.jar)
  166. UCHI BrandonsCore{1.0.0.10} [Brandon's Core] (BrandonsCore-1.0.0.10-bugfix.jar)
  167. UCHI CarpentersBlocks{3.3.7} [Carpenter's Blocks] (Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
  168. UCHI ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
  169. UCHI TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  170. UCHI ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  171. UCHI chisel{2.9.4.10} [Chisel] (Chisel-2.9.4.10.jar)
  172. UCHI MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.1.0.33-universal.jar)
  173. UCHI ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
  174. UCHI ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  175. UCHI CompactMachines{1.7.10-1.21} [Compact Machines] (compactmachines-1.7.10-1.21.jar)
  176. UCHI cosmeticarmorreworked{1.7.10-v5d} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v5d.jar)
  177. UCHI davincing{1710.1.8} [DaVincing] (DaVincing-1710.1.8.jar)
  178. UCHI DraconicEvolution{1.0.2-snapshot_9} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2-Snapshot_9.jar)
  179. UCHI endercore{1.7.10-0.2.0.31_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.31_beta.jar)
  180. UCHI EnderIO{1.7.10-2.3.0.422_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.422_beta.jar)
  181. UCHI EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
  182. UCHI exnihilo{1.38-49} [Ex Nihilo] (Ex-Nihilo-1.38-49.jar)
  183. UCHI MetallurgyCore{4.0.4} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.4.18.jar)
  184. UCHI ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
  185. UCHE ImmersiveEngineering{0.7.1.2} [Immersive Engineering] (ImmersiveEngineering-0.7.1.2.jar)
  186. UCHI TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
  187. UCHI Metallurgy{4.0.8} [Metallurgy 4] (Metallurgy-1.7.10-4.0.8.97.jar)
  188. UCHI exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
  189. UCHI extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
  190. UCHI ExtraTiC{1.4.5} [ExtraTiC] (ExtraTiC-1.7.10-1.4.5.jar)
  191. UCHI Steamcraft{0.28.12} [Flaxbeard's Steam Power] (Flaxbeard'sSteamPower-1.7.10-0.28.12.jar)
  192. UCHI ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-164.jar)
  193. UCHI ForbiddenMagic{1.7.10-0.573} [Forbidden Magic] (Forbidden Magic-1.7.10-0.573.jar)
  194. UCHI foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
  195. UCHI GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar)
  196. UCHI guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
  197. UCHI HardcoreEnderExpansion{1.8.5} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.5.jar)
  198. UCHI iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
  199. UCHI Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
  200. UCHI headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
  201. UCHE immersiveintegration{0.6.6} [Immersive Integration] (immersiveintegration-0.6.6.jar)
  202. UCHI LunatriusCore{1.1.2.21} [LunatriusCore] (LunatriusCore-1.7.10-1.1.2.21-universal.jar)
  203. UCHI InGameInfoXML{2.8.1.82} [InGame Info XML] (InGameInfoXML-1.7.10-2.8.1.82-universal.jar)
  204. UCHI inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
  205. UCHI intellie{2.1.4.554} [IntelliE] (IntelligentEnergistics-1.7.10-2.1.4.554-universal.jar)
  206. UCHI appaero{2.1.4.554} [AppliedAerodynamics] (IntelligentEnergistics-1.7.10-2.1.4.554-universal.jar)
  207. UCHI appaeronei{2.1.4.554} [AppliedAerodynamicsNEI] (IntelligentEnergistics-1.7.10-2.1.4.554-universal.jar)
  208. UCHI inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  209. UCHI IronChest{6.0.60.741} [Iron Chest] (ironchest-1.7.10-6.0.60.741-universal.jar)
  210. UCHI journeymap{5.1.3} [JourneyMap] (journeymap-1.7.10-5.1.3-unlimited.jar)
  211. UCHI lootplusplus{0.21_for_1.7} [Loot++] (Loot++-0.21_for_1.7.jar)
  212. UCHI magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5.jar)
  213. UCHI magicalcropsarmour{4.0.0_PUBLIC_BETA_4} [Magical Crops: Armoury] (magicalcropsarmoury-4.0.0_PUBLIC_BETA_4.jar)
  214. UCHI magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} [Magical Crops: Decorative] (magicalcropsdeco-4.0.0_PUBLIC_BETA_4a.jar)
  215. UCHI malisiscore{1.7.10-0.14.2} [MalisisCore] (malisiscore-1.7.10-0.14.2.jar)
  216. UCHI malisisdoors{1.7.10-1.13.1} [Malisis' Doors] (malisisdoors-1.7.10-1.13.1.jar)
  217. UCHI metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
  218. UCHI MineFactoryReloaded|CompatMagicalCrops{1.2.1} [MFR Compat: Magical Crops] (MFR Compat - Magical Crops v1-2-1.jar)
  219. UCHI MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  220. UCHI MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  221. UCHI MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  222. UCHI MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  223. UCHI MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  224. UCHI MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  225. UCHI MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
  226. UCHI MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.7.10-1.1.0.11.jar)
  227. UCHI modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
  228. UCHI Morph{0.9.2} [Morph] (Morph-Beta-0.9.2.jar)
  229. UCHI Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
  230. UCHI NEIAddons{1.12.15.41} [NEI Addons] (neiaddons-1.12.15.41-mc1.7.10.jar)
  231. UCHI NEIAddons|Developer{1.12.15.41} [NEI Addons: Developer Tools] (neiaddons-1.12.15.41-mc1.7.10.jar)
  232. UCHI NEIAddons|AppEng{1.12.15.41} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.15.41-mc1.7.10.jar)
  233. UCHI NEIAddons|Botany{1.12.15.41} [NEI Addons: Botany] (neiaddons-1.12.15.41-mc1.7.10.jar)
  234. UCHI NEIAddons|Forestry{1.12.15.41} [NEI Addons: Forestry] (neiaddons-1.12.15.41-mc1.7.10.jar)
  235. UCHI NEIAddons|CraftingTables{1.12.15.41} [NEI Addons: Crafting Tables] (neiaddons-1.12.15.41-mc1.7.10.jar)
  236. UCHI NEIAddons|ExNihilo{1.12.15.41} [NEI Addons: Ex Nihilo] (neiaddons-1.12.15.41-mc1.7.10.jar)
  237. UCHI neiintegration{1.1.1} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.1.jar)
  238. UCHI NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
  239. UCHI OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
  240. UCHI OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
  241. UCHI PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
  242. UCHI practicalities{2.0.0-b2} [Practicalities] (practicalities-2.0.0-b2.jar)
  243. UCHI ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
  244. UCHI ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
  245. UCHI ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
  246. UCHI RandomThings{2.2.4} [Random Things] (RandomThings-2.2.4.jar)
  247. UCHI libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar)
  248. UCHI xreliquary{1.2} [Reliquary] (Reliquary-1.2.jar)
  249. UCHI rpghud{2.5.1} [RPG Hud] (rpghud-2.5.1 for 1.7.10.jar)
  250. UCHI RTG{0.6.0} [Realistic Terrain Generation] (RTG-1.7.10-0.6.0.jar)
  251. UCHI AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
  252. UCHI Sanguimancy{1.7.10-1.1.9-33} [Sanguimancy] (Sanguimancy-1.7.10-1.1.9-33.jar)
  253. UCHI SanguineExtras{1.3.2} [Sanguine Utilities] (Sanguine Utilities-1.3.2.jar)
  254. UCHI ServerTools{1.7.10-2.2.0.79} [ServerTools] (ServerTools-CORE-1.7.10-2.2.0.79.jar)
  255. UCHI ServerTools-TELEPORT{1.0} [ServerTools-TELEPORT] (ServerTools-TELEPORT-1.7.10-2.2.0.13.jar)
  256. UCHI SpecialMobs{3.2.2} [Special Mobs] (SpecialMobs-1.7.10-3.2.2.jar)
  257. UCHI StorageDrawers{1.7.10-1.8.0} [Storage Drawers] (StorageDrawers-1.7.10-1.8.0.jar)
  258. UCHI StorageDrawersNatura{1.7.10-1.1.1} [Storage Drawers: Natura Pack] (StorageDrawers-Natura-1.7.10-1.1.1.jar)
  259. UCHI Tails{1.7.10-1.4.1a} [Tails] (Tails-1.7.10-1.4.1a.jar)
  260. UCHI thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
  261. UCHI thaumicenergistics{1.0.0.1} [Thaumic Energistics] (thaumicenergistics-1.0.0.1.jar)
  262. UCHI ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
  263. UCHI ThermalDynamics{1.7.10R1.1.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.1.0-161.jar)
  264. UCHI TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
  265. UCHI TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
  266. UCHI TooMuchRain{%VERSION%} [TooMuchRain] (TooMuchRain-1.7.2-1.0.0-b5-universal.jar)
  267. UCHI TwoGraves{1710.1.1} [Graves] (TwoGraves-1710.1.1.jar)
  268. UCHI VeinMiner{0.31.1_build.unknown} [Vein Miner] (VeinMiner-1.7.10_0.31.1.unknown.jar)
  269. UCHI VeinMinerModSupport{0.31.1_build.unknown} [Mod Support] (VeinMiner-1.7.10_0.31.1.unknown.jar)
  270. UCHI WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
  271. UCHI wailaplugins{MC1.7.10-0.2.0-23} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-23.jar)
  272. UCHI wawla{1.3.3} [What Are We Looking At] (Wawla-1.3.3-1.7.10.jar)
  273. UCHE witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
  274. UCHI WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  275. UCHI WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  276. UCHI WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
  277. UCHI McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  278. UCHI ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-0.0.1.4-universal.jar)
  279. UCHI MCFrames{1.0} [MCFrames] (ForgeRelocation-0.0.1.4-universal.jar)
  280. UCHI RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-0.0.1.2-universal.jar)
  281. UCHI lucky{5.1.0} [Lucky Block] (z[1-7-10]_Lucky_Block_v5-1-0.jar)
  282. UCHI IguanaTweaksTConstruct{1.7.10-2.1.5.140} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.5.jar)
  283. UCHI technom{0.12.4} [Technomancy] (Technomancy - 0.12.4 - 1.7.10.jar)
  284. UCHI ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
  285. UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  286. UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  287. UD MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  288. UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  289. UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  290. UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  291. UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  292. UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  293. UD MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  294. UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
  295. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 361.75' Renderer: 'GeForce GTX 660M/PCIe/SSE2'
  296. OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
  297. Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@30ef4234) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@2443ebeb) returned non-null result: 0,code.elix_x.coremods.antiidconflict.core.transformers.NoLimitsTransformer(code.elix_x.coremods.antiidconflict.core.transformers.NoLimitsTransformer@3d192c2) crashed with java.lang.NullPointerException(null)
  298. AE2 Version: beta rv3-beta-5 for Forge 10.13.4.1448
  299. CoFHCore: -[1.7.10]3.1.1-324
  300. MineFactoryReloaded: -[1.7.10]2.8.1-174
  301. Mantle Environment: Environment healthy.
  302. ThermalFoundation: -[1.7.10]1.2.2-111
  303. ThermalExpansion: -[1.7.10]4.1.1-237
  304. TConstruct Environment: Environment healthy.
  305. NetherOres: -[1.7.10]2.3.1-22
  306. ThermalDynamics: -[1.7.10]1.1.0-161
  307. 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.
  308. EnderIO: No known problems detected.
  309. Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Advertisement
Add Comment
Please, Sign In to add comment