Super Lapinou

Aventurier
23 Novembre 2019
7
0
2
33
Bonjour,

Mon jeu plante avec CodeChicken Lib mais il marchait avant et tout à coup il ne marche plus.

J'ai essayé avec plusieurs versions de CodeChicken Lib mais ça n'a pas marché.

Voici le rapport du plantage :

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

WARNING: coremods are present:
  IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
Contact their authors BEFORE contacting forge

// Would you like a cupcake?

Time: 1/19/20 9:45 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: 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: 827639768 bytes (789 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.2847 28 mods loaded, 28 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.2847.jar                       | None                                     |
    | LCH   | forge                 | 14.23.5.2847                | forge-1.12.2-14.23.5.2847.jar                       | None                                     |
    | LCH   | ambience              | GRADLE:VERSION-GRADLE:BUILD | Ambience - 1.12.2.jar                               | None                                     |
    | LCE   | codechickenlib        | 3.2.3.358                   | CodeChicken Lib - 1.12.2.jar                        | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | mts                   | 15.9.0                      | Immersive Vehicles - 1.12.2.jar                     | None                                     |
    | LC    | ironchest             | 1.12.2-7.0.67.844           | Iron Chest - 1.12.2.jar                             | None                                     |
    | LC    | jei                   | 4.15.0.293                  | JEI - 1.12.2.jar                                    | None                                     |
    | LC    | journeymap            | 1.12.2-5.5.6                | JourneyMap - 1.12.2.jar                             | None                                     |
    | LC    | forgemultipartcbe     | 2.6.2.83                    | Minecraft multipart - 1.12.2.jar                    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | microblockcbe         | 2.6.2.83                    | Minecraft multipart - 1.12.2.jar                    | None                                     |
    | LC    | minecraftmultipartcbe | 2.6.2.83                    | Minecraft multipart - 1.12.2.jar                    | None                                     |
    | LC    | iv_tcp                | 1.0.0                       | Moonspire Metro & Municipal Pack - MTS - 1.12.2.jar | None                                     |
    | LC    | nei                   | 2.4.3                       | NEI - 1.12.2.jar                                    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | ngtlib                | 2.4.13                      | NGTLib - 1.12.2.jar                                 | None                                     |
    | LC    | rtm                   | 2.4.14                      | RealTrainMod - 1.12.2.jar                           | None                                     |
    | LC    | securitycraft         | v1.8.15                     | SecurityCraft - 1.12.2.jar                          | None                                     |
    | LC    | trafficcontrol        | 0.1.0                       | Traffic control - 1.12.2.jar                        | None                                     |
    | LC    | traffico              | pre-release 3               | Traffico - 1.12.2.jar                               | None                                     |
    | LC    | immersiveengineering  | 0.12-89                     | Immersive Engineering - 1.12.2.jar                  | 4cb49fcde3b43048c9889e0a3d083225da926334 |
    | LC    | unuparts              | 3.0.0                       | UNU Parts Pack - MTS - 1.12.2.jar                   | None                                     |
    | LC    | mmmpack               | 1.1.0                       | Trin Civil Pack - MTS - 1.12.2.jar                  | None                                     |
    | LC    | iv_tpp                | 2.0.0                       | Trin Part Park - MTS - 1.12.2.jar                   | None                                     |
    | LC    | va                    | 1.12.2-1.5.3                | Vanilla Automation - 1.12.2.jar                     | None                                     |
    | LC    | wawla                 | 2.5.273                     | Wawla - 1.12.2.jar                                  | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | wrcbe                 | 2.3.2                       | Wireless Redstone CBE - 1.12.2.jar                  | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | worldedit             | 6.1.10-SNAPSHOT             | WorldEdit - 1.12.2.jar                              | None                                     |

    Loaded coremods (and transformers):
IELoadingPlugin (ImmersiveEngineering-core-0.12-89.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
    GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.6.13559 Compatibility Profile Context 26.20.12028.2' Renderer: 'AMD Radeon(TM) R3 Graphics'

Merci d'avance!
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 857
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Bonjour,
Le fichier de configuration du mod contient des données invalides, va dans le dossier .minecraft/config et supprimes le fichier de code chicken lib afin qu'il soit réinitialisé.
 
  • J'aime
Reactions: Super Lapinou