Advertisement
Guest User

Untitled

a guest
Apr 8th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.25 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  5. ColytraLoadingPlugin (colytra-1.12.2-1.0.4.2.jar)
  6. ForgelinPlugin (Forgelin-1.6.0.jar)
  7. OTGCorePlugin (OTG-Core.jar)
  8. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.5-1.12.2-anarchy.jar)
  9. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b142.jar)
  10. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  11. LoadingPlugin (Quark-r1.3-116.jar)
  12. LoadingPlugin ([1.12]+VersionChecker-1.3.0.jar)
  13. Contact their authors BEFORE contacting forge
  14.  
  15. // There are four lights!
  16.  
  17. Time: 4/8/18 12:55 PM
  18. Description: There was a severe problem during mod loading that has caused the game to fail
  19.  
  20. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Whoosh (whoosh)
  21. Caused by: java.lang.NoClassDefFoundError: knugel/whoosh/network/PacketWhoosh
  22. at knugel.whoosh.Whoosh.preInit(Whoosh.java:63)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  27. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:600)
  28. at sun.reflect.GeneratedMethodAccessor3.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:278)
  39. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:256)
  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.preinitializeMods(Loader.java:602)
  53. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:270)
  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:196)
  68. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
  69. at org.multimc.EntryPoint.listen(EntryPoint.java:143)
  70. at org.multimc.EntryPoint.main(EntryPoint.java:34)
  71. Caused by: java.lang.ClassNotFoundException: knugel.whoosh.network.PacketWhoosh
  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. ... 49 more
  76. Caused by: java.lang.NoClassDefFoundError: cofh/core/network/PacketCoFHBase
  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. ... 51 more
  82. Caused by: java.lang.ClassNotFoundException: cofh.core.network.PacketCoFHBase
  83. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
  84. at java.lang.ClassLoader.loadClass(Unknown Source)
  85. at java.lang.ClassLoader.loadClass(Unknown Source)
  86. ... 55 more
  87.  
  88.  
  89. A detailed walkthrough of the error, its code path and all known details is as follows:
  90. ---------------------------------------------------------------------------------------
  91.  
  92. -- System Details --
  93. Details:
  94. Minecraft Version: 1.12.2
  95. Operating System: Windows 10 (amd64) version 10.0
  96. Java Version: 1.8.0_151, Oracle Corporation
  97. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  98. Memory: 491406648 bytes (468 MB) / 788004864 bytes (751 MB) up to 954728448 bytes (910 MB)
  99. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
  100. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  101. FML: MCP 9.42 Powered by Forge 14.23.2.2638 Optifine OptiFine_1.12.2_HD_U_D1 75 mods loaded, 75 mods active
  102. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  103.  
  104. | State | ID | Version | Source | Signature |
  105. |:----- |:----------------------- |:------------------------ |:----------------------------------------------- |:---------------------------------------- |
  106. | UCH | minecraft | 1.12.2 | minecraft.jar | None |
  107. | UCH | mcp | 9.42 | minecraft.jar | None |
  108. | UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.2.2638-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  109. | UCH | forge | 14.23.2.2638 | forge-1.12.2-14.23.2.2638-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  110. | UCH | otgcore | 1.12.2 - v7 | minecraft.jar | None |
  111. | UCH | foamfixcore | 7.7.4 | minecraft.jar | None |
  112. | UCH | versionchecker | 1.3.0 | [1.12]+VersionChecker-1.3.0.jar | None |
  113. | UCH | applecore | 3.1.1 | AppleCore-mc1.12.2-3.1.1.jar | None |
  114. | UCH | jei | 4.8.5.159 | jei_1.12.2-4.8.5.159.jar | None |
  115. | UCH | appleskin | 1.0.9 | AppleSkin-mc1.12-1.0.9.jar | None |
  116. | UCH | aroma1997core | 2.0.0.0.b142 | Aroma1997Core-1.12.2-2.0.0.0.b142.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  117. | UCH | aromabackup | 2.1.1.3.b90 | AromaBackup-1.12.2-2.1.1.3.b90.jar | dfbfe4c473253d8c5652417689848f650b2cbe32 |
  118. | UCH | aromabackuprecovery | 2.1.1.3.b90 | AromaBackup-1.12.2-2.1.1.3.b90.jar | None |
  119. | UCH | quark | r1.3-116 | Quark-r1.3-116.jar | None |
  120. | UCH | autoreglib | 1.3-15 | AutoRegLib-1.3-15.jar | None |
  121. | UCH | betterplacement | 1.0.0-1 | BetterPlacement-1.0.0-1.jar | None |
  122. | UCH | openterraingenerator | v6 | OpenTerrainGenerator-1.12.2+-+v6.jar | e9f7847a78c5342af5b0a9e04e5abc0b554d69e0 |
  123. | UCH | biomebundle | 5.1 | Biome_Bundle-1.12.2-v6.1.jar | None |
  124. | UCH | chesttransporter | 2.8.7 | ChestTransporter-1.12-2.8.7.jar | None |
  125. | UCH | codechickenlib | 3.1.6.339 | CodeChickenLib-1.12.2-3.1.6.339-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  126. | UCH | chickenchunks | 2.4.0.70 | ChickenChunks-1.12-2.4.0.70-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  127. | UCH | chiselsandbits | 14.11 | chiselsandbits-14.11.jar | None |
  128. | UCH | clienttweaks | 3.1.2 | ClientTweaks_1.12-3.1.2.jar | None |
  129. | UCH | redstoneflux | 2.0.1 | RedstoneFlux-1.12-2.0.1.2-universal.jar | d4f1503fbacd9b9fb767720420c5395104239ec9 |
  130. | UCH | cofhcore | 4.3.11 | CoFHCore-1.12.2-4.3.11.6-universal.jar | None |
  131. | UCH | cofhworld | 1.1.1 | CoFHWorld-1.12.2-1.1.1.12-universal.jar | None |
  132. | UCH | colytra | 1.0.4.2 | colytra-1.12.2-1.0.4.2.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
  133. | UCH | cookingforblockheads | 6.3.6 | CookingForBlockheads_1.12.1-6.3.6.jar | None |
  134. | UCH | cosmeticarmorreworked | 1.12.2-v1 | CosmeticArmorReworked-1.12.2-v1.jar | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
  135. | UCH | craftingcraft | 6.1.3 | CraftingCraft_1.12-6.1.3.jar | None |
  136. | UCH | lootablebodies | 2.4.0 | DrCyanosLootableBodies_1.12-2.4.0.jar | None |
  137. | UCH | enderstorage | 2.4.2.126 | EnderStorage-1.12.2-2.4.2.126-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  138. | UCH | fairylights | 2.1.1 | fairylights-2.1.1-1.12.jar | None |
  139. | UCH | farmingforblockheads | 3.1.5 | FarmingForBlockheads_1.12-3.1.5.jar | None |
  140. | UCH | fastleafdecay | v14 | FastLeafDecay-v14.jar | None |
  141. | UCH | fastbench | 1.3.1 | FastWorkbench-1.12.2-1.3.1.jar | None |
  142. | UCH | foamfix | 0.9.5-1.12.2 | foamfix-0.9.5-1.12.2-anarchy.jar | None |
  143. | UCH | forgelin | 1.6.0 | Forgelin-1.6.0.jar | None |
  144. | UCH | forgemultipartcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  145. | UCH | microblockcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | None |
  146. | UCH | minecraftmultipartcbe | 2.4.0.55 | ForgeMultipart-1.12.2-2.4.0.55-universal.jar | None |
  147. | UCH | forgivingvoid | 1.0.5 | ForgivingVoid_1.12-1.0.5.jar | None |
  148. | UCH | holoinventory | 2.0.2.148 | HoloInventory-1.12.2-2.0.2.148.jar | None |
  149. | UCH | teslacorelib | 1.0.11 | tesla-core-lib-1.12-1.0.11.jar | None |
  150. | UCH | industrialforegoing | 1.12.2-1.12.1 | industrialforegoing-1.12.2-1.5.5-92.jar | None |
  151. | UCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  152. | UCH | ironchest | 1.12.2-7.0.34.820 | ironchest-1.12.2-7.0.34.820.jar | None |
  153. | UCH | justenoughbuttons | 1.12-1.2.1 | justenoughbuttons-1.12-1.2.1.jar | None |
  154. | UCH | jeresources | 0.8.5.27 | JustEnoughResources-1.12.2-0.8.5.27.jar | None |
  155. | UCH | monk | 1.0 | monk-mod-1.0.jar | None |
  156. | UCH | mousetweaks | 2.8 | MouseTweaks-2.8-mc1.12.1.jar | None |
  157. | UCH | neat | 1.4-15 | Neat 1.4-15.jar | None |
  158. | UCH | oops | @VERSION@ | oops-1.12-5.11.jar | None |
  159. | UCH | oreexcavation | 1.4.109 | OreExcavation-1.4.109.jar | None |
  160. | UCH | ping | 1.4.2 | Ping-1.12-1.4.2.jar | None |
  161. | UCH | placebo | 1.3.2 | Placebo-1.12.2-1.3.2.jar | None |
  162. | UCH | plants2 | 2.7.0 | Plants-1.12.2-2.7.0.jar | None |
  163. | UCH | quickhotbar | 1.05 | quickhotbar_112_1.05.jar | None |
  164. | UCH | thermalfoundation | 2.3.11 | ThermalFoundation-1.12.2-2.3.11.8-universal.jar | None |
  165. | UCH | thermalexpansion | 5.3.11 | ThermalExpansion-1.12.2-5.3.11.14-universal.jar | None |
  166. | UCH | redstonearsenal | 2.3.11 | RedstoneArsenal-1.12.2-2.3.11.5-universal.jar | None |
  167. | UCH | refinedstorage | 1.5.32 | refinedstorage-1.5.32.jar | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
  168. | UCH | solcarrot | 1.2.0 | solcarrot-1.12.1-1.2.0.jar | None |
  169. | UCH | soundfilters | 0.10_for_1.12 | SoundFilters-0.10_for_1.12.jar | None |
  170. | UCH | sasit | @VERSION@ | StuffASockInIt-1.12.2-1.1.13.jar | None |
  171. | UCH | thermalcultivation | 0.1.2 | ThermalCultivation-1.12.2-0.1.2.8-universal.jar | None |
  172. | UCH | thermaldynamics | 2.3.11 | ThermalDynamics-1.12.2-2.3.11.7-universal.jar | None |
  173. | UCH | thermalinnovation | 0.1.0 | ThermalInnovation-1.12.2-0.1.0.3-universal.jar | None |
  174. | UCH | toolbelt | 1.7.1 | ToolBelt-1.12.0-1.7.1.jar | None |
  175. | UCH | translocators | 2.5.0.70 | Translocators-1.12.2-2.5.0.70-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  176. | UCH | trashslot | 8.4.6 | TrashSlot_1.12.1-8.4.6.jar | None |
  177. | UCH | universalremote | 1.12-0.9.10 | UniversalRemote-1.12-0.9.10.jar | None |
  178. | UCE | whoosh | 0.1.0 | Whoosh-1.12.2-0.1.1-universal.jar | None |
  179. | UCH | wts | 1.1.0 | WTS-1.1.0.jar | None |
  180. | UCH | teslacorelib_registries | 1.0.11 | tesla-core-lib-1.12-1.0.11.jar | None |
  181.  
  182. Loaded coremods (and transformers):
  183. Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  184. invtweaks.forge.asm.ContainerTransformer
  185. ColytraLoadingPlugin (colytra-1.12.2-1.0.4.2.jar)
  186. c4.colytra.core.asm.ElytraTransformer
  187. ForgelinPlugin (Forgelin-1.6.0.jar)
  188.  
  189. OTGCorePlugin (OTG-Core.jar)
  190. com.pg85.otg.forge.asm.OTGClassTransformer
  191. Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.9.5-1.12.2-anarchy.jar)
  192. pl.asie.foamfix.coremod.FoamFixTransformer
  193. CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b142.jar)
  194.  
  195. AppleCore (AppleCore-mc1.12.2-3.1.1.jar)
  196. squeek.applecore.asm.TransformerModuleHandler
  197. LoadingPlugin (Quark-r1.3-116.jar)
  198. vazkii.quark.base.asm.ClassTransformer
  199. LoadingPlugin ([1.12]+VersionChecker-1.3.0.jar)
  200.  
  201. GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 21.20.16.4534' Renderer: 'Intel(R) HD Graphics 620'
  202. OptiFine Version: OptiFine_1.12.2_HD_U_D1
  203. OptiFine Build: 20180323-135452
  204. Render Distance Chunks: 8
  205. Mipmaps: 0
  206. Anisotropic Filtering: 1
  207. Antialiasing: 0
  208. Multitexture: false
  209. Shaders: null
  210. OpenGlVersion: 4.4.0 - Build 21.20.16.4534
  211. OpenGlRenderer: Intel(R) HD Graphics 620
  212. OpenGlVendor: Intel
  213. CpuCount: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement