Guest User

Untitled

a guest
Oct 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.25 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. CoreModLoader (Applied Llamagistics.jar)
  5. CreativePatchingLoader (CreativeCore.jar)
  6. CorePlugin (Unicode Font Extension.jar)
  7. ItemPatchingLoader (ItemPhysic Lite.jar)
  8. IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
  9. IMLoadingPlugin (InfiniMending.jar)
  10. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix.jar)
  11. ForgelinPlugin (Forgelin.jar)
  12. BIFLoader (Bow Infinity Fix.jar)
  13. AppleCore (AppleCore.jar)
  14. LoadingPlugin (Quark.jar)
  15. Inventory Tweaks Coremod (Inventory Tweaks.jar)
  16. Contact their authors BEFORE contacting forge
  17.  
  18. // Shall we play a game?
  19.  
  20. Time: 10/17/17 8:18 PM
  21. Description: There was a severe problem during mod loading that has caused the game to fail
  22.  
  23. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Potion Fingers (potionfingers)
  24. Caused by: java.lang.NoClassDefFoundError: vazkii/potionfingers/ItemRing
  25. at java.lang.Class.forName0(Native Method)
  26. at java.lang.Class.forName(Unknown Source)
  27. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:522)
  28. at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  29. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30. at java.lang.reflect.Method.invoke(Unknown Source)
  31. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  32. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  33. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  34. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  35. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  36. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  38. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)
  39. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  45. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  46. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  47. at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  48. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  49. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  50. at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  51. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
  52. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568)
  53. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:227)
  54. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
  55. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
  56. at net.minecraft.client.main.Main.main(SourceFile:123)
  57. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  58. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  59. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  60. at java.lang.reflect.Method.invoke(Unknown Source)
  61. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  62. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  66. at java.lang.reflect.Method.invoke(Unknown Source)
  67. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  68. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:394)
  69. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  70. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  71. Caused by: java.lang.ClassNotFoundException: vazkii.potionfingers.ItemRing
  72. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  73. at java.lang.ClassLoader.loadClass(Unknown Source)
  74. at java.lang.ClassLoader.loadClass(Unknown Source)
  75. ... 46 more
  76. Caused by: java.lang.NoClassDefFoundError: vazkii/arl/interf/IItemColorProvider
  77. at java.lang.ClassLoader.defineClass1(Native Method)
  78. at java.lang.ClassLoader.defineClass(Unknown Source)
  79. at java.security.SecureClassLoader.defineClass(Unknown Source)
  80. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  81. ... 48 more
  82. Caused by: java.lang.ClassNotFoundException: vazkii.arl.interf.IItemColorProvider
  83. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  84. at java.lang.ClassLoader.loadClass(Unknown Source)
  85. at java.lang.ClassLoader.loadClass(Unknown Source)
  86. ... 52 more
  87. Caused by: java.lang.NullPointerException
  88.  
  89.  
  90. A detailed walkthrough of the error, its code path and all known details is as follows:
  91. ---------------------------------------------------------------------------------------
  92.  
  93. -- System Details --
  94. Details:
  95. Minecraft Version: 1.12.2
  96. Operating System: Windows 7 (amd64) version 6.1
  97. Java Version: 1.8.0_144, Oracle Corporation
  98. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  99. Memory: 3250594400 bytes (3100 MB) / 4032299008 bytes (3845 MB) up to 4032299008 bytes (3845 MB)
  100. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms3072m -Xmx4096m
  101. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  102. FML: MCP 9.42 Powered by Forge 14.23.0.2512 Optifine OptiFine_1.12.2_HD_U_C6 108 mods loaded, 108 mods active
  103. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  104.  
  105. | State | ID | Version | Source | Signature |
  106. |:----- |:------------------------ |:------------------------ |:--------------------------------------- |:---------------------------------------- |
  107. | UC | minecraft | 1.12.2 | minecraft.jar | None |
  108. | UC | mcp | 9.42 | minecraft.jar | None |
  109. | UC | FML | 8.0.99.99 | forge-1.12.2-14.23.0.2512-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  110. | UC | forge | 14.23.0.2512 | forge-1.12.2-14.23.0.2512-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  111. | UC | appliedenergistics2-core | rv5-beta-9 | minecraft.jar | None |
  112. | UC | creativecoredummy | 1.0.0 | minecraft.jar | None |
  113. | UC | infinimend | 1.0.2 | minecraft.jar | None |
  114. | UC | itemphysic | 1.4.0 | minecraft.jar | None |
  115. | UC | unicodefontextensioncore | 1.12.2-2.3 | minecraft.jar | None |
  116. | UC | bowinfinityfix | rv5 | minecraft.jar | e250ba31147feb059b86cfd74ee61a8aeb88fb9b |
  117. | UC | foamfixcore | 7.7.4 | minecraft.jar | None |
  118. | UC | tapemouse | 1.1.3.17 | TapeMouse.jar | None |
  119. | UC | actuallyadditions | 1.12.1-r121 | Actually Additions.jar | None |
  120. | UC | bdlib | 1.14.3.10 | BDLib.jar | None |
  121. | UC | ic2 | 2.8.16-ex112 | IndustrialCraft 2.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  122. | UC | pressure | 1.3.1.9 | Pressure Pipes.jar | None |
  123. | UC | redstoneflux | 2.0.1 | Redstone Flux.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  124. | UC | cofhcore | 4.3.6 | CoFHCore.jar | None |
  125. | UC | cofhworld | 1.0.1 | CoFHWorld.jar | None |
  126. | UC | thermalfoundation | 2.3.6 | Thermal Foundation.jar | None |
  127. | UC | jei | 4.8.0.108 | Just Enough Items.jar | None |
  128. | UC | mantle | 1.12-1.3.1.21 | Mantle.jar | None |
  129. | UC | tconstruct | 1.12-2.7.4.34 | Tinkers' Construct.jar | None |
  130. | UC | advgenerators | 0.9.20.8 | Advanced Generators.jar | None |
  131. | UC | baubles | 1.5.1 | Baubles.jar | None |
  132. | UC | mekanism | 9.4.1 | Mekanism.jar | None |
  133. | UC | codechickenlib | 3.1.3.313 | CodeChickenLib.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  134. | UC | thermalexpansion | 5.3.6 | Thermal Expansion.jar | None |
  135. | UC | appliedenergistics2 | rv5-beta-9 | Applied Llamagistics.jar | 471969e66a70afa721905d87e393ae397574ebf7 |
  136. | UC | ae2stuff | 0.7.0.4 | AL2 Stuff.jar | None |
  137. | UC | applecore | 2.2.2 | AppleCore.jar | None |
  138. | UC | appleskin | 1.0.8 | AppleSkin.jar | None |
  139. | UC | appliedfluidics | 1.12-1.0.1 | Applied Fluidics.jar | None |
  140. | UE | potionfingers | r1.0-1 | Potion Fingers.jar | None |
  141. | UC | quark | r1.3-112 | Quark.jar | None |
  142. | UC | autoreglib | 1.3-13 | AutoRegLib.jar | None |
  143. | UC | betteradvancements | 0.0.3.15 | Better Advancements.jar | None |
  144. | UC | bookshelf | 2.2.465 | Bookshelf.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  145. | UC | botania | r1.10-349 | Botania.jar | None |
  146. | UC | brandonscore | 2.3.3 | BrandonsCore.jar | None |
  147. | UC | ichunutil | 7.0.2 | iChun Util.jar | None |
  148. | UC | nei | ${mod_version} | Not Enough Items.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  149. | UC | ftbl | 4.1.6 | FTBLib.jar | None |
  150. | UC | ftbu | 4.1.6 | FTB Utilities.jar | None |
  151. | UC | carryon | 1.6.1 | CarryOn.jar | None |
  152. | UC | chameleon | 1.12-4.1.3 | Chameleon.jar | None |
  153. | UC | cleanview | 1.12.2-v1 | Clean View.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  154. | UC | cosmeticarmorreworked | 1.12.2-v1 | Cosmetic Armor Reworked.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  155. | UC | creativecore | 1.7.4 | CreativeCore.jar | None |
  156. | UC | waila | 1.8.20 | HWYLA.jar | None |
  157. | UC | darkutils | 1.7.176 | Dark Utilities.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  158. | UC | diethopper | 1.1 | Diet Hoppers.jar | None |
  159. | UC | dldungeonsjdg | 1.10.0 | Doomlike Dungeons.jar | None |
  160. | UC | draconicevolution | 2.3.4 | Draconic Evolution.jar | None |
  161. | UC | endercompass | 1.2.6.1 | Ender Compass.jar | None |
  162. | UC | enderstorage | 2.4.0.122 | Ender Storage.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  163. | UC | environmentalcreepers | 1.2.1 | Environmental Creepers.jar | 2b03e1423915a189b8094816baa18f239d576dff |
  164. | UC | extrautils2 | 1.0 | Extra Utilities 2.jar | None |
  165. | UC | zerocore | 1.12-0.1.1.0 | ZeroCore.jar | None |
  166. | UC | bigreactors | 1.12-0.4.5.44 | Extreme Reactors.jar | None |
  167. | UC | sonarcore | 5.0.1 | SonarCore.jar | None |
  168. | UC | fluxnetworks | 3.0.1 | Flux Networks.jar | None |
  169. | UC | foamfix | 0.8.0-1.12 | FoamFix.jar | None |
  170. | UC | forgelin | 1.5.1 | Forgelin.jar | None |
  171. | UC | fw | 1.6.0 | Fullscreen Borderless.jar | None |
  172. | UC | healthhungertweaks | 2.1.1 | Health and Hunger Tweaks.jar | None |
  173. | UC | immersiveengineering | 0.12-74 | Immersive Engineering.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  174. | UC | immersivetech | 1.3.4 | Immersive Tech.jar | None |
  175. | UC | iv | 3.0.2 | Improved Villagers.jar | None |
  176. | UC | inventorytweaks | 1.63+release.109.220f184 | Inventory Tweaks.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  177. | UC | ironchest | 1.12.2-7.0.34.820 | Iron Chests.jar | None |
  178. | UC | jaopca | 1.12-2.2.3.47 | JAOPCA.jar | None |
  179. | UC | jaopcaoc | 1.0.7 | JAOPCA Ore Chunks.jar | None |
  180. | UC | oredictinit | 1.12-2.2.0.55 | JAOPCA.jar | None |
  181. | UC | journeymap | 1.12.1-5.5.0 | JourneyMap.jar | None |
  182. | UC | jeiintegration | 1.5.0.35 | Just Enough Integration.jar | None |
  183. | UC | jeresources | 0.8.5.26 | Just Enough Resources.jar | None |
  184. | UC | levelup2 | ${version} | Level Up 2.jar | None |
  185. | UC | limelib | 1.7.8 | LimeLib.jar | None |
  186. | UC | mekanismgenerators | 9.4.1 | Mekanism Generators.jar | None |
  187. | UC | movillages | 1.5.4 | Mo' Villages.jar | None |
  188. | UC | mobamputation | 7.0.0 | Mob Amputation.jar | None |
  189. | UC | mobdismemberment | 7.0.0 | Mob Dismemberment.jar | None |
  190. | UC | naturalbabyanimals | 1.0.4 | Natural Baby Animals.jar | None |
  191. | UC | netherportalfix | 5.3.13 | Nether Portal Fix.jar | None |
  192. | UC | oreexcavation | 1.4.105 | Ore Excavation.jar | None |
  193. | UC | harvestcraft | 1.12.2a | Pam's HarvestCraft.jar | None |
  194. | UC | pitweaks | 1.12.1-0.5.0 | Pi Tweaks.jar | None |
  195. | UC | playerstorage | 1.0.3 | Player Storage.jar | None |
  196. | UC | plustic | 6.3.1.2 | PlusTiC.jar | None |
  197. | UC | portalgun | 7.0.0 | Portal Gun.jar | None |
  198. | UC | redstonearsenal | 2.3.6 | Redstone Arsenal.jar | None |
  199. | UC | rftools | 7.12 | RFTools.jar | None |
  200. | UC | roguelike | 1.7.2 | Roguelike Dungeons.jar | None |
  201. | UC | storagedrawers | 1.12-5.2.5 | Storage Drawers.jar | None |
  202. | UC | thermalcultivation | 0.1.1 | Thermal Cultivation.jar | None |
  203. | UC | thermaldynamics | 2.3.6 | Thermal Dynamics.jar | None |
  204. | UC | tinkersaddons | 1.0.7 | Tinkers' Addons.jar | None |
  205. | UC | tinkertoolleveling | 1.12-1.0.2b.DEV.1a79301 | Tinkers' Tool Leveling.jar | None |
  206. | UC | tombmanygraves | @VERSION@ | Tomb Many Graves.jar | None |
  207. | UC | torohealthmod | 1.12.2-11 | ToroHealth.jar | None |
  208. | UC | twilightforest | 3.1.128 | Twilight Forest.jar | None |
  209. | UC | uncraftingtable | 1.8-beta6 | Uncrafting Table.jar | None |
  210. | UC | uplytra | 1.12-1.0 | UpLytra.jar | None |
  211. | UC | wawla | 2.5.245 | WAWLA.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  212. | UC | xnet | 1.4.0 | XNet.jar | None |
  213. | UC | unicodefontextension | 1.12.2-2.3 | Unicode Font Extension.jar | None |
  214. | UC | wrapup | 1.12-1.1.3 | WrapUp.jar | None |
  215.  
  216. Loaded coremods (and transformers):
  217. CoreModLoader (Applied Llamagistics.jar)
  218. appeng.coremod.transformer.ASMIntegration
  219. CreativePatchingLoader (CreativeCore.jar)
  220.  
  221. CorePlugin (Unicode Font Extension.jar)
  222. bre.ufex.asm.Transformer
  223. ItemPatchingLoader (ItemPhysic Lite.jar)
  224. com.creativemd.itemphysic.ItemTransformer
  225. IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
  226. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  227. IMLoadingPlugin (InfiniMending.jar)
  228. net.crazysnailboy.mods.infinimend.asm.IMClassTransformer
  229. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (FoamFix.jar)
  230. pl.asie.foamfix.coremod.FoamFixTransformer
  231. ForgelinPlugin (Forgelin.jar)
  232.  
  233. BIFLoader (Bow Infinity Fix.jar)
  234. com.github.parker8283.bif.Transformer
  235. AppleCore (AppleCore.jar)
  236. squeek.applecore.asm.TransformerModuleHandler
  237. LoadingPlugin (Quark.jar)
  238. vazkii.quark.base.asm.ClassTransformer
  239. Inventory Tweaks Coremod (Inventory Tweaks.jar)
  240. invtweaks.forge.asm.ContainerTransformer
  241. GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 9.17.10.2875' Renderer: 'Intel(R) HD Graphics 2500'
  242. Pulsar/tconstruct loaded Pulses:
  243. - TinkerCommons (Enabled/Forced)
  244. - TinkerWorld (Enabled/Not Forced)
  245. - TinkerTools (Enabled/Not Forced)
  246. - TinkerHarvestTools (Enabled/Forced)
  247. - TinkerMeleeWeapons (Enabled/Forced)
  248. - TinkerRangedWeapons (Enabled/Forced)
  249. - TinkerModifiers (Enabled/Forced)
  250. - TinkerSmeltery (Enabled/Not Forced)
  251. - TinkerGadgets (Enabled/Not Forced)
  252. - TinkerOredict (Enabled/Forced)
  253. - TinkerIntegration (Enabled/Forced)
  254. - TinkerFluids (Enabled/Forced)
  255. - TinkerMaterials (Enabled/Forced)
  256. - TinkerModelRegister (Enabled/Forced)
  257. - wailaIntegration (Enabled/Not Forced)
  258.  
  259. AE2 Version: beta rv5-beta-9 for Forge 14.22.0.2453
  260. OptiFine Version: OptiFine_1.12.2_HD_U_C6
  261. Render Distance Chunks: 8
  262. Mipmaps: 0
  263. Anisotropic Filtering: 1
  264. Antialiasing: 0
  265. Multitexture: false
  266. Shaders: null
  267. OpenGlVersion: 4.0.0 - Build 9.17.10.2875
  268. OpenGlRenderer: Intel(R) HD Graphics 2500
  269. OpenGlVendor: Intel
  270. CpuCount: 4
Add Comment
Please, Sign In to add comment