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:

Ithri012

Minecraft PvP Player
19 Septembre 2020
30
1
18
Mais je suis interessé par ce forum car j'ai le meme probleme avec CodeChicken Lib, je l'utilise avec Nei (not enough items), alors je me demandais pourquoi, j'ai essayer tt les soluces
 

Cr33p3r_craft

Aventurier
22 Novembre 2020
3
0
1
27
Bonjour,
Même problème cependant quand je supprime le fichier "codechicken cfg" et que je lance mon jeu le fichier se ré-crée et ainsi de suite....
Comment puis je faire pour le supprimer définitivement et que il ,ne se re-crée pas encore ?
plus précisement :le jeu se lance , charge les mods et au momernt de charger codechicken (ayant supp le fichier comme tu l'as dit) il crash puis re-crée le fichier....(au cas ou voici le crash report)

Code:
---- Minecraft Crash Report ----
// Shall we play a game?

Time: 11/22/20 11:33 AM
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:54)
    at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:53)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    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(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
    at org.multimc.EntryPoint.listen(EntryPoint.java:143)
    at org.multimc.EntryPoint.main(EntryPoint.java:34)


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_271, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 341175120 bytes (325 MB) / 676331520 bytes (645 MB) up to 954728448 bytes (910 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2854 8 mods loaded, 8 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.2854-universal.jar            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge             | 14.23.5.2854 | forge-1.12.2-14.23.5.2854-universal.jar            | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCE   | codechickenlib    | 3.2.0.345    | CodeChickenLib-1.12.2-3.2.0.345-deobf.jar          | None                                     |
    | LC    | redstoneflux      | 2.1.1        | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
    | LC    | brandonscore      | 2.4.19       | brandonscore-1.12.2-2.4.19.214-universal.jar       | None                                     |
    | LC    | draconicevolution | 2.3.27       | Draconic-Evolution-1.12.2-2.3.27.353-universal.jar | None                                     |

    Loaded coremods (and transformers):
    GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 10.18.10.4358' Renderer: 'Intel(R) HD Graphics 2500'
 
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 879
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Bonjour,
C'est normal que le fichier se récréé, il contient alors les valeurs par défaut.
Sauf que ton crash n'est pas causé par un fichier de configuration corrompu, donc forcement le supprimer ne change rien.

Ton crash est causé par le faut que tu as prit la version "deobf" de CodeChickenLib au lieu de la version "universal".
La version deobf est conçu pour fonctionner sur un environnement de développement et ne peut pas être utilisé depuis le launcher. Télécharges le bon fichier et cela fonctionnera.