Advertisement
Guest User

Forge?

a guest
May 24th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.91 KB | None | 0 0
  1. Time: 5/24/16 6:25 PM
  2. Description: There was a severe problem during mod loading that has caused the game to fail
  3.  
  4. net.minecraftforge.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraft.util.math.MathHelper.clamp_float(FFF)F
  5. at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:179)
  6. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:587)
  7. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:249)
  8. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:434)
  9. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:346)
  10. at net.minecraft.client.main.Main.main(SourceFile:124)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  14. at java.lang.reflect.Method.invoke(Method.java:498)
  15. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  16. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. at java.lang.reflect.Method.invoke(Method.java:498)
  21. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:310)
  22. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:395)
  23. at org.multimc.EntryPoint.listen(EntryPoint.java:170)
  24. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  25. Caused by: java.lang.NoSuchMethodError: net.minecraft.util.math.MathHelper.clamp_float(FFF)F
  26. at net.silentchaos512.gems.config.ConfigOptionOreGen.validate(ConfigOptionOreGen.java:62)
  27. at net.silentchaos512.gems.config.ConfigOptionOreGen.loadValue(ConfigOptionOreGen.java:56)
  28. at net.silentchaos512.gems.config.ConfigOptionOreGen.loadValue(ConfigOptionOreGen.java:44)
  29. at net.silentchaos512.gems.config.Config.load(Config.java:218)
  30. at net.silentchaos512.gems.config.Config.init(Config.java:102)
  31. at net.silentchaos512.gems.SilentGems.preInit(SilentGems.java:94)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:498)
  36. at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:561)
  37. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:498)
  40. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  41. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  42. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  43. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  44. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  45. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228)
  46. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  50. at java.lang.reflect.Method.invoke(Method.java:498)
  51. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  52. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  53. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  54. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  55. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  56. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
  57. at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:584)
  58. ... 18 more
  59.  
  60.  
  61. A detailed walkthrough of the error, its code path and all known details is as follows:
  62. ---------------------------------------------------------------------------------------
  63.  
  64. -- System Details --
  65. Details:
  66. Minecraft Version: 1.9
  67. Operating System: Mac OS X (x86_64) version 10.10.5
  68. Java Version: 1.8.0_91, Oracle Corporation
  69. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  70. Memory: 1128139352 bytes (1075 MB) / 1699217408 bytes (1620 MB) up to 2744123392 bytes (2617 MB)
  71. JVM Flags: 2 total; -Xms768m -Xmx2944m
  72. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  73. FML: MCP 9.23 Powered by Forge 12.16.1.1906 46 mods loaded, 46 mods active
  74. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  75. UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  76. UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.9-12.16.1.1906-universal.jar)
  77. UCH Forge{12.16.1.1906} [Minecraft Forge] (forge-1.9-12.16.1.1906-universal.jar)
  78. UCH Baubles{1.2.0.2} [Baubles] (Baubles-1.9-1.2.0.2.jar)
  79. UCH aura{593} [Aura Cascade] (Aura Cascade - Build 593.jar)
  80. UCH bagginses{2.3.1} [Bagginses] (Bagginses-1.9-2.3.1.jar)
  81. UCH BiomesOPlenty{4.0.2.2018} [Biomes O' Plenty] (BiomesOPlenty-1.9-4.0.2.2018-universal.jar)
  82. UCH JEI{3.3.3.197} [Just Enough Items] (jei_1.9-3.3.3.197.jar)
  83. UCH BloodMagic{1.9-2.0.0-38} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.9-2.0.0-38.jar)
  84. UCH Botania{r1.8-305} [Botania] (Botania-unofficial.r1.8-305.jar)
  85. UCH Chameleon{1.9-2.1.3} [Chameleon] (Chameleon-1.9-2.1.3.jar)
  86. UCH chisel{@VERSION@} [Chisel] (Chisel-MC1.9-0.0.4.14.jar)
  87. UCH chiselsandbits{9.18} [Chisels & Bits] (chiselsandbits-9.18.jar)
  88. UCH MineTweaker3{3.0.7} [MineTweaker 3] (CraftTweaker-Customized-1.9-3.0.7.jar)
  89. UCH enchiridion{3.1.1} [Enchiridion] (Enchiridion-1.9-3.1.1.jar)
  90. UCH ezstorage{1.0} [EZ Storage] (ezstorage-1.9-1.2.1.jar)
  91. UCH fastleafdecay{1.6} [Fast Leaf Decay] (FastLeafDecay-1.9-1.6.jar)
  92. UCH GardenOfGlass{sqrt(-1)} [Garden of Glass] (GardenOfGlass (1).jar)
  93. UCH HardcoreQuesting{5.0.0alpha1} [Hardcore Questing Mode] (HQM-New Heights-5.0.0alpha1.jar)
  94. UCH inventorytweaks{1.61-dev-49-c5b6395} [Inventory Tweaks] (InventoryTweaks-1.61-dev-49.jar)
  95. UCH IronChest{6.0.133.777} [Iron Chest] (ironchest-1.9-6.0.133.777.jar)
  96. UCH journeymap{1.9-5.2.0b1} [JourneyMap] (journeymap-1.9-5.2.0b1-unlimited.jar)
  97. UCH jeresources{0.4.5.27} [Just Enough Resources] (JustEnoughResources-1.9-0.4.5.27.jar)
  98. UCH LunatriusCore{1.1.2.34} [LunatriusCore] (LunatriusCore-1.9-1.1.2.34-universal.jar)
  99. UCH malisiscore{1.9-3.0.6} [MalisisCore] (malisiscore-1.9-3.0.6.jar)
  100. UCH malisisblocks{1.9-3.0.1} [Malisis Blocks] (malisisblocks-1.9-3.0.1.jar)
  101. UCH malisisdoors{1.9-4.0.1} [MalisisDoors] (malisisdoors-1.9-4.0.1.jar)
  102. UCH mantle{1.9-0.9.4.jenkins114} [Mantle] (Mantle-1.9-0.9.4.jar)
  103. UCH Morpheus{1.9-3.0.2} [Morpheus] (Morpheus-1.9-3.0.2.jar)
  104. UCH Neat{GRADLE:VERSION-GRADLE:BUILD} [Neat] (Neat 1.2-5.jar)
  105. UCH harvestcraft{1.9a} [Pam's HarvestCraft] (Pam's HarvestCraft 1.9b.jar)
  106. UCH Quark{beta-18} [Quark] (Quark-beta-18.jar)
  107. UCH randomthings{3.7} [Random Things] (RandomThings-MC1.9-3.7.jar)
  108. UCH xreliquary{1.9-1.3.1.342} [Reliquary] (Reliquary-1.9-1.3.1.342.jar)
  109. UCH sciapi{1.3.0.3} [SciAPI] (SciAPI-1.3.0.3.jar)
  110. UCH SilentLib{1.0.7} [Silent Lib] (SilentLib-1.9-1.0.7-13.jar)
  111. UCE SilentGems{2.0.11} [Silent's Gems] (SilentsGems-1.9-2.0.11-29-deobf.jar)
  112. UCH soulshardstow{1.9-2.3.9-25} [Soul Shards - The Old Ways] (SoulShards-TOW-1.9-2.3.9-25.jar)
  113. UCH Stackie{1.6.0.41} [Stackie] (Stackie-1.9-1.6.0.41-universal.jar)
  114. UCH StorageDrawers{1.9-3.1.6} [Storage Drawers] (StorageDrawers-1.9-3.1.6.jar)
  115. UCH tconstruct{1.9-2.2.2.jenkins156} [Tinkers' Construct] (TConstruct-1.9-2.2.2.jar)
  116. UCH terrainCrystals{1.0.8} [Terrain Crystals] (TerrainCrystals-1.0.8-universal.jar)
  117. UCH terrainCrystalsAddons{1.0.0} [Terrain Crystals Addons] (Terrain Crystals Addons.jar)
  118. UCH Waila{1.7.0} [Waila] (Waila-1.7.0-B2_1.9.jar)
  119. UCH ICSE{1.0.0.0} [I Can See Everything] (Wawla-1.9-2.2.0.186.jar)
  120. UCH wawla{2.2.0.178} [What Are We Looking At] (Wawla-1.9-2.2.0.186.jar)
  121. Loaded coremods (and transformers):
  122. LoadingPlugin (Quark-beta-18.jar)
  123. vazkii.quark.base.asm.ClassTransformer
  124. FldLoadingPlugin (FastLeafDecay-1.9-1.6.jar)
  125. com.olafski.fastleafdecay.FldTransformer
  126. LoadingPlugin (RandomThings-MC1.9-3.7.jar)
  127. lumien.randomthings.asm.ClassTransformer
  128. MalisisCorePlugin (malisiscore-1.9-3.0.6.jar)
  129. net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
  130. net.malisis.core.util.chunkblock.ChunkBlockTransformer
  131. net.malisis.core.renderer.transformer.MalisisRendererTransformer
  132. net.malisis.core.renderer.icon.asm.TextureMapTransformer
  133. FMLPlugin (InventoryTweaks-1.61-dev-49.jar)
  134. invtweaks.forge.asm.ContainerTransformer
  135. GL info: ' Vendor: 'NVIDIA Corporation' Version: '2.1 NVIDIA-10.4.2 310.41.35f01' Renderer: 'NVIDIA GeForce GT 755M OpenGL Engine'
  136. Pulsar/tconstruct loaded Pulses:
  137. - TinkerCommons (Enabled/Forced)
  138. - TinkerTools (Enabled/Not Forced)
  139. - TinkerSmeltery (Enabled/Not Forced)
  140. - TinkerGadgets (Enabled/Not Forced)
  141. - TinkerOredict (Enabled/Forced)
  142. - TinkerIntegration (Enabled/Forced)
  143. - TinkerFluids (Enabled/Forced)
  144. - TinkerMaterials (Enabled/Forced)
  145. - chiselsandbitsIntegration (Enabled/Not Forced)
  146.  
  147. [18:25:18] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:557]: #@!@# Game crashed! Crash report saved to: #@!@# /Users/Mirkwood/Documents/FeedTheBeast/NewBeginning/minecraft/crash-reports/crash-2016-05-24_18.25.18-client.txt
  148. Process exited with code 255.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement