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 879
157
3 002
347
26
Alsace
www.minecraftforgefrance.fr
Tu télécharges l'installateur et tu le lances.
Ensuite sur le launcher il faudra s'assurer que le profil forge utilise bien la version que tu viens d'installer :
1586334295679.png

dans l'onglet configuration du launcher, sélectionner le profil forge puis vérifier la version.
 

M_Matt_37

Bucheron
8 Avril 2020
9
0
11
18
J'ai bien lancé l'installateur amis il n'y a pas la version de forge dans les versions disponibles

Si c'est bon je n'ai plus le rapport de crash mais ils me demande d'ajouter des mods pour d'autre mods

J'ai installer tous les mods qu'il faut pour faire fonctionner les autres mods mais le meme rapport de plantage arrive

C'est bon j'ai juste supprimer NEI et j'ai garder JEI
 

Fichiers joints

  • crash-2020-04-08_10.39.16-client.txt
    7.8 KB · Affichages: 178
Dernière édition par un modérateur:

Xenos465

Aventurier
10 Avril 2020
5
0
1
27
Bonjour il m'arrive le meme probleme mais je ne sais pas pq pourriez vous m'aider
Code:
---- Minecraft Crash Report ----

WARNING: coremods are present:
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  iceandfire (iceandfire-1.8.4.jar)
  McLib core mod (mclib-1.0.4-1.12.2.jar)
Contact their authors BEFORE contacting forge

// There are four lights!

Time: 4/10/20 6:20 AM
Description: Exception in server tick loop

java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\ilian\AppData\Roaming\.minecraft\saves\effacer-\NEI\server.cfg (Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus)
    at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:105)
    at codechicken.lib.config.ConfigTagParent.setNewLineMode(ConfigTagParent.java:92)
    at codechicken.nei.NEIServerConfig.loadConfig(NEIServerConfig.java:73)
    at codechicken.nei.NEIServerConfig.load(NEIServerConfig.java:46)
    at codechicken.nei.ServerHandler.loadEvent(ServerHandler.java:31)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_151_ServerHandler_loadEvent_Load.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.optifine.reflect.Reflector.call(Reflector.java:967)
    at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1242)
    at net.optifine.reflect.Reflector.postForgeBusEvent(Reflector.java:1228)
    at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:113)
    at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:209)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.FileNotFoundException: C:\Users\ilian\AppData\Roaming\.minecraft\saves\effacer-\NEI\server.cfg (Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un autre processus)
    at java.io.FileOutputStream.open0(Native Method)
    at java.io.FileOutputStream.open(FileOutputStream.java:270)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
    at java.io.PrintWriter.<init>(PrintWriter.java:263)
    at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:103)
    ... 17 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: 899615920 bytes (857 MB) / 1543503872 bytes (1472 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: 16, tcache: 1, allocated: 12, tallocated: 94
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 Optifine OptiFine_1.12.2_HD_U_E3 15 mods loaded, 14 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                                |
    |:------ |:------------------- |:------------ |:--------------------------------------------- |:---------------------------------------- |
    | LCHIJA | minecraft           | 1.12.2       | minecraft.jar                                 | None                                     |
    | LCHIJA | mcp                 | 9.42         | minecraft.jar                                 | None                                     |
    | LCHIJA | FML                 | 8.0.99.99    | forge-1.12.2-14.23.5.2847.jar                 | None                                     |
    | LCHIJA | forge               | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar                 | None                                     |
    | LCHIJA | damageindicatorsmod | 1.0          | [1.12.2]DamageIndicatorsMod-3.5.1.jar         | None                                     |
    | LCHIJA | bookworm            | 1.12.2-2.5.1 | bookworm-1.12.2-2.5.1.jar                     | None                                     |
    | LCHIJA | codechickenlib      | 3.2.3.358    | CodeChickenLib-1.12.2-3.2.3.358-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | llibrary            | 1.7.19       | llibrary-1.7.19-1.12.2.jar                    | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
    | LCHIJA | iceandfire          | 1.8.4        | iceandfire-1.8.4.jar                          | None                                     |
    | LCHIJA | jei                 | 4.15.0.291   | jei_1.12.2-4.15.0.291.jar                     | None                                     |
    | LCHIJA | mclib               | 1.0.4        | mclib-1.0.4-1.12.2.jar                        | None                                     |
    | LCHIJA | metamorph           | 1.1.10       | metamorph-1.1.10-1.12.2 (1).jar               | None                                     |
    | LCHIJA | nei                 | 2.4.3        | NotEnoughItems-1.12.2-2.4.3.245-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LCHIJA | zawa                | 1.12.2-2.0.2 | zawa-1.12.2-2.0.2.jar                         | 3ee471ded1bba54aa82f4f5ca5ca82dd6
 
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,
Un fichier de config de NEI lié au monde n'arrive pas à être écrit car il est déjà ouvert ailleurs.
As-tu ouvert le fichier server.cfg avec un éditeur de texte ? si oui, fermes-le.
 

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
Il est dans ce dossier :
C:\Users\ilian\AppData\Roaming\.minecraft\saves\effacer-\NEI\

Mais si tu ne sais pas où il est c'est que tu ne l'as pas ouvert.
Du-coup je ne comprends pas pourquoi il est déjà utilisé par quelque chose ...