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:

ryo_endragon

Aventurier
30 Août 2021
3
0
1
20
Bonjour,

Ton rapport de crash est exactement identique ou il est différent ? (dans le doute, envoies-le).
voici mon rapport
Code:
WARNING: coremods are present:
  Plugin (NotEnoughIDs-1.5.4.4.jar)
  MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  HCASM (HammerLib-1.12.2-2.0.6.19.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.237.jar)
Contact their authors BEFORE contacting forge

// Don't do that.

Time: 8/31/21 6:13 PM
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: java.lang.NoClassDefFoundError: codechicken/lib/util/ResourceUtils
    at codechicken.lib.render.particle.CustomParticleHandler.init(CustomParticleHandler.java:281)
    at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:53)
    at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:47)
    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.GeneratedMethodAccessor9.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: java.lang.ClassNotFoundException: codechicken.lib.util.ResourceUtils
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 43 more
Caused by: java.lang.SecurityException: class "codechicken.lib.util.ResourceUtils"'s signer information does not match signer information of other classes in the same package
    at java.lang.ClassLoader.checkCerts(ClassLoader.java:895)
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:665)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:758)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 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: 307110160 bytes (292 MB) / 939524096 bytes (896 MB) up to 6442450944 bytes (6144 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6G -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.2838 Optifine OptiFine_1.12.2_HD_U_F5 86 mods loaded, 86 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.2838.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | forge                       | 14.23.5.2838      | forge-1.12.2-14.23.5.2838.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LCH   | micdoodlecore               |                   | minecraft.jar                                   | None                                     |
    | LCH   | openmodscore                | 0.12.2            | minecraft.jar                                   | None                                     |
    | LCH   | tweakersconstruct           | 1.12.2-1.5.4      | tweakersconstruct-1.12.2-1.5.4.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   | architecturecraft           | @VERSION@         | architecturecraft-1.12-3.98.jar                 | None                                     |
    | LCH   | backpack                    | 3.0.2             | backpack-3.0.2-1.12.2.jar                       | None                                     |
    | LCH   | baubles                     | 1.5.2             | Baubles-1.12-1.5.2.jar                          | None                                     |
    | LCH   | bibliocraft                 | 2.4.5             | BiblioCraft[v2.4.5][MC1.12.2].jar               | None                                     |
    | LCH   | biomesoplenty               | 7.0.1.2444        | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar   | None                                     |
    | LCH   | bookshelf                   | 2.3.590           | Bookshelf-1.12.2-2.3.590.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LCH   | jei                         | 4.15.0.297        | jei_1.12.2-4.15.0.297.jar                       | None                                     |
    | LCH   | botania                     | r1.10-363         | Botania r1.10-363.jar                           | None                                     |
    | LCH   | chameleon                   | 1.12-4.1.3        | Chameleon-1.12-4.1.3.jar                        | None                                     |
    | LCH   | chesttransporter            | 2.8.8             | ChestTransporter-1.12.2-2.8.8.jar               | None                                     |
    | LCH   | chisel                      | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar                    | None                                     |
    | LCE   | codechickenlib              | 3.1.7.340         | CodeChickenLib-1.12.2-3.1.7.340-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | redstoneflux                | 2.1.1             | RedstoneFlux-1.12-2.1.1.1-universal.jar         | None                                     |
    | LC    | cofhcore                    | 4.6.6             | CoFHCore-1.12.2-4.6.6.1-universal.jar           | None                                     |
    | LC    | cofhworld                   | 1.4.0             | CoFHWorld-1.12.2-1.4.0.1-universal.jar          | None                                     |
    | LC    | storagedrawers              | 5.2.2             | StorageDrawers-1.12.2-5.4.2.jar                 | None                                     |
    | LC    | compactdrawers              | 1.12.2-1.0.5.125  | CompactDrawers-1.12.2-1.0.5.125.jar             | None                                     |
    | LC    | compactmachines3            | 3.0.18            | compactmachines3-1.12.2-3.0.18-b278.jar         | None                                     |
    | LC    | crafttweaker                | 4.1.20            | CraftTweaker2-1.12-4.1.20.574.jar               | None                                     |
    | LC    | ctgui                       | 1.0.0             | CraftTweaker2-1.12-4.1.20.574.jar               | None                                     |
    | LC    | crafttweakerjei             | 2.0.3             | CraftTweaker2-1.12-4.1.20.574.jar               | None                                     |
    | LC    | cucumber                    | 1.1.3             | Cucumber-1.12.2-1.1.3.jar                       | None                                     |
    | LC    | dldungeonsjbg               | 1.13.2            | DoomlikeDungeons-1.13.2-MC1.12.2.jar            | None                                     |
    | LC    | dungeontactics              | DT-0.16.5         | DungeonTactics-1.12.2-0.16.5.jar                | None                                     |
    | LC    | dynamiclights               | 1.4.9             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | dynamiclights_onfire        | 1.0.7             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | dynamiclights_creepers      | 1.0.6             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | dynamiclights_dropitems     | 1.1.0             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | dynamiclights_entityclasses | 1.0.1             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | dynamiclights_mobequipment  | 1.1.0             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | dynamiclights_flamearrows   | 1.0.1             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | dynamiclights_floodlights   | 1.0.3             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | dynamiclights_otherplayers  | 1.0.9             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | dynamiclights_theplayer     | 1.1.3             | DynamicLights-1.12.2.jar                        | None                                     |
    | LC    | extracells                  | 2.6.5             | ExtraCells-1.12.2-2.6.5.jar                     | None                                     |
    | LC    | mantle                      | 1.12-1.3.3.55     | Mantle-1.12-1.3.3.55.jar                        | None                                     |
    | LC    | twilightforest              | 3.10.1013         | twilightforest-1.12.2-3.10.1013-universal.jar   | None                                     |
    | LC    | tconstruct                  | 1.12.2-2.13.0.183 | TConstruct-1.12.2-2.13.0.183.jar                | None                                     |
    | LC    | galacticraftcore            | 4.0.2.237         | GalacticraftCore-1.12.2-4.0.2.237.jar           | None                                     |
    | LC    | galacticraftplanets         | 4.0.2.237         | Galacticraft-Planets-1.12.2-4.0.2.237.jar       | None                                     |
    | LC    | mjrlegendslib               | 1.12.2-1.1.9      | MJRLegendsLib-1.12.2-1.1.9.jar                  | b02331787272ec3515ebe63ecdeea0d746653468 |
    | LC    | extraplanets                | 1.12.2-0.6.3      | ExtraPlanets-1.12.2-0.6.3.jar                   | b02331787272ec3515ebe63ecdeea0d746653468 |
    | LC    | zerocore                    | 1.12.2-0.1.2.8    | zerocore-1.12.2-0.1.2.8.jar                     | None                                     |
    | LC    | bigreactors                 | 1.12.2-0.4.5.67   | ExtremeReactors-1.12.2-0.4.5.67.jar             | None                                     |
    | LC    | forgelin                    | 1.8.4             | Forgelin-1.8.4.jar                              | None                                     |
    | LC    | galacticrafttweaker         | 1.12.2-1.0.3      | GalacticraftTweaker-1.12.2-1.0.3.jar            | b02331787272ec3515ebe63ecdeea0d746653468 |
    | LC    | gbook                       | 2.9.5             | Guidebook-1.12.2-2.9.5.jar                      | None                                     |
    | LC    | gunpowderlib                | 1.12.2-1.0        | GunpowderLib-1.12.2-1.0.jar                     | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |
    | LC    | hammercore                  | 2.0.6.19          | HammerLib-1.12.2-2.0.6.19.jar                   | 9f5e2a811a8332a842b34f6967b7db0ac4f24856 |
    | LC    | huntingdim                  | 1.0.42            | HuntingDimension-1.12.2-1.0.42.jar              | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | mekanism                    | 1.12.2-9.7.9.380  | Mekanism-1.12.2-9.7.9.380.jar                   | None                                     |
    | LC    | teslacorelib                | 1.0.17            | tesla-core-lib-1.12.2-1.0.17.jar                | d476d1b22b218a10d845928d1665d45fce301b27 |
    | LC    | industrialforegoing         | 1.12.2-1.12.2     | industrialforegoing-1.12.2-1.12.13-237.jar      | None                                     |
    | LC    | ironbackpacks               | 1.12.2-3.0.8-12   | Iron-Backpacks-Mod-1.12.2.jar                   | None                                     |
    | LC    | ironchest                   | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar                 | None                                     |
    | LC    | ironfurnaces                | 1.3.2             | ironfurnaces-mc1.12.2-v1.3.2.jar                | None                                     |
    | LC    | jecalculation               | 1.12.2-3.2.3      | JustEnoughCalculation-1.12.2-3.2.3.jar          | None                                     |
    | LC    | jee                         | 1.0.8             | JustEnoughEnergistics-1.12.2-1.0.8.jar          | None                                     |
    | LC    | mekanismgenerators          | 1.12.2-9.7.9.380  | MekanismGenerators-1.12.2-9.7.9.380.jar         | None                                     |
    | LC    | minions                     | 2.0.3             | Minions-Mod-1.12.2.jar                          | None                                     |
    | LC    | movillages                  | 1.5.4             | Mo-Villages-Mod-1.12.2.jar                      | None                                     |
    | LC    | mysticalagriculture         | 1.7.5             | MysticalAgriculture-1.12.2-1.7.5.jar            | None                                     |
    | LC    | mysticalagradditions        | 1.3.2             | MysticalAgradditions-1.12.2-1.3.2.jar           | None                                     |
    | LC    | neid                        | 1.5.4.4           | NotEnoughIDs-1.5.4.4.jar                        | None                                     |
    | LC    | nuclearcraft                | 2.18w             | NuclearCraft-2.18w-1.12.2.jar                   | None                                     |
    | LC    | openmods                    | 0.12.2            | OpenModsLib-1.12.2-0.12.2.jar                   | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LC    | openblocks                  | 1.8.1             | OpenBlocks-1.12.2-1.8.1.jar                     | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
    | LC    | simplybackpacks             | 1.4.9             | simplybackpacks-1.4.9.jar                       | None                                     |
    | LC    | storagedrawersextra         | @VERSION@         | StorageDrawersExtras-1.12-3.1.0.jar             | None                                     |
    | LC    | thermalfoundation           | 2.6.7             | ThermalFoundation-1.12.2-2.6.7.1-universal.jar  | None                                     |
    | LC    | thermalexpansion            | 5.5.7             | ThermalExpansion-1.12.2-5.5.7.1-universal.jar   | None                                     |
    | LC    | thermalcultivation          | 0.3.6             | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None                                     |
    | LC    | thermalinnovation           | 0.3.6             | ThermalInnovation-1.12.2-0.3.6.1-universal.jar  | None                                     |
    | LC    | upgradedpickaxe             | 1.12.2.0          | upgradedpickaxe-1.12.2.0.jar                    | None                                     |
    | LC    | fluidcows                   | 1.1.11            | Fluid-Cows-Mod-1.12.2.jar                       | None                                     |
    | LC    | teslacorelib_registries     | 1.0.17            | tesla-core-lib-1.12.2-1.0.17.jar                | None                                     |
    | LC    | tweakersconstructpostload   | 1.12.2-1.5.4      | tweakersconstruct-1.12.2-1.5.4.jar              | None                                     |

    Loaded coremods (and transformers):
Plugin (NotEnoughIDs-1.5.4.4.jar)
  ru.fewizz.neid.asm.Transformer
MekanismCoremod (Mekanism-1.12.2-9.7.9.380.jar)
  mekanism.coremod.KeybindingMigrationHelper
ForgelinPlugin (Forgelin-1.8.4.jar)
 
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
  openmods.core.OpenModsClassTransformer
HCASM (HammerLib-1.12.2-2.0.6.19.jar)
  com.zeitheron.hammercore.asm.HammerCoreTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
  atomicstryker.dynamiclights.common.DLTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.237.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
    GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.7637' Renderer: 'Intel(R) UHD Graphics 630'
    OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
    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)
        - chiselIntegration (Enabled/Not Forced)

    HammerCore Debug Information:
Dependent Mods: None.

    OptiFine Version: OptiFine_1.12.2_HD_U_F5
    OptiFine Build: 20191204-141934
    Render Distance Chunks: 12
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 - Build 26.20.100.7637
    OpenGlRenderer: Intel(R) UHD Graphics 630
    OpenGlVendor: Intel
    CpuCount: 8
 
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 819
156
3 000
347
26
Alsace
www.minecraftforgefrance.fr
Si tu enlève codechickencore cela donne quoi ?
Car j'ai l'impression qu'un des autres mods que tu as l'intègre, ou du moins contient également le fichier "codechicken.lib.util.ResourceUtils" ce qui cause un conflit.
 

ryo_endragon

Aventurier
30 Août 2021
3
0
1
20
Si tu enlève codechickencore cela donne quoi ?
Car j'ai l'impression qu'un des autres mods que tu as l'intègre, ou du moins contient également le fichier "codechicken.lib.util.ResourceUtils" ce qui cause un conflit.
si j'enlève codechiken j'ai sur mon minecraft un message d'erreur qui me demande de rajouté codchickenlib dans une version ou plus élevé j'ai essayer chaque version de la 1.12.2 mais aucune ne fonctione
 

barbouille5458

Aventurier
23 Octobre 2021
1
0
1
23
Bonjour j'ai également un crash. Une solution ?
---- Minecraft Crash Report ----

WARNING: coremods are present:
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
OTGCorePlugin (OTG-Core.jar)
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 10/23/21 6:00 PM
Description: Initializing game

java.lang.RuntimeException: Invalid id 4096 - maximum id range exceeded.
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:295)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154)
at com.shynieke.statues.init.StatuesBlocks.registerBlocks(StatuesBlocks.java:252)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_260_StatuesBlocks_registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
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)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:295)
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:281)
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:113)
at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:154)
at com.shynieke.statues.init.StatuesBlocks.registerBlocks(StatuesBlocks.java:252)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_260_StatuesBlocks_registerBlocks_Register.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus$1.invoke(EventBus.java:144)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.registries.GameData.fireRegistryEvents(GameData.java:845)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:630)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
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)

-- 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: 1380584952 bytes (1316 MB) / 3892314112 bytes (3712 MB) up to 10737418240 bytes (10240 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G -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.2855 Optifine OptiFine_1.12.2_HD_U_G5 89 mods loaded, 89 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.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | forge | 14.23.5.2855 | forge-1.12.2-14.23.5.2855.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None |
| LCH | micdoodlecore | | minecraft.jar | None |
| LCH | otgcore | 1.12.2-v9.3 | minecraft.jar | None |
| LCH | additional_lights | 1.12.2-1.2.1 | additional_lights-1.12.2-1.2.1.jar | None |
| LCH | aether_legacy | 1.5.3.2 | aether-1.12.2-v1.5.3.2.jar | None |
| LCH | akashictome | 1.2-12 | AkashicTome-1.2-12.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 | astikorcarts | 1.12.2-0.1.2.7 | astikorcarts-1.12.2-0.1.2.7.jar | None |
| LCH | autoreglib | 1.3-32 | AutoRegLib-1.3-32.jar | None |
| LCH | bettercaves | 1.12.2 | bettercaves-1.12.2-2.0.4.jar | None |
| LCH | bettermineshafts | 1.12.2-2.2.1 | BetterMineshaftsForge-1.12.2-2.2.1.jar | None |
| LCH | betternether | 0.1.8.6 | betternether-0.1.8.6.jar | None |
| LCH | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
| LCH | openterraingenerator | v9.3 | OpenTerrainGenerator-1.12.2-v9.3.jar | None |
| LCH | biomebundle | 5.1 | Biome_Bundle-1.12.2-v6.1.jar | None |
| LCH | biomesoplenty | 7.0.1.2444 | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar | None |
| LCH | buildcraftlib | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| LCH | buildcraftcore | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| LCH | buildcraftbuilders | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| LCH | buildcrafttransport | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| LCH | buildcraftsilicon | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| LCH | buildcraftenergy | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| LCH | ic2 | 2.8.221-ex112 | industrialcraft-2-2.8.221-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
| LCH | jei | 4.16.1.302 | jei_1.12.2-4.16.1.302.jar | None |
| LCH | forestry | 5.8.2.422 | forestry_1.12.2-5.8.2.422.jar | None |
| LCH | buildcraftcompat | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| LCH | buildcraftfactory | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| LCH | buildcraftrobotics | 7.99.24.8 | buildcraft-all-7.99.24.8.jar | None |
| LCH | chisel | MC1.12.2-1.0.2.45 | Chisel-MC1.12.2-1.0.2.45.jar | None |
| LCH | clumps | 3.1.2 | Clumps-3.1.2.jar | None |
| LCH | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH | redstoneflux | 2.1.1 | RedstoneFlux-1.12-2.1.1.1-universal.jar | None |
| LCH | cofhcore | 4.6.6 | CoFHCore-1.12.2-4.6.6.1-universal.jar | None |
| LCH | cofhworld | 1.4.0 | CoFHWorld-1.12.2-1.4.0.1-universal.jar | None |
| LCH | conquest | 3.0.2 | ConquestReforged-3.0.2-mc1.12.2.jar | None |
| LCH | blockpalette | 1.5.0 | ConquestReforged-3.0.2-mc1.12.2.jar | None |
| LCH | connect | 1.0.3-mc1.12.2-SNAPSHOT | ConquestReforged-3.0.2-mc1.12.2.jar | None |
| LCH | cucumber | 1.1.3 | Cucumber-1.12.2-1.1.3.jar | None |
| LCH | ptrmodellib | 1.0.5 | PTRLib-1.0.5.jar | None |
| LCH | props | 2.6.3.7 | Decocraft-2.6.3.7_1.12.2.jar | None |
| LCH | dungeontactics | DT-0.16.9 | DungeonTactics-1.12.2-0.16.9.jar | None |
| LCH | engineersdecor | 1.1.3 | engineersdecor-1.12.2-1.1.3.jar | ed58ed655893ced6280650866985abcae2bf7559 |
| LCH | extrautils2 | 1.0 | extrautils2-1.12-1.9.9.jar | None |
| LCH | fairylights | 2.1.10 | fairylights-2.2.0-1.12.2.jar | None |
| LCH | fastbench | 1.7.3 | FastWorkbench-1.12.2-1.7.3.jar | None |
| LCH | galacticraftcore | 4.0.2.280 | GalacticraftCore-1.12.2-4.0.2.280.jar | None |
| LCH | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
| LCH | ichunutil | 7.2.2 | iChunUtil-1.12.2-7.2.2.jar | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCH | inventorytweaks | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCH | ironbackpacks | 1.12.2-3.0.8-12 | IronBackpacks-1.12.2-3.0.8-12.jar | None |
| LCH | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
| LCH | ironfurnaces | 1.3.5 | ironfurnaces-1.3.5.jar | None |
| LCH | ironjetpacks | 1.1.0 | IronJetpacks-1.12-2-1.1.0.jar | None |
| LCH | jeiintegration | 1.5.1.36 | jeiintegration_1.12.2-1.5.1.36.jar | None |
| LCH | journeymap | 1.12.2-5.7.0 | journeymap-1.12.2-5.7.0.jar | None |
| LCH | libraryex | 1.2.2 | LibraryEx-1.12.2-1.2.2.jar | None |
| LCH | mcwbridges | 1.0.6 | mcw-bridges-1.0.6b-mc1.12.2.jar | None |
| LCH | mcwdoors | 1.0 | mcw-doors-1.0.0-mc1.12.2.jar | None |
| LCH | mcwfences | 1.0.0 | mcw-fences-1.0.0-mc1.12.2.jar | None |
| LCH | mcwfurnitures | 1.0 | mcw-furnitures-1.0.0-mc1.12.2.jar | None |
| LCH | mcwroofs | 1.0.2 | mcw-roofs-1.0.2-mc1.12.2.jar | None |
| LCH | mcwtrpdoors | 1.0.2 | mcw-trapdoors-1.0.3-mc1.12.2.jar | None |
| LCH | mcwwindows | 1.0 | mcw-windows-1.0.0-mc1.12.2.jar | None |
| LCH | mobdismemberment | 7.0.0 | MobDismemberment-1.12.2-7.0.0.jar | None |
| LCH | moreoverlays | 1.15.1 | moreoverlays-1.15.1-mc1.12.2.jar | None |
| LCH | morpheus | 1.12.2-3.5.106 | Morpheus-1.12.2-3.5.106.jar | None |
| LCH | naturescompass | 1.8.5 | NaturesCompass-1.12.2-1.8.5.jar | None |
| LCH | nefdecomod | 0.9 | NefsMedievalPub+v0.9(1.12.2).jar | None |
| LCH | netherex | 2.2.5 | NetherEx-1.12.2-2.2.5.jar | None |
| LCH | prefab | 1.3.1.3 | prefab-1.3.1.3.jar | None |
| LCH | realdrops | 1.2.14 | RealisticItemDrops-1.2.14.jar | None |
| LCH | reccomplex | 1.4.8.2 | RecurrentComplex-1.4.8.2.jar | None |
| LCH | simpleplanes | 3.0.1.7 | simpleplanes-1.12.2-3.0.1.7.jar | None |
| LCH | walls | 1.0.0 | stable3.jar | None |
| LCH | statues | 0.8.9.2 | statues-1.12.X-0.8.9.2.jar | None |
| LCH | thermalfoundation | 2.6.7 | ThermalFoundation-1.12.2-2.6.7.1-universal.jar | None |
| LCH | thermalexpansion | 5.5.7 | ThermalExpansion-1.12.2-5.5.7.1-universal.jar | None |
| LCH | thermalcultivation | 0.3.6 | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None |
| LCH | thermaldynamics | 2.5.6 | ThermalDynamics-1.12.2-2.5.6.1-universal.jar | None |
| LCH | thermalinnovation | 0.3.6 | ThermalInnovation-1.12.2-0.3.6.1-universal.jar | None |
| LCH | tombstone | 4.4.3 | tombstone-4.4.3-1.12.2.jar | None |
| LCH | waystones | 4.1.0 | Waystones_1.12.2-4.1.0.jar | None |
| LCH | wildnature | 1.2 | wildnature-1.2.jar | None |
| LCH | betteranimalsplus | 9.0.1 | betteranimalsplus-1.12.2-9.0.1.jar | None |

Loaded coremods (and transformers):
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
OTGCorePlugin (OTG-Core.jar)
com.pg85.otg.forge.asm.excluded.OTGClassTransformer
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
micdoodle8.mods.miccore.MicdoodleTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)

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 472.12' Renderer: 'NVIDIA GeForce RTX 2060/PCIe/SSE2'
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
Launched Version: 1.12.2-forge-14.23.5.2855
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 4.6.0 NVIDIA 472.12, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: vanilla
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 12x AMD Ryzen 5 3600X 6-Core Processor
OptiFine Version: OptiFine_1.12.2_HD_U_G5
OptiFine Build: 20210124-142939
Render Distance Chunks: 10
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: BSL_v8.0.01.zip
OpenGlVersion: 4.6.0 NVIDIA 472.12
OpenGlRenderer: NVIDIA GeForce RTX 2060/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 12
 

mikey_7627

Aventurier
20 Mars 2022
1
0
1
23
Bonsoir, j'ai aussi un problème si quelqu'un peut m'aider merci beaucoup.

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

WARNING: coremods are present:
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
Contact their authors BEFORE contacting forge

// Hey, that tickles! Hehehe!

Time: 3/19/22 11:52 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: 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:58)
    at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:52)
    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.GeneratedMethodAccessor9.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)


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: 335785928 bytes (320 MB) / 771751936 bytes (736 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 Optifine OptiFine_1.12.2_HD_U_G5 17 mods loaded, 17 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   | orbis-lib            | 0.2.0        | orbis-lib-1.12.2-0.2.0+build411.jar            | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
    | LCH   | aether               | 0.3.0        | aether_ii-1.12.2-0.3.0+build411-universal.jar  | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
    | LCH   | biomesoplenty        | 7.0.1.2444   | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar  | None                                     |
    | LCE   | codechickenlib       | 3.2.2.353    | CodeChickenLib-1.12.2-3.2.2.353-deobf.jar      | None                                     |
    | 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    | draconicevolution    | 2.3.22       | Draconic-Evolution-Mod-1.12.2.jar              | None                                     |
    | LC    | jei                  | 4.16.1.302   | jei_1.12.2-4.16.1.302.jar                      | None                                     |
    | LC    | lucky                | 7.6.0        | Lucky-Block-Mod-1.12.2.jar                     | None                                     |
    | LC    | lunatriuscore        | 1.2.0.42     | LunatriusCore-1.12.2-1.2.0.42-universal.jar    | None                                     |
    | LC    | additionalstructures | 2.5.0        | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar | None                                     |
    | LC    | schematica           | 1.8.0.169    | Schematica-1.12.2-1.8.0.169-universal.jar      | None                                     |
    | LC    | phosphor-lighting    | 1.12.2-0.2.6 | phosphor-1.12.2-0.2.6+build50.jar              | f0387d288626cc2d937daa504e74af570c52a2f1 |

    Loaded coremods (and transformers):
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
 
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 466.27' Renderer: 'NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2'
    OptiFine Version: OptiFine_1.12.2_HD_U_G5
    OptiFine Build: 20210124-142939
    Render Distance Chunks: 15
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 466.27
    OpenGlRenderer: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 6
 
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 819
156
3 000
347
26
Alsace
www.minecraftforgefrance.fr