ERREUR : code chicken lib

DragoCoster

Bucheron
15 Octobre 2020
4
0
11
26
Bonjour, j'aimerai faire une survie modée mais quand je lance mon jeu j'ai 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)

Que faire pour résoudre cette erreur ? Merci d'avance.
(je précise j'ai ajouter CodeChicken Lib 1.12.2-3.2.3.357-universal comme mode, et j'ai essayé avec 2 autres versions)
 
Bonjour, j'aimerai faire une survie modée mais quand je lance mon jeu j'ai 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)

Que faire pour résoudre cette erreur ? Merci d'avance.
(je précise j'ai ajouter CodeChicken Lib 1.12.2-3.2.3.357-universal comme mode, et j'ai essayé avec 2 autres versions)
Voici mon rapport de plantage si ça peut aidé :
Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.6.jar)
  ForgelinPlugin (Forgelin-1.6.0 (1).jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  XaeroMinimapPlugin (Xaeros_Minimap_23.4.4_Forge_1.12.jar)
  Quark Plugin (Quark-r1.6-179.jar)
  ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// I bet Cylons wouldn't have this problem.

Time: 6/11/23 3:56 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:629)
    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: 234829728 bytes (223 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.2859 57 mods loaded, 57 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.2859.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge                   | 14.23.5.2859      | forge-1.12.2-14.23.5.2859.jar                        | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | xaerominimap_core       | 1.12.2-1.0        | minecraft.jar                                        | None                                     |
    | LCH   | securitycraft           | v1.9.6            | [1.12.2] SecurityCraft v1.9.6.jar                    | None                                     |
    | LCH   | actuallyadditions       | 1.12.2-r152       | ActuallyAdditions-1.12.2-r152.jar                    | None                                     |
    | LCH   | placebo                 | 1.5.1             | Placebo-1.12.2-1.5.1.jar                             | None                                     |
    | LCH   | apotheosis              | 1.12.4            | Apotheosis-1.12.2-1.12.5.jar                         | None                                     |
    | LCH   | ctm                     | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar                            | None                                     |
    | LCH   | appliedenergistics2     | rv6-stable-7      | appliedenergistics2-rv6-stable-7.jar                 | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LCH   | aquaculture             | 1.6.8             | Aquaculture-1.12.2-1.6.8.jar                         | None                                     |
    | LCH   | jei                     | 4.16.1.1000       | jei_1.12.2-4.16.1.1000.jar                           | None                                     |
    | LCH   | tombstone               | 4.6.2             | tombstone-4.6.2-1.12.2.jar                           | None                                     |
    | LCH   | quark                   | r1.6-179          | Quark-r1.6-179.jar                                   | None                                     |
    | LCH   | autoreglib              | 1.3-32            | AutoRegLib-1.3-32.jar                                | None                                     |
    | LCH   | baubles                 | 1.5.2             | Baubles-1.12-1.5.2.jar                               | None                                     |
    | LCH   | betterbuilderswands     | 0.13.2            | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar    | None                                     |
    | LCH   | bibliocraft             | 2.4.6             | BiblioCraft[v2.4.6][MC1.12.2].jar                    | None                                     |
    | LCH   | biomesoplenty           | 7.0.1.2445        | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar        | None                                     |
    | LCH   | spawnermod              | 1.0-1.12.2        | branders-enhanced-mob-spawners-v1.12.2-1.4.4.jar.jar | None                                     |
    | LCE   | codechickenlib          | 3.2.3.357         | CodeChickenLib-1.12.2-3.2.3.357-universal.jar        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | redstoneflux            | 2.1.1             | RedstoneFlux-1.12-2.1.1.1-universal.jar              | None                                     |
    | LC    | brandonscore            | 2.4.20            | BrandonsCore-1.12.2-2.4.20.162-universal.jar         | None                                     |
    | LC    | chameleon               | 1.12-4.1.3        | Chameleon-1.12-4.1.3.jar                             | None                                     |
    | LC    | chancecubes             | 1.12.2-5.0.2.385  | ChanceCubes-1.12.2-5.0.2.385.jar                     | None                                     |
    | LC    | configurablecane        | 1.0               | ConfigurableCane-1.0.jar                             | None                                     |
    | LC    | cucumber                | 1.1.3             | Cucumber-1.12.2-1.1.3.jar                            | None                                     |
    | LC    | cyclopscore             | 1.6.7             | CyclopsCore-1.12.2-1.6.7.jar                         | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |
    | LC    | draconicevolution       | 2.3.28            | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar   | None                                     |
    | LC    | endercore               | 1.12.2-0.5.76     | EnderCore-1.12.2-0.5.76.jar                          | None                                     |
    | LC    | mantle                  | 1.12-1.3.3.55     | Mantle-1.12-1.3.3.55.jar                             | None                                     |
    | LC    | twilightforest          | 3.11.1021         | twilightforest-1.12.2-3.11.1021-universal.jar        | None                                     |
    | LC    | tconstruct              | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar                     | None                                     |
    | LC    | extrautils2             | 1.0               | extrautils2-1.12-1.9.9.jar                           | None                                     |
    | LC    | familiarfauna           | 1.0.11            | FamiliarFauna-1.12.2-1.0.11.jar                      | None                                     |
    | LC    | forgelin                | 1.6.0             | Forgelin-1.6.0 (1).jar                               | None                                     |
    | LC    | ftblib                  | 5.4.7.2           | FTBLib-5.4.7.2.jar                                   | None                                     |
    | LC    | itemfilters             | 1.0.4.2           | ItemFilters-1.0.4.2.jar                              | None                                     |
    | LC    | ftbquests               | 1202.9.0.15       | FTBQuests-1202.9.0.15.jar                            | None                                     |
    | LC    | guideapi                | 1.12-2.1.8-63     | Guide-API-1.12-2.1.8-63.jar                          | None                                     |
    | LC    | waila                   | 1.8.26            | Hwyla-1.8.26-B41_1.12.2.jar                          | None                                     |
    | LC    | mekanism                | 1.12.2-9.8.3.390  | Mekanism-1.12.2-9.8.3.390.jar                        | None                                     |
    | LC    | teslacorelib            | 1.0.15            | tesla-core-lib-1.12.2-1.0.15.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | industrialforegoing     | 1.12.2-1.12.2     | industrialforegoing-1.12.2-1.12.13-237.jar           | None                                     |
    | LC    | ironchest               | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar                      | None                                     |
    | LC    | mcjtylib_ng             | 3.5.4             | mcjtylib-1.12-3.5.4.jar                              | None                                     |
    | LC    | mekanismgenerators      | 1.12.2-9.8.3.390  | MekanismGenerators-1.12.2-9.8.3.390.jar              | None                                     |
    | LC    | patchouli               | 1.0-23.6          | Patchouli-1.0-23.6.jar                               | None                                     |
    | LC    | rftools                 | 7.73              | rftools-1.12-7.73.jar                                | None                                     |
    | LC    | solarflux               | 12.4.11           | SolarFluxReborn-1.12.2-12.4.11.jar                   | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
    | LC    | storagedrawers          | 5.2.2             | StorageDrawers-1.12.2-5.4.2.jar                      | None                                     |
    | LC    | waystones               | 4.0.72            | Waystones_1.12.2-4.0.72.jar                          | None                                     |
    | LC    | xaerominimap            | 23.4.4            | Xaeros_Minimap_23.4.4_Forge_1.12.jar                 | None                                     |
    | LC    | jade                    | 0.1.0             | Jade-0.1.0.jar                                       | None                                     |
    | LC    | llibrary                | 1.7.20            | llibrary-1.7.20-1.12.2.jar                           | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LC    | teslacorelib_registries | 1.0.15            | tesla-core-lib-1.12.2-1.0.15.jar                     | None                                     |

    Loaded coremods (and transformers):
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
SecurityCraftLoadingPlugin ([1.12.2] SecurityCraft v1.9.6.jar)
 
ForgelinPlugin (Forgelin-1.6.0 (1).jar)
 
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
XaeroMinimapPlugin (Xaeros_Minimap_23.4.4_Forge_1.12.jar)
  xaero.common.core.transformer.ChunkTransformer
  xaero.common.core.transformer.NetHandlerPlayClientTransformer
  xaero.common.core.transformer.EntityPlayerTransformer
  xaero.common.core.transformer.AbstractClientPlayerTransformer
  xaero.common.core.transformer.WorldClientTransformer
  xaero.common.core.transformer.EntityPlayerSPTransformer
  xaero.common.core.transformer.PlayerListTransformer
  xaero.common.core.transformer.SaveFormatTransformer
  xaero.common.core.transformer.GuiIngameForgeTransformer
  xaero.common.core.transformer.GuiBossOverlayTransformer
  xaero.common.core.transformer.ModelRendererTransformer
Quark Plugin (Quark-r1.6-179.jar)
  vazkii.quark.base.asm.ClassTransformer
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  shadows.ApotheosisTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 531.41' Renderer: 'NVIDIA GeForce GTX 1650/PCIe/SSE2'
    AE2 Version: stable rv6-stable-7 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)
        - quarkIntegration (Enabled/Not Forced)
 
Dernière édition par un modérateur:
Bonjour,

Je t'invite à lire ma réponse précédente dans cette discussion ;
Dans ton cas le fichier de configuration est invalide à la ligne 20, supprime le fichier pour le rétablir à sa configuration par défaut.

Le fichier à supprimer est dans ton « %appdata%\.minecraft\config\ », un fichier ou un dossier commençant par « codechicken ».

Cordialement,
ShE3py
 
Solution