crash avec code chiken lib au lancement du jeu

staniscraft

Aventurier
23 Septembre 2019
36
0
7
21
bonjour, j'ai un problème qui est que quand je lance Minecraft avec forge 1.12.2 mon jeu crash.
je connai la cause du crash mais je ne sait pas comment le régler.
en fait ce qui fait crash, c'est le mod codechikenlib mais je ne peut pas le désinstaller car il est requis pour 6 autres mods.
voila le crash report :

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

WARNING: coremods are present:
MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
MovingWorldCore (MovingWorld-Mod-1.12.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 9/23/19 11:58 AM
XRay version: 58
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.GeneratedMethodAccessor8.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: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)
... 44 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: 552565584 bytes (526 MB) / 1073741824 bytes (1024 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.2772 45 mods loaded, 45 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.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | forge | 14.23.5.2772 | forge-1.12.2-14.23.5.2772.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | micdoodlecore | | minecraft.jar | None |
| UCH | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
| UCH | appliedenergistics2 | rv6-stable-4 | appliedenergistics2-rv6-stable-4.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| UCH | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCEE | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | brandonscore | 2.4.17 | BrandonsCore-1.12.2-2.4.17.208-universal.jar | None |
| UC | chickenchunks | 2.4.1.73 | ChickenChunks-Mod-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
| UC | cofhworld | 1.3.0 | CoFHWorld-1.12.2-1.3.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | customnpcs | 1.12 | Custom-NPCs-Mod-1.12.2.jar | None |
| UC | torohealthmod | 1.12.2-11 | Damage-Indicators-1.12.2.jar | None |
| UC | movingworld | 1.12-6.342 | MovingWorld-Mod-1.12.jar | None |
| UC | davincisvessels | @DVESSELSVER@ | Davincis-Vessels-Mod-1.12.2.jar | None |
| UC | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal - Copie.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | draconicevolution | 2.3.23 | Draconic-Evolution-1.12.2-2.3.23.345-universal.jar | None |
| UC | enderstorage | 2.4.5.135 | Ender-Storage-Mod-1.12.2.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | jei | 4.13.1.225 | jei_1.12.2-4.13.1.225.jar | None |
| UC | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
| UC | tconstruct | 1.12.2-2.11.0.106 | TConstruct-1.12.2-2.11.0.106.jar | None |
| UC | extrautils2 | 1.0 | extrautils2-1.12-1.9.8.jar | None |
| UC | zerocore | 1.12-0.1.2.2 | zerocore-1.12-0.1.2.2.jar | None |
| UC | bigreactors | 1.12.2-0.4.5.49 | ExtremeReactors-1.12.2-0.4.5.49.jar | None |
| UC | galacticraftcore | 4.0.1.181 | Galacticraft-Mod-1.12.2.jar | None |
| UC | galacticraftplanets | 4.0.1.181 | Galacticraft-Planets-Mod-1.12.2.jar | None |
| UC | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| UC | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UC | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
| UC | journeymap | 1.12.2-5.5.4 | journeymap-1.12.2-5.5.4.jar | None |
| UC | mekanism | 1.12.2-9.4.13.349 | Mekanism-1.12.2-9.4.13.349.jar | None |
| UC | mekanismgenerators | 9.4.11 | MekanismGenerators-1.12.2.jar | None |
| UC | nei | 2.4.2 | NotEnoughItems-1.12.2-2.4.2.240-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UC | rangedpumps | 0.5 | Ranged-Pumps-Mod-1.12.jar | None |
| UC | secretroomsmod | 5.1.12 | Secret-Room-1.12.2.jar | None |
| UC | securitycraft | v1.8.9 | SecurityCraft-1.12.2 (1).jar | None |
| UC | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal - Copie (2).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | thermaldynamics | 2.5.3 | ThermalDynamics-1.12.2-2.5.3.16-universal - Copie.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UC | simplyjetpacks | 2.2.10.63 | SimplyJetpacks2-1.12.2-2.2.10.63.jar | None |
| UC | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| UC | solarflux | 4.32r | SolarFluxReborn_1.12.2-4.32r.jar | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
| UC | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar | None |

Loaded coremods (and transformers):
MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
MovingWorldCore (MovingWorld-Mod-1.12.jar)

GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.4973' Renderer: 'Intel(R) HD Graphics 620'
AE2 Version: stable rv6-stable-4 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)
- wailaIntegration (Enabled/Not Forced)
 
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 815
156
3 000
347
26
Alsace
www.minecraftforgefrance.fr
Bonsoir,

Supprimes le fichier de configuration de codechikenlib (il se trouve dans le dossier .minecraft/config), il contient actuellement des données invalides.
Le supprimer le forcera à reprendre les valeurs par défaut.
 

staniscraft

Aventurier
23 Septembre 2019
36
0
7
21
Code:
---- Minecraft Crash Report ----
WARNING: coremods are present:
  MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  MovingWorldCore (MovingWorld-Mod-1.12.jar)
Contact their authors BEFORE contacting forge
// Why did you do that?
Time: 9/25/19 10:24 AM
XRay version: 58
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.GeneratedMethodAccessor8.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: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)
 ... 44 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: 638303920 bytes (608 MB) / 1207959552 bytes (1152 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.2772 45 mods loaded, 45 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.2772.jar                              | e3c3d50c7c986df74c645c0ac54639741c90a557 |
 | UCH   | forge                                        | 14.23.5.2772             | forge-1.12.2-14.23.5.2772.jar                              | e3c3d50c7c986df74c645c0ac54639741c90a557 |
 | UCH   | micdoodlecore                                |                          | minecraft.jar                                              | None                                     |
 | UCH   | com.elytradev.movingworld.common.asm.coremod |                          | minecraft.jar                                              | None                                     |
 | UCH   | appliedenergistics2                          | rv6-stable-4             | appliedenergistics2-rv6-stable-4.jar                       | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
 | UCH   | baubles                                      | 1.5.2                    | Baubles-1.12-1.5.2.jar                                     | None                                     |
 | UCEE  | codechickenlib                               | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
 | UC    | redstoneflux                                 | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar                    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
 | UC    | brandonscore                                 | 2.4.17                   | BrandonsCore-1.12.2-2.4.17.208-universal.jar               | None                                     |
 | UC    | chickenchunks                                | 2.4.1.73                 | ChickenChunks-Mod-1.12.2.jar                               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
 | UC    | cofhcore                                     | 4.6.1                    | CoFHCore-1.12.2-4.6.1.22-universal.jar                     | None                                     |
 | UC    | cofhworld                                    | 1.3.0                    | CoFHWorld-1.12.2-1.3.0.6-universal.jar                     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
 | UC    | customnpcs                                   | 1.12                     | Custom-NPCs-Mod-1.12.2.jar                                 | None                                     |
 | UC    | torohealthmod                                | 1.12.2-11                | Damage-Indicators-1.12.2.jar                               | None                                     |
 | UC    | movingworld                                  | 1.12-6.342               | MovingWorld-Mod-1.12.jar                                   | None                                     |
 | UC    | davincisvessels                              | @DVESSELSVER@            | Davincis-Vessels-Mod-1.12.2.jar                            | None                                     |
 | UC    | thermalfoundation                            | 2.6.1                    | ThermalFoundation-1.12.2-2.6.1.22-universal - Copie.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
 | UC    | draconicevolution                            | 2.3.23                   | Draconic-Evolution-1.12.2-2.3.23.345-universal.jar         | None                                     |
 | UC    | enderstorage                                 | 2.4.5.135                | Ender-Storage-Mod-1.12.2.jar                               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
 | UC    | jei                                          | 4.13.1.225               | jei_1.12.2-4.13.1.225.jar                                  | None                                     |
 | UC    | mantle                                       | 1.12-1.3.3.39            | Mantle-1.12-1.3.3.39.jar                                   | None                                     |
 | UC    | tconstruct                                   | 1.12.2-2.11.0.106        | TConstruct-1.12.2-2.11.0.106.jar                           | None                                     |
 | UC    | extrautils2                                  | 1.0                      | extrautils2-1.12-1.9.8.jar                                 | None                                     |
 | UC    | zerocore                                     | 1.12-0.1.2.2             | zerocore-1.12-0.1.2.2.jar                                  | None                                     |
 | UC    | bigreactors                                  | 1.12.2-0.4.5.49          | ExtremeReactors-1.12.2-0.4.5.49.jar                        | None                                     |
 | UC    | galacticraftcore                             | 4.0.1.181                | Galacticraft-Mod-1.12.2.jar                                | None                                     |
 | UC    | galacticraftplanets                          | 4.0.1.181                | Galacticraft-Planets-Mod-1.12.2.jar                        | None                                     |
 | UC    | waila                                        | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                                | None                                     |
 | UC    | inventorytweaks                              | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                                   | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
 | UC    | ironchest                                    | 1.12.2-7.0.40.824        | ironchest-1.12.2-7.0.40.824.jar                            | None                                     |
 | UC    | journeymap                                   | 1.12.2-5.5.4             | journeymap-1.12.2-5.5.4.jar                                | None                                     |
 | UC    | mekanism                                     | 1.12.2-9.4.13.349        | Mekanism-1.12.2-9.4.13.349.jar                             | None                                     |
 | UC    | mekanismgenerators                           | 9.4.11                   | MekanismGenerators-1.12.2.jar                              | None                                     |
 | UC    | nei                                          | 2.4.2                    | NotEnoughItems-1.12.2-2.4.2.240-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
 | UC    | rangedpumps                                  | 0.5                      | Ranged-Pumps-Mod-1.12.jar                                  | None                                     |
 | UC    | secretroomsmod                               | 5.1.12                   | Secret-Room-1.12.2.jar                                     | None                                     |
 | UC    | securitycraft                                | v1.8.9                   | SecurityCraft-1.12.2 (1).jar                               | None                                     |
 | UC    | thermalexpansion                             | 5.5.2                    | ThermalExpansion-1.12.2-5.5.2.39-universal - Copie (2).jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
 | UC    | thermaldynamics                              | 2.5.3                    | ThermalDynamics-1.12.2-2.5.3.16-universal - Copie.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
 | UC    | simplyjetpacks                               | 2.2.10.63                | SimplyJetpacks2-1.12.2-2.2.10.63.jar                       | None                                     |
 | UC    | thaumcraft                                   | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                           | None                                     |
 | UC    | solarflux                                    | 4.32r                    | SolarFluxReborn_1.12.2-4.32r.jar                           | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
 | UC    | worldedit                                    | 6.1.10-SNAPSHOT          | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar          | None                                     |
 Loaded coremods (and transformers):
MicdoodlePlugin (MicdoodleCore-1.12.2.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
MovingWorldCore (MovingWorld-Mod-1.12.jar)
 
 GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.4973' Renderer: 'Intel(R) HD Graphics 620'
 AE2 Version: stable rv6-stable-4 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)
  - wailaIntegration (Enabled/Not Forced)
 
Dernière édition par un modérateur:

staniscraft

Aventurier
23 Septembre 2019
36
0
7
21
celui qui s'appelle codechiken

je viens de trouver un fichier codechikenlib cfg et je l'ai supprimé je vais voir si ca règle le problème

oui ! merci beaucoup maintenant je peux lancer Minecraft sans problèmes en fait j'avais oublié un fichier. merci beaucoup
 
Dernière édition par un modérateur:

Noctammoh

Aventurier
30 Août 2020
1
0
1
19
Saint-Porchaire, France
J'ai un problème au lancement du jeu, tous les mods chargent mais pas Codchickenlib.Merci d'avance pour votre aide.

Voici l'erreur :
The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
Exit Code: -1
 

jue2banane

Aventurier
1 Juillet 2020
2
1
0
1
33
J'ai un crash aussi meme apres avoir suppr le fichier :

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

WARNING: coremods are present:
  OTGCorePlugin (OTG-Core.jar)
  SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 9/18/20 6:06 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:637)
    at sun.reflect.GeneratedMethodAccessor8.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)
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)
    ... 44 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: 179114280 bytes (170 MB) / 469762048 bytes (448 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.2826 25 mods loaded, 25 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.2826.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge                | 14.23.5.2826      | forge-1.12.2-14.23.5.2826.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | otgcore              | 1.12.2 - v8.3     | minecraft.jar                                   | None                                     |
    | LCH   | srm-hooks            | 1.12.2-1.0.0      | minecraft.jar                                   | None                                     |
    | LCH   | securitycraft        | v1.8.18.2         | [1.12.2]+SecurityCraft+v1.8.18.2.jar            | None                                     |
    | LCH   | bibliocraft          | 2.4.5             | BiblioCraft[v2.4.5][MC1.12.2].jar               | None                                     |
    | LCH   | openterraingenerator | v8.3              | OpenTerrainGenerator-1.12.2+-+v8.3.jar          | None                                     |
    | LCH   | biomebundle          | 5.1               | Biome_Bundle-1.12.2-v6.1.jar                    | None                                     |
    | LCH   | carpentersblocks     | 3.4.0-poc.6       | Carpenter's Blocks v3.4.0-poc.6 - MC 1.12.2.jar | None                                     |
    | LCH   | chameleon            | 1.12-4.1.3        | Chameleon-1.12-4.1.3.jar                        | None                                     |
    | LCH   | ctm                  | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar                       | None                                     |
    | LCH   | jei                  | 4.15.0.291        | jei_1.12.2-4.15.0.291.jar                       | None                                     |
    | LCH   | chisel               | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar                    | None                                     |
    | LCH   | chiselsandbits       | 14.33             | chiselsandbits-14.33.jar                        | None                                     |
    | LCE   | codechickenlib       | 3.2.3.357         | CodeChickenLib-1.12.2-3.2.3.357-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | customnpcs           | 1.12              | CustomNPCs_1.12.2-(01Oct19).jar                 | None                                     |
    | LC    | ironchest            | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar                 | None                                     |
    | LC    | mcmultipart          | 2.5.3             | MCMultiPart-2.5.3.jar                           | None                                     |
    | LC    | netherportalfix      | 5.3.9             | NetherPortalFix_1.12.1-5.3.9.jar                | None                                     |
    | LC    | nei                  | 2.4.3             | NotEnoughItems-1.12.2-2.4.3.245-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | secretroomsmod       | 5.6.4             | secretroomsmod-1.12.2-5.6.4.jar                 | None                                     |
    | LC    | storagedrawers       | 5.2.2             | StorageDrawers-1.12.2-5.4.2.jar                 | None                                     |
    | LC    | worldedit            | 6.1.10            | worldedit-forge-mc1.12.2-6.1.10-dist.jar        | None                                     |

    Loaded coremods (and transformers):
OTGCorePlugin (OTG-Core.jar)
  com.pg85.otg.forge.asm.excluded.OTGClassTransformer
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
  com.wynprice.secretroomsmod.core.SecretRoomsTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13586 Compatibility Profile Context 19.12.2 26.20.15002.61' Renderer: 'Radeon RX 580 Series'
 
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 815
156
3 000
347
26
Alsace
www.minecraftforgefrance.fr
Bonsoir,
Même problème = même solution :
Supprimes le fichier de configuration de codechikenlib (il se trouve dans le dossier .minecraft/config), il contient actuellement des données invalides.
Le supprimer le forcera à reprendre les valeurs par défaut.