Résolu mon jeu plante quand j'essaye de mettre cod chicken lib 1.12.2 dans mes mod

sashou06

Aventurier
14 Février 2019
5
0
2
23
Bonjour j'aimerais savoir comment faire pour régler mon problème de plantage,si ça peut vous être utile, je vous donne mon rapport de plantage :

Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  weaponlib (mw-1.11.7.7_mc1.12.2.jar)
  ShutdownPatcher (mcef-1.12.2-0.9-coremod.jar)
Contact their authors BEFORE contacting forge

// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2/14/19 1:50 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
Caused by: codechicken.lib.configuration.ConfigFile$ConfigException: codechicken.lib.configuration.ConfigParseException: Invalid value type d, @Line:20, dump_asm=true
   at codechicken.lib.configuration.ConfigFile.load(ConfigFile.java:61)
   at codechicken.lib.configuration.ConfigFile.<init>(ConfigFile.java:43)
   at codechicken.lib.configuration.ConfigFile.<init>(ConfigFile.java:29)
   at codechicken.lib.configuration.ConfigFile.<init>(ConfigFile.java:19)
   at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:50)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
   at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
   at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
   at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
   at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
   at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
   at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
   at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
   at com.google.common.eventbus.EventBus.post(EventBus.java:217)
   at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
   at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
   at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
   at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
   at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
   at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
   at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
   at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
   at com.google.common.eventbus.EventBus.post(EventBus.java:217)
   at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
   at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
   at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
   at net.minecraft.client.main.Main.main(SourceFile:123)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:497)
   at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
   at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: codechicken.lib.configuration.ConfigParseException: Invalid value type d, @Line:20, dump_asm=true
   at codechicken.lib.configuration.ConfigTag.parseTag(ConfigTag.java:92)
   at codechicken.lib.configuration.ConfigFile.load(ConfigFile.java:59)
   ... 45 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
   Minecraft Version: 1.12.2
   Operating System: Windows 10 (amd64) version 10.0
   Java Version: 1.8.0_51, Oracle Corporation
   Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
   Memory: 925816456 bytes (882 MB) / 1308622848 bytes (1248 MB) up to 2147483648 bytes (2048 MB)
   JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
   IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
   FML: MCP 9.42 Powered by Forge 14.23.5.2768 12 mods loaded, 12 mods active
   States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

   | State | ID             | Version      | Source                                        | Signature                                |
   |:----- |:-------------- |:------------ |:--------------------------------------------- |:---------------------------------------- |
   | UCH   | minecraft      | 1.12.2       | minecraft.jar                                 | None                                     |
   | UCH   | mcp            | 9.42         | minecraft.jar                                 | None                                     |
   | UCH   | FML            | 8.0.99.99    | forge-1.12.2-14.23.5.2768.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCH   | forge          | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar                 | e3c3d50c7c986df74c645c0ac54639741c90a557 |
   | UCEE  | codechickenlib | 3.2.2.353    | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | ptrmodellib    | 1.0.3        | PTRLib-1.0.3.jar                              | None                                     |
   | UC    | props          | 2.6.2        | Decocraft-2.6.2_1.12.2.jar                    | None                                     |
   | UC    | jei            | 4.14.4.264   | jei_1.12.2-4.14.4.264.jar                     | None                                     |
   | UC    | mcef           | 0.9          | mcef-1.12.2-0.9.jar                           | None                                     |
   | UC    | mw             | 1.11.7.7     | mw-1.11.7.7_mc1.12.2.jar                      | None                                     |
   | UC    | nei            | 2.4.2        | NotEnoughItems-1.12.2-2.4.2.240-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
   | UC    | webdisplays    | 1.0          | webdisplays-1.12.2-1.0.jar                    | None                                     |

   Loaded coremods (and transformers):
weaponlib (mw-1.11.7.7_mc1.12.2.jar)
  com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
ShutdownPatcher (mcef-1.12.2-0.9-coremod.jar)
  net.montoyo.mcef.coremod.ShutdownPatcher
   GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4531' Renderer: 'Intel(R) HD Graphics 5500'
 
Dernière édition par un modérateur:

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 892
158
3 004
347
26
Alsace
www.minecraftforgefrance.fr
Salut,
Il y a une valeur invalide dans le fichier de config de codechickenlib.

Vas dans le dossier .minecraft/config, repère le fichier de configuration correspondant à ce mod et supprimes-le.
 
Dernière édition:

Painpichu2004

Aventurier
31 Juillet 2019
1
0
1
23
Salut à tous
Concernant la réponse de robin4002 datant du 14 février 2019
J aimerais bien avoir le nom du fichier
pour pouvoir lancer mes mods en 1.12.2
sans le problème de sashou06
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 892
158
3 004
347
26
Alsace
www.minecraftforgefrance.fr
Bonsoir,

Premièrement es-tu sûr d'avoir exactement le même crash ?
Si oui, il faut effectivement appliquer la même solution, par contre je ne sais pas du tout quel est le nom du fichier. Tu peux sinon supprimer tous le dossier config qui se trouve dans le dossier .minecraft.

Si non, envoies ton rapport de crash.
 
  • J'aime
Reactions: Fext_nigth

Fext_nigth

Aventurier
21 Août 2019
2
0
2
44
Bonjour moi aussi j'ai ce problème voila les logs :
Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
Contact their authors BEFORE contacting forge

// Don't do that.

Time: 8/21/19 7:43 PM
Description: Initializing game

java.lang.NoClassDefFoundError: com/mia/craftstudio/IPackReaderCallback
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.mia.craftstudio.IPackReaderCallback
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 39 more
Caused by: java.lang.NullPointerException


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:526)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:593)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 532835320 bytes (508 MB) / 805306368 bytes (768 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E3 20 mods loaded, 20 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                  | Version           | Source                               | Signature                                |
    |:----- |:------------------- |:----------------- |:------------------------------------ |:---------------------------------------- |
    | UC    | minecraft           | 1.12.2            | minecraft.jar                        | None                                     |
    | UC    | mcp                 | 9.42              | minecraft.jar                        | None                                     |
    | UC    | FML                 | 8.0.99.99         | forge-1.12.2-14.23.5.2768.jar        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UC    | forge               | 14.23.5.2768      | forge-1.12.2-14.23.5.2768.jar        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UC    | blocklings          | 6.0.0             | Blocklings-Mod-1.12.2.jar            | None                                     |
    | UC    | codechickenlib      | 3.2.2.353         | CodeChickenLib-1.12.2 (1).jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | UC    | redstoneflux        | 2.1.0             | RedstoneFlux-1.12.2.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | UC    | brandonscore        | 2.4.12            | Brandons-Core-1.12.2.jar             | None                                     |
    | UC    | chesttransporter    | 2.8.8             | ChestTransporter-1.12.2-2.8.8.jar    | None                                     |
    | UC    | damageindicatorsmod | 1.0               | Damage-Indicators-Mod-1.12.2(1).jar  | None                                     |
    | U     | props               | 2.6.1             | DecoCraft-Mod-1.12.2.jar             | None                                     |
    | U     | draconicevolution   | 2.3.22            | Draconic-Evolution-Mod-1.12.2.jar    | None                                     |
    | U     | flansmod            | 5.5.2             | Flan's Mod-1.12.2-5.5.2.jar          | None                                     |
    | U     | flansmodapocalypse  | 1.0               | Flan's Mod-1.12.2-5.5.2.jar          | None                                     |
    | U     | ironchest           | 1.12.2-7.0.67.844 | Iron-Chests-Mod-1.12.2.jar           | None                                     |
    | U     | jei                 | 4.15.0.268        | jei_1.12.2-4.15.0.268.jar            | None                                     |
    | U     | kleeslabs           | 5.4.11            | KleeSlabs_1.12.2-5.4.11.jar          | None                                     |
    | U     | uncraftingtable     | 1.8-beta6         | Uncrafting-Table-Mod-1.12.2.jar      | None                                     |
    | U     | xaerominimap        | 1.17.1            | Xaeros_Minimap_1.17.1_Forge_1.12.jar | None                                     |
    | U     | zeiyocraft          | 0.8.4             | ZeiyoCraft-Mod-1.12.2.jar            | None                                     |

    Loaded coremods (and transformers):
    GL info: ' Vendor: 'Intel' Version: '3.1.0 - Build 9.17.10.4459' Renderer: 'Intel(R) HD Graphics 3000'
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
    LWJGL: 2.9.4
    OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.4459, Intel
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs:
    Current Language: Français (France)
    Profiler Position: N/A (disabled)
    CPU: 4x Intel(R) Core(TM) i3-2330M CPU @ 2.20GHz

tu me m'aider
 
Dernière édition par un modérateur:

Thokill

Aventurier
14 Septembre 2019
1
0
2
24
Bonjour j'ai le même problème est ce que vous pourriez m'aider
Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  HCASM (HammerCore-1.12.2-2.0.4.7.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
  ForgelinPlugin (Forgelin-1.8.2.jar)
Contact their authors BEFORE contacting forge

// This doesn't make any sense!

Time: 9/14/19 4:39 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
    at codechicken.lib.util.ResourceUtils.getResourceManager(ResourceUtils.java:35)
    at codechicken.lib.util.ResourceUtils.registerReloadListener(ResourceUtils.java:67)
    at codechicken.lib.render.particle.CustomParticleHandler.init(CustomParticleHandler.java:271)
    at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:58)
    at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:52)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 263849352 bytes (251 MB) / 939524096 bytes (896 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2838 Optifine OptiFine_1.12.2_HD_U_E3 64 mods loaded, 64 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State | ID                                | Version           | Source                                             | Signature                                |
    |:----- |:--------------------------------- |:----------------- |:-------------------------------------------------- |:---------------------------------------- |
    | LCH   | minecraft                         | 1.12.2            | minecraft.jar                                      | None                                     |
    | LCH   | mcp                               | 9.42              | minecraft.jar                                      | None                                     |
    | LCH   | FML                               | 8.0.99.99         | forge-1.12.2-14.23.5.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge                             | 14.23.5.2838      | forge-1.12.2-14.23.5.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | appliedenergistics2               | rv6-stable-6      | appliedenergistics2-rv6-stable-6.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCH   | baubles                           | 1.5.2             | Baubles-1.12-1.5.2 (1).jar                         | None                                     |
    | LCH   | betteranimalsplus                 | 6.0.3             | betteranimalsplus-1.12.2-6.0.3.jar                 | None                                     |
    | LCH   | biomesoplenty                     | 7.0.1.2439        | BiomesOPlenty-1.12.2-7.0.1.2439-universal.jar      | None                                     |
    | LCH   | jei                               | 4.15.0.287        | jei_1.12.2-4.15.0.287.jar                          | None                                     |
    | LCH   | thaumcraft                        | 6.1.BETA26        | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
    | LCH   | botania                           | r1.10-361         | Botania+r1.10-361 (1).jar                          | None                                     |
    | LCE   | codechickenlib                    | 3.2.3.358         | CodeChickenLib-1.12.2-3.2.3.358-deobf.jar          | None                                     |
    | LC    | redstoneflux                      | 2.1.0             | RedstoneFlux-1.12-2.1.0.6-universal (1).jar        | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | brandonscore                      | 2.4.9             | BrandonsCore-1.12.2-2.4.9.195-universal.jar        | None                                     |
    | LC    | chameleon                         | 1.12-4.1.3        | Chameleon-1.12-4.1.3 (1).jar                       | None                                     |
    | LC    | cofhcore                          | 4.6.0             | CoFHCore-1.12.2-4.6.0.21-universal (1).jar         | None                                     |
    | LC    | cofhworld                         | 1.2.0             | CoFHWorld-1.12.2-1.2.0.5-universal (1).jar         | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | cucumber                          | 1.1.3             | Cucumber-1.12.2-1.1.3.jar                          | None                                     |
    | LC    | thermalfoundation                 | 2.6.2             | ThermalFoundation-1.12.2-2.6.2.26-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | draconicevolution                 | 2.3.20            | Draconic-Evolution-1.12.2-2.3.20.333-universal.jar | None                                     |
    | LC    | mocreatures                       | 12.0.5            | DrZharks+MoCreatures+Mod-12.0.5.jar                | None                                     |
    | LC    | endercore                         | 1.12.2-0.5.45     | EnderCore-1.12.2-0.5.45.jar                        | None                                     |
    | LC    | thermalexpansion                  | 5.5.2             | ThermalExpansion-1.12.2-5.5.2.39-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | enderio                           | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderiointegrationtic             | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderiobase                       | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderioconduits                   | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderioconduitsappliedenergistics | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderioconduitsopencomputers      | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderioconduitsrefinedstorage     | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderiointegrationforestry        | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | mantle                            | 1.12-1.3.3.49     | Mantle-1.12-1.3.3.49 (1).jar                       | None                                     |
    | LC    | twilightforest                    | 3.8.689           | twilightforest-1.12.2-3.8.689-universal.jar        | None                                     |
    | LC    | tconstruct                        | 1.12.2-2.12.0.135 | TConstruct-1.12.2-2.12.0.135.jar                   | None                                     |
    | LC    | enderiointegrationticlate         | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderiomachines                   | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderiopowertools                 | 5.0.40            | EnderIO-1.12.2-5.0.40.jar                          | None                                     |
    | LC    | enderstorage                      | 2.4.5.135         | EnderStorage-1.12.2-2.4.5.135-universal (1).jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | enhancedarmaments                 | 1.3.15            | EnhancedArmaments-1.3.15.jar                       | None                                     |
    | LC    | forgelin                          | 1.8.2             | Forgelin-1.8.2.jar                                 | None                                     |
    | LC    | exnihilocreatio                   | 1.12.2-0.4.5      | exnihilocreatio-1.12.2-0.4.5 (1).jar               | None                                     |
    | LC    | excompressum                      | 3.0.26            | ExCompressum_1.12.2-3.0.26.jar                     | None                                     |
    | LC    | extrautils2                       | 1.0               | extrautils2-1.12-1.9.9.jar                         | None                                     |
    | LC    | zerocore                          | 1.12-0.1.2.3      | zerocore-1.12-0.1.2.3.jar                          | None                                     |
    | LC    | bigreactors                       | 1.12.2-0.4.5.50   | ExtremeReactors-1.12.2-0.4.5.50.jar                | None                                     |
    | LC    | sonarcore                         | 5.0.19            | sonarcore-1.12.2-5.0.19-20 (1).jar                 | None                                     |
    | LC    | fluxnetworks                      | 3.0.19            | fluxnetworks-1.12.2-3.0.19-21 (1).jar              | None                                     |
    | LC    | grimoireofgaia                    | 1.6.9.3           | GrimoireOfGaia3-1.12.2-1.6.9.3.jar                 | None                                     |
    | LC    | hammercore                        | 2.0.4.7           | HammerCore-1.12.2-2.0.4.7.jar                      | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
    | LC    | improvableskills                  | 3.6.3r            | ImprovableSkills-1.12.2-3.6.3r.jar                 | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
    | LC    | ironchest                         | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.69.845.jar                    | None                                     |
    | LC    | libraryex                         | 1.0.11            | LibraryEx-1.12.2-1.0.11.jar                        | None                                     |
    | LC    | mcjtylib_ng                       | 3.1.0             | mcjtylib-1.12-3.1.0.jar                            | None                                     |
    | LC    | multimob                          | 1.0.5             | multimob-1.0.5.jar                                 | None                                     |
    | LC    | mysticalagriculture               | 1.7.5             | MysticalAgriculture-1.12.2-1.7.5.jar               | None                                     |
    | LC    | netherex                          | 2.0.12            | NetherEx-1.12.2-2.0.12.jar                         | None                                     |
    | LC    | primitivemobs                     | 1.2.3a            | primitivemobs-1.2.3a.jar                           | None                                     |
    | LC    | rftools                           | 7.61              | rftools-1.12-7.61.jar                              | None                                     |
    | LC    | roguelike                         | 1.8.0             | RoguelikeDungeons-1.12.2-1.8.0.jar                 | None                                     |
    | LC    | thermaldynamics                   | 2.5.4             | ThermalDynamics-1.12.2-2.5.4.18-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
    | LC    | simplyjetpacks                    | 2.2.10.63         | SimplyJetpacks2-1.12.2-2.2.10.63.jar               | None                                     |
    | LC    | solarflux                         | 4.32r             | SolarFluxReborn_1.12.2-4.32r.jar                   | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
    | LC    | storagedrawers                    | 1.12-5.3.5        | StorageDrawers-1.12.2-5.3.8.jar                    | None                                     |
    | LC    | xaerominimap                      | 1.17.2            | Xaeros_Minimap_1.17.2_Forge_1.12.jar               | None                                     |

    Loaded coremods (and transformers):
HCASM (HammerCore-1.12.2-2.0.4.7.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.45.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
ForgelinPlugin (Forgelin-1.8.2.jar)
 
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13469 Compatibility Profile Context 21.19.512.0' Renderer: 'AMD Radeon(TM) R4 Graphics'
    AE2 Version: stable rv6-stable-6 for Forge 14.23.5.2768
    Pulsar/tconstruct loaded Pulses:
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)

    Hammer Core Information: FluidDictionary Info: Registered 2 fluids.
OreDictionary Info: Registered 241 names; 433 stacks.
Pastebin Connection: Okay.
Dependent Mods:
    -Improvable Skills (improvableskills) @3.6.3r