Advertisement
Guest User

Untitled

a guest
Jul 17th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. AppleCore (AppleCore-mc1.10.2-1.3.5.jar)
  5. EnderCorePlugin (EnderCore-1.10.2-0.4.1.40-beta.jar)
  6. LoadingPlugin (Quark-beta-45.jar)
  7. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  8. CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar)
  9. CCLCorePlugin (CodeChickenLib-1.9.4-2.0.2.39-universal.jar)
  10. FCFMLCorePlugin (FinderCompass-1.10.jar)
  11. LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
  12. LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
  13. IC2core (industrialcraft-2-2.6.1-ex110.jar)
  14. LoadingPlugin (DimensionRules-MC1.9.4-1.0.jar)
  15. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  16. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  17. Contact their authors BEFORE contacting forge
  18.  
  19. // Ouch. That hurt :(
  20.  
  21. Time: 7/17/16 1:47 PM
  22. Description: There was a severe problem during mod loading that has caused the game to fail
  23.  
  24. net.minecraftforge.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/bdew/generators/modules/fluidInput/TileFluidInput
  25. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:186)
  26. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:596)
  27. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:255)
  28. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
  29. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
  30. at net.minecraft.client.main.Main.main(SourceFile:124)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  34. at java.lang.reflect.Method.invoke(Unknown Source)
  35. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  36. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  40. at java.lang.reflect.Method.invoke(Unknown Source)
  41. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  42. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  43. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  44. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  45. Caused by: java.lang.NoClassDefFoundError: net/bdew/generators/modules/fluidInput/TileFluidInput
  46. at net.bdew.generators.modules.fluidInput.BlockFluidInput$.<init>(BlockFluidInput.scala:14)
  47. at net.bdew.generators.modules.fluidInput.BlockFluidInput$.<clinit>(BlockFluidInput.scala)
  48. at net.bdew.generators.config.Blocks$.<init>(Blocks.scala:52)
  49. at net.bdew.generators.config.Blocks$.<clinit>(Blocks.scala)
  50. at net.bdew.generators.Generators$.preInit(Generators.scala:57)
  51. at net.bdew.generators.Generators.preInit(Generators.scala)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  55. at java.lang.reflect.Method.invoke(Unknown Source)
  56. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:577)
  57. at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  58. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  59. at java.lang.reflect.Method.invoke(Unknown Source)
  60. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  61. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  62. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  63. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  64. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  65. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:235)
  66. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:213)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70. at java.lang.reflect.Method.invoke(Unknown Source)
  71. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  72. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  73. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  74. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  75. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  76. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)
  77. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:593)
  78. ... 18 more
  79. Caused by: java.lang.ClassNotFoundException: net.bdew.generators.modules.fluidInput.TileFluidInput
  80. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  81. at java.lang.ClassLoader.loadClass(Unknown Source)
  82. at java.lang.ClassLoader.loadClass(Unknown Source)
  83. ... 50 more
  84. Caused by: java.lang.NoClassDefFoundError: net/bdew/lib/capabilities/legacy/OldFluidHandlerEmulator
  85. at java.lang.ClassLoader.defineClass1(Native Method)
  86. at java.lang.ClassLoader.defineClass(Unknown Source)
  87. at java.security.SecureClassLoader.defineClass(Unknown Source)
  88. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  89. ... 52 more
  90. Caused by: java.lang.ClassNotFoundException: net.bdew.lib.capabilities.legacy.OldFluidHandlerEmulator
  91. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  92. at java.lang.ClassLoader.loadClass(Unknown Source)
  93. at java.lang.ClassLoader.loadClass(Unknown Source)
  94. ... 56 more
  95. Caused by: java.lang.ArrayIndexOutOfBoundsException
  96.  
  97.  
  98. A detailed walkthrough of the error, its code path and all known details is as follows:
  99. ---------------------------------------------------------------------------------------
  100.  
  101. -- System Details --
  102. Details:
  103. Minecraft Version: 1.10.2
  104. Operating System: Windows 8.1 (amd64) version 6.3
  105. Java Version: 1.8.0_73, Oracle Corporation
  106. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  107. Memory: 1410832368 bytes (1345 MB) / 2930245632 bytes (2794 MB) up to 5726797824 bytes (5461 MB)
  108. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx6144m
  109. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  110. FML: MCP 9.32 Powered by Forge 12.18.1.2013 Optifine OptiFine_1.10.2_HD_U_C1 132 mods loaded, 132 mods active
  111. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  112. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  113. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.1.2013-universal.jar)
  114. UCH Forge{12.18.1.2013} [Minecraft Forge] (forge-1.10.2-12.18.1.2013-universal.jar)
  115. UCH Aroma1997Core{${version}} [Aroma1997Core] (Aroma1997Core-1.9.4-1.0.7.0.jar)
  116. UCH bettercombatmod{1.3.0} [Better Combat] ([MC_1.10.2]BetterCombat-1.3.2.jar)
  117. UCH actuallyadditions{1.10.2-r51} [Actually Additions] (ActuallyAdditions-1.10.2-r51.jar)
  118. UCH advancedswords{1.3.0} [Advanced Swords] (advancedswords-1.3.0-[1.9.4].jar)
  119. UCH agriculturalexpansion{r-1.2.0} [Agricultural Expansion] (AgriculturalExpansion[1.9.4][1.10.2]r-1.2.0.jar)
  120. UCH Ambience{GRADLE:VERSION-GRADLE:BUILD} [Ambience] (Ambience 1.0-5.jar)
  121. UCH ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-1.10-alpha-1.0.0.jar)
  122. UCH JEI{3.7.7.233} [Just Enough Items] (jei_1.10.2-3.7.7.233.jar)
  123. UCH AppleCore{1.3.5} [AppleCore] (AppleCore-mc1.10.2-1.3.5.jar)
  124. UCH Aroma1997CoreHelper{1.0.7.0} [Aroma1997Core|Helper] (Aroma1997Core-1.9.4-1.0.7.0.jar)
  125. UCH AromaBackup{1.0.1.1} [AromaBackup] (AromaBackup-1.9.4-1.0.1.1.jar)
  126. UCH AromaBackupRecovery{1.0} [AromaBackup Recovery] (AromaBackup-1.9.4-1.0.1.1.jar)
  127. UCH basemetals{2.3.2} [Base Metals] (BaseMetals_1.9.4-2.3.2.6.jar)
  128. UCH Baubles{1.2.1.0} [Baubles] (Baubles-1.9.4-1.2.1.0.jar)
  129. UCH baublesstuff{2.0.10} [Baubles Stuff] (baublesstuff-2.0.10.jar)
  130. UCH bdlib{1.12.0.2} [BD Lib] (bdlib-1.12.0.2-mc1.10.2.jar)
  131. UCH betteragriculture{0.16} [Better Agriculture] (BetterAgriculture_(MC-1.10)-0.16.jar)
  132. UCH betterquesting{1.3.136} [Better Questing] (BetterQuesting-1.3.136.jar)
  133. UCH BiomesOPlenty{4.1.0.2049} [Biomes O' Plenty] (BiomesOPlenty-1.9.4-4.1.0.2049-universal.jar)
  134. UCH guideapi{@VERSION@} [Guide-API] (Guide-API-1.9.4-2.0.0-38.jar)
  135. UCH BloodMagic{1.9.4-2.0.2-50} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9.4-2.0.2-50.jar)
  136. UCH Bloodmoon{1.2} [Bloodmoon] (Bloodmoon-MC1.9.4-1.4.1.jar)
  137. UCH Botania{r1.8-312} [Botania] (Botania-unofficial.r1.8-312.jar)
  138. UCH capsule{1.9.4-1.1.7} [Capsule] (Capsule-1.9.4-1.1.7.jar)
  139. UCH Chameleon{1.9.4-2.1.6} [Chameleon] (Chameleon-1.9.4-2.1.6.jar)
  140. UCH chancecubes{1.10-2.1.3.111} [Chance Cubes] (ChanceCubes-1.10-2.1.3.111.jar)
  141. UCH chisel{@VERSION@} [Chisel] (Chisel-MC1.9.4-0.0.5.29.jar)
  142. UCH mcmultipart{1.2.0} [MCMultiPart] (MCMultiPart-1.2.0-universal.jar)
  143. UCH chiselsandbits{11.5} [Chisels & Bits] (chiselsandbits-11.5.jar)
  144. UCH IC2{2.6.1-ex110} [IndustrialCraft 2] (industrialcraft-2-2.6.1-ex110.jar)
  145. UCH CompactSolars{5.0.4.328} [Compact Solar Arrays] (CompactSolars-1.10.2-5.0.4.328-universal.jar)
  146. UCH compactstorage{v2.0.0a} [CompactStorage] (compactstorage-2.1-1.9.4.jar)
  147. UCH cpd{0.0.1} [Compressed] (Compressed-v0.0.6.jar)
  148. UCH cookingforblockheads{3.1.26} [Cooking for Blockheads] (CookingForBlockheads-mc1.9.4-3.1.26.jar)
  149. UCH covers{0.3.0.2} [Simple Covers] (covers-0.3.0.2-mc1.10.2.jar)
  150. UCH csaddle{1.2} [Craftable Saddles] (Craftable Saddles 1.2.jar)
  151. UCH crystallogy{1.0.1} [Crystallogy] (crystallogy-1.10.2-1.0.1.jar)
  152. UCH wonderfulwands{2.1.0} [Wonderful Wands] (CyanosWonderfulWands_1.9.4-2.1.0.jar)
  153. UCH ElecCore{1.5.292} [ElecCore] (ElecCore-1.9.4-1.5.292.jar)
  154. UCH deepresonance{1.2.0beta35} [DeepResonance] (deepresonance-1.9.4-1.2.0beta35.jar)
  155. UCH DimensionRules{1.0} [Dimension Rules] (DimensionRules-MC1.9.4-1.0.jar)
  156. UCH ea{v2.4.2b-mc1.10.2} [Ebon Arts] (EbonArts-v2.4.2b-mc1.10.2.jar)
  157. UCH poweradvantage{2.2.1} [Power Advantage] (PowerAdvantage_1.9.4-2.2.1.jar)
  158. UCH electricadvantage{2.1.0} [Electric Advantage] (ElectricAdvantage_1.9-2.1.0.jar)
  159. UCH endercore{1.10.2-0.4.1.40-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.40-beta.jar)
  160. UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B3_1.9.4.jar)
  161. UCH EnderIO{1.10.2-3.0.1.70_beta} [Ender IO] (EnderIO-1.10.2-3.0.1.70_beta.jar)
  162. UCH EnderZoo{1.10-1.2.3.43} [Ender Zoo] (EnderZoo-1.10-1.2.3.43.jar)
  163. UCH excore{1.6.1} [EXCore] (Excore-1.6.1-1.10.2.jar)
  164. UCH FFS{1.9.4-1.6.4-b28} [Fancy Fluid Storage] (Fancy Fluid Storage-1.9.4-1.6.4-b28.jar)
  165. UCH FastLeaveDecay{1.1} [Fast Leave Decay] (FastLeaveDecay-MC1.9.4-1.2.1.jar)
  166. UCH FinderCompass{1.10} [Finder Compass] (FinderCompass-1.10.jar)
  167. UCH flatcoloredblocks{mc1.10-v4.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.1.jar)
  168. UCH reborncore{2.5.5.3} [RebornCore] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  169. UCH reborncore-mcmultipart{2.5.5.3} [reborncore-MCMultiPart] (RebornCore-1.10.2-2.5.5.3-universal.jar)
  170. UCH Tesla{1.2.0.32} [TESLA] (Tesla-1.10-1.2.0.34.jar)
  171. UCH fluxedredstone{2.2.1.44} [FluxedRedstone] (FluxedRedstone-2.2.1.44.jar)
  172. UCH forestry{5.1.12.200} [Forestry] (forestry_1.10.2-5.1.12.200.jar)
  173. UCH foxlib{@VERSION@} [FoxLib] (FoxLib-1.9.4-0.10.0.jar)
  174. UCE advgenerators{0.9.20.6} [Advanced Generators] (generators-0.9.20.6-mc1.10.2.jar)
  175. UCH InventoryPets{1.4.7.1} [Inventory Pets] (inventorypets-1.10-1.4.7.1.jar)
  176. UCH inventorysorter{0.10.0+42} [Simple Inventory sorting] (inventorysorter-1.10-0.10.0+42.jar)
  177. UCH IronChest{7.0.7.795} [Iron Chest] (ironchest-1.10.2-7.0.7.795.jar)
  178. UCH japta{1.9.0} [JAPTA] (JAPTA-1.9.4-1.9.0.jar)
  179. UCH journeymap{1.10.2-5.2.4} [JourneyMap] (journeymap-1.10.2-5.2.4-unlimited.jar)
  180. UCH jeresources{0.4.6.41} [Just Enough Resources] (JustEnoughResources-1.10.2-0.4.6.41.jar)
  181. UCH levels{r4.1.2} [Levels] (Levels-1.10.2-r4.1.2.jar)
  182. UCH LunatriusCore{1.1.2.36} [LunatriusCore] (LunatriusCore-1.10.2-1.1.2.36-universal.jar)
  183. UCH mantle{1.10-0.10.3.jenkins156} [Mantle] (Mantle-1.10-0.10.3.jar)
  184. UCH RadixCore{1.10.2-2.1.2} [RadixCore] (RadixCore-1.10.2-2.1.2-universal.jar)
  185. UCH MCA{1.10.2-5.2.1} [Minecraft Comes Alive] (MCA-1.10.2-5.2.1-universal.jar)
  186. UCH moreoverlays{1.6} [MoreOverlays] (moreoverlays-1.6-mc1.9.4.jar)
  187. UCH Morpheus{1.10-3.1.6} [Morpheus] (Morpheus-1.10-3.1.6.jar)
  188. UCH MouseTweaks{2.6.3} [Mouse Tweaks] (MouseTweaks-2.6.3-mc1.9.4.jar)
  189. UCH shetiphiancore{3.3.0} [ShetiPhian-Core] (shetiphiancore-1.10.0-3.3.0.jar)
  190. UCH terraqueous{1.2.0} [Terraqueous] (terraqueous-1.10.0-1.2.0.jar)
  191. UCH multistorage{1.2.1} [Multi-Storage] (multistorage-1.10.0-1.2.1.jar)
  192. UCH nethermetals{1.1.2} [Nether Metals] (NetherMetals_1.9-1.1.2.jar)
  193. UCH netherportalfix{1.0} [Nether Portal Fix] (netherportalfix-mc1.9.4-4.0.1.jar)
  194. UCH NoFov{1.0.1} [No Fov] (NoFov-MC1.9.4-1.0.1.jar)
  195. UCH nmsot{1.1.5-mc1.10} [No Mob Spawning on Trees] (NoMobSpawningOnTrees-1.1.5-mc1.10.jar)
  196. UCH recipehandler{0.4} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.4(1.9).jar)
  197. UCH notenoughwands{1.3.5} [Not Enough Wands] (notenoughwands-1.9.4-1.3.5.jar)
  198. UCH orespawn{1.0.3} [Ore Spawn] (OreSpawn_1.9.4-1.0.3.jar)
  199. UCH harvestcraft{1.9.4-pre} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9.4c.jar)
  200. UCH progressiveautomation{1.6.48} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.6.48.jar)
  201. UCH Psi{r1.0-36} [Psi] (Psi-r1.0-36.jar)
  202. UCH Quark{beta-45} [Quark] (Quark-beta-45.jar)
  203. UCH randomthings{3.7.4} [Random Things] (RandomThings-MC1.10-3.7.4.jar)
  204. UCH recallstones{0.6.2} [Recall Stones] (RecallStones-1.10.2-0.6.2.jar)
  205. UCH recycler{1.3} [Corail Recycleur] (recycler-1.3.1-1.9.4.jar)
  206. UCH redstonepaste{1.7.4} [Redstone Paste] (redstonepaste-mc1.9.4-1.7.4.jar)
  207. UCH StorageDrawers{1.9.4-3.2.1} [Storage Drawers] (StorageDrawers-1.9.4-3.2.1.jar)
  208. UCH refinedstorage{0.8.10} [Refined Storage] (refinedstorage-0.8.10.jar)
  209. UCH xreliquary{1.10.2-1.3.2.423} [Reliquary] (Reliquary-1.10.2-1.3.2.423.jar)
  210. UCH bq_rf{1.3.19} [RF Expansion] (RFExpansion-1.3.19.jar)
  211. UCH rftools{5.06} [RFTools] (rftools-1.10-5.06.jar)
  212. UCH Roguelike{1.5.4} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.4.jar)
  213. UCH roots{0.109} [Roots] (roots-1.10.2-0.109.0.jar)
  214. UCH RTG{1.9.4} [Realistic Terrain Generation] (RTG-1.9.4-2.0.0-alpha.6.jar)
  215. UCH AS_Ruins{16.2} [Ruins Spawning System] (Ruins-1.10.2.jar)
  216. UCH runesofwizardry{1.9.4-0.7.0} [Runes of Wizardry] (Runes-of-Wizardry-1.9.4-0.7.0.jar)
  217. UCH runesofwizardry_classics{1.9.4-0.4.0} [Runes of Wizardry - Classic Dusts Pack] (RunesofWizardry-Classics-1.9.4-0.4.0.jar)
  218. UCH Schematica{1.7.8.150} [Schematica] (Schematica-1.10.2-1.7.8.150-universal.jar)
  219. UCH SilentLib{1.0.11} [Silent Lib] (SilentLib-1.9.4-1.0.11-19.jar)
  220. UCH SilentGems{2.0.23} [Silent's Gems] (SilentsGems-1.10.2-2.0.23-52.jar)
  221. UCH SGExtraParts{1.0.3} [Silent's Gems: Extra Parts] (SGExtraParts-1.9.4-1.0.3-4.jar)
  222. UCH shadowmc{3.4.2} [ShadowMC] (ShadowMC-1.10.2-3.4.2.jar)
  223. UCH SimpleDimensions{1.3} [Simple Dimensions] (SimpleDimensions-MC1.10-1.3.jar)
  224. UCH simplycaterpillar{6.0.1.19} [Simply Caterpillar] (SimplyCaterpillar-Forge-6.0.1.19.jar)
  225. UCH SleepingBag{1.2.1} [Sleeping Bag] (SleepingBag-1.9.4-1.2.1.jar)
  226. UCH soulshardstow{1.10-2.5.0-34} [Soul Shards - The Old Ways] (SoulShards-TOW-1.10-2.5.0-34.jar)
  227. UCH SpiceOfLife{1.3.3} [The Spice of Life] (SpiceOfLife-mc1.9.4-1.3.3.jar)
  228. UCH Stackie{1.6.0.44} [Stackie] (Stackie-1.10.2-1.6.0.44-universal.jar)
  229. UCH bq_standard{1.3.88} [Standard Expansion] (StandardExpansion-1.3.88.jar)
  230. UCH steamadvantage{2.1.0} [Steam Advantage] (SteamAdvantage_1.9.4-2.1.0.jar)
  231. UCH Tails{1.10.2-1.8.1} [Tails] (Tails-1.10.2-1.8.1.jar)
  232. UCH tconstruct{1.10-2.3.3a.jenkins271} [Tinkers' Construct] (TConstruct-1.10-2.3.3a.jar)
  233. UCH teamup{1.1.0-1.10.2} [TeamUp] (TeamUp-1.1.0-1.10.2.jar)
  234. UCH terrainCrystals{1.0.8} [Terrain Crystals] (Terrain Crystals - 1.9.4 - 1.0.8.jar)
  235. UCH terrainCrystalsAddons{1.0.1} [Terrain Crystals Addons] (Terrain Crystals 1.10.2 1.0.2.jar)
  236. UCH TinkersAddons{1.0.3} [Tinkers' Addons] (Tinkers' Addons-1.10.x-1.0.3.jar)
  237. UCH totemic{1.9.4-0.7.7} [Totemic] (Totemic-1.9.4-0.7.7.jar)
  238. UCH underphangables{1.0.2} [Underp Hangables] (underphangables-1.10.2-1.0.2.jar)
  239. UCH WailaHarvestability{1.1.7} [Waila Harvestability] (WailaHarvestability-mc1.10-1.1.7.jar)
  240. UCH ICSE{1.1.0.0} [I Can See Everything] (Wawla-1.10-2.3.0.193.jar)
  241. UCH wawla{2.3.0.193} [What Are We Looking At] (Wawla-1.10-2.3.0.193.jar)
  242. UCH weaponcaseloot{4.0.1} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.1.jar)
  243. UCH xlib{r2.0.1} [xLib] (xLib-1.10-r2.0.1.jar)
  244. Loaded coremods (and transformers):
  245. AppleCore (AppleCore-mc1.10.2-1.3.5.jar)
  246. squeek.applecore.asm.TransformerModuleHandler
  247. EnderCorePlugin (EnderCore-1.10.2-0.4.1.40-beta.jar)
  248. com.enderio.core.common.transform.EnderCoreTransformer
  249. LoadingPlugin (Quark-beta-45.jar)
  250. vazkii.quark.base.asm.ClassTransformer
  251. NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
  252. net.fybertech.nwr.NWRTransformer
  253. CoreMod (Aroma1997Core-1.9.4-1.0.7.0.jar)
  254.  
  255. CCLCorePlugin (CodeChickenLib-1.9.4-2.0.2.39-universal.jar)
  256. codechicken.lib.asm.ClassHeirachyManager
  257. codechicken.lib.asm.RenderHookTransformer
  258. FCFMLCorePlugin (FinderCompass-1.10.jar)
  259. atomicstryker.findercompass.client.coremod.FCTransformer
  260. LoadingPlugin (Bloodmoon-MC1.9.4-1.4.1.jar)
  261. lumien.bloodmoon.asm.ClassTransformer
  262. LoadingPlugin (RandomThings-MC1.10-3.7.4.jar)
  263. lumien.randomthings.asm.ClassTransformer
  264. IC2core (industrialcraft-2-2.6.1-ex110.jar)
  265.  
  266. LoadingPlugin (DimensionRules-MC1.9.4-1.0.jar)
  267. lumien.dimensionrules.asm.ClassTransformer
  268. CorePlugin (FluxedRedstone-2.2.1.44.jar)
  269.  
  270. ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.0.jar)
  271. shetiphian.core.asm.ClassTransformer
  272. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 359.06' Renderer: 'GeForce 820M/PCIe/SSE2'
  273. Pulsar/tconstruct loaded Pulses:
  274. - TinkerCommons (Enabled/Forced)
  275. - TinkerWorld (Enabled/Not Forced)
  276. - TinkerTools (Enabled/Not Forced)
  277. - TinkerSmeltery (Enabled/Not Forced)
  278. - TinkerGadgets (Enabled/Not Forced)
  279. - TinkerOredict (Enabled/Forced)
  280. - TinkerIntegration (Enabled/Forced)
  281. - TinkerFluids (Enabled/Forced)
  282. - TinkerMaterials (Enabled/Forced)
  283. - chiselsandbitsIntegration (Enabled/Not Forced)
  284. - WailaIntegration (Enabled/Not Forced)
  285.  
  286. List of loaded APIs:
  287. * actuallyadditionsapi (17) from ActuallyAdditions-1.10.2-r51.jar
  288. * AppleCoreAPI (2.1.0) from AppleCore-mc1.10.2-1.3.5.jar
  289. * AromaBackupAPI (1.0) from AromaBackup-1.9.4-1.0.1.1.jar
  290. * Baubles|API (1.1.1.0) from Baubles-1.9.4-1.2.1.0.jar
  291. * BloodMagic|API (@VERSION@) from BloodMagic-1.9.4-2.0.2-50.jar
  292. * BotaniaAPI (79) from Botania-unofficial.r1.8-312.jar
  293. * ChiselAPI (0.0.1) from Chisel-MC1.9.4-0.0.5.29.jar
  294. * ChiselAPI|Carving (0.0.1) from Chisel-MC1.9.4-0.0.5.29.jar
  295. * ChiselsAndBitsAPI (1.8.1) from chiselsandbits-11.5.jar
  296. * CoFHAPI (1.8.9R1.2.0B1) from mcjtylib-1.10-1.9.8.jar
  297. * CoFHAPI|block (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.48.jar
  298. * CoFHAPI|energy (1.8.9R1.2.0B1) from ActuallyAdditions-1.10.2-r51.jar
  299. * CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.6.48.jar
  300. * compactstorage (v2.0.0a) from compactstorage-2.1-1.9.4.jar
  301. * DR-API (1.0.4-Beta) from deepresonance-1.9.4-1.2.0beta35.jar
  302. * ElecCore|Abilities (#API_VER#) from ElecCore-1.9.4-1.5.292.jar
  303. * EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.0.1.70_beta.jar
  304. * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.0.1.70_beta.jar
  305. * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.0.1.70_beta.jar
  306. * EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.0.1.70_beta.jar
  307. * ForestryAPI|apiculture (4.8.0) from forestry_1.10.2-5.1.12.200.jar
  308. * ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.1.12.200.jar
  309. * ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.1.12.200.jar
  310. * ForestryAPI|core (5.0.0) from forestry_1.10.2-5.1.12.200.jar
  311. * ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.1.12.200.jar
  312. * ForestryAPI|food (1.1.0) from forestry_1.10.2-5.1.12.200.jar
  313. * ForestryAPI|fuels (2.0.1) from forestry_1.10.2-5.1.12.200.jar
  314. * ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.1.12.200.jar
  315. * ForestryAPI|greenhouse (5.0.0) from forestry_1.10.2-5.1.12.200.jar
  316. * ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.1.12.200.jar
  317. * ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.1.12.200.jar
  318. * ForestryAPI|mail (3.0.0) from forestry_1.10.2-5.1.12.200.jar
  319. * ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.1.12.200.jar
  320. * ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.1.12.200.jar
  321. * ForestryAPI|storage (3.0.0) from forestry_1.10.2-5.1.12.200.jar
  322. * ForestryAPI|world (2.1.0) from forestry_1.10.2-5.1.12.200.jar
  323. * Guide-API|API (1.9.4-2.0.0-38) from Guide-API-1.9.4-2.0.0-38.jar
  324. * IC2API (1.0) from industrialcraft-2-2.6.1-ex110.jar
  325. * jeresources|API (0.4.6.41) from JustEnoughResources-1.10.2-0.4.6.41.jar
  326. * journeymap|client-api (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  327. * journeymap|client-api-display (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  328. * journeymap|client-api-event (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  329. * journeymap|client-api-model (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  330. * journeymap|client-api-util (1.2) from journeymap-1.10.2-5.2.4-unlimited.jar
  331. * JustEnoughItemsAPI (4.0.0) from jei_1.10.2-3.7.7.233.jar
  332. * McJtyLib (1.10-1.9.8) from mcjtylib-1.10-1.9.8.jar
  333. * PsiAPI (2) from Psi-r1.0-36.jar
  334. * reborncoreAPI (2.5.5.3) from RebornCore-1.10.2-2.5.5.3-universal.jar
  335. * SchematicaAPI (1.1) from Schematica-1.10.2-1.7.8.150-universal.jar
  336. * SchematicaAPI|Events (1.1) from Schematica-1.10.2-1.7.8.150-universal.jar
  337. * SoulShardsTOW|API (0.1.5) from SoulShards-TOW-1.10-2.5.0-34.jar
  338. * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  339. * StorageDrawersAPI|config (1.7.10-1.2.0) from refinedstorage-0.8.10.jar
  340. * StorageDrawersAPI|event (1.7.10-1.2.0) from refinedstorage-0.8.10.jar
  341. * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  342. * StorageDrawersAPI|pack (1.7.10-1.2.0) from refinedstorage-0.8.10.jar
  343. * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.9.4-3.2.1.jar
  344. * StorageDrawersAPI|render (1.7.10-1.2.0) from refinedstorage-0.8.10.jar
  345. * StorageDrawersAPI|storage (1.7.10-1.2.0) from refinedstorage-0.8.10.jar
  346. * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from refinedstorage-0.8.10.jar
  347. * TerraqueousAPI (1.0) from terraqueous-1.10.0-1.2.0.jar
  348. * TerraqueousAPI|Cloud (1.0) from terraqueous-1.10.0-1.2.0.jar
  349. * TerraqueousAPI|Machines (1.0) from terraqueous-1.10.0-1.2.0.jar
  350. * TerraqueousAPI|Plant (1.0) from terraqueous-1.10.0-1.2.0.jar
  351. * totemic|API (2.0.0) from Totemic-1.9.4-0.7.7.jar
  352. * WailaAPI (1.3) from Waila-1.7.0-B3_1.9.4.jar
  353. EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker.):
  354. * Optifine is installed. This is NOT supported.
  355. This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
  356. Detailed RF API diagnostics:
  357. * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/EnergyStorage.class
  358. * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyConnection.class
  359. * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyContainerItem.class
  360. * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyHandler.class
  361. * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyProvider.class
  362. * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyReceiver.class
  363. * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/IEnergyStorage.class
  364. * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/ItemEnergyContainer.class
  365. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class
  366. * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/MultiMC/instances/1.10.2/minecraft/mods/mcjtylib-1.10-1.9.8.jar!/cofh/api/energy/TileEnergyHandler.class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement