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:

iliminateur

Aventurier
9 Juillet 2020
1
0
1
33
bonjour mon jeu crash quand je le lance et je pense que c'est codechickenlib pourriez-vous m'aider ?
 

Fichiers joints

  • crash-2020-07-09_18.00.33-client.txt
    9.3 KB · Affichages: 214

KilleurNova

Bucheron
2 Août 2020
2
0
11
24
bonjour moi jai un autre crash je sais pas la source
Code:
---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 02/08/20 15:50
Description: Initializing game

java.lang.VerifyError: Bad type on operand stack
Exception Details:
  Location:
    net/mcft/copy/betterstorage/misc/handlers/PacketHandler.handleBackpackHasItems(Lnet/minecraft/entity/player/EntityPlayer;Ljava/io/DataInputStream;)V @6: invokestatic
  Reason:
    Type 'net/minecraft/entity/player/EntityPlayer' (current frame, stack[0]) is not assignable to 'net/minecraft/entity/EntityLiving'
  Current Frame:
    bci: @6
    flags: { }
    locals: { 'net/mcft/copy/betterstorage/misc/handlers/PacketHandler', 'net/minecraft/entity/player/EntityPlayer', 'java/io/DataInputStream', integer }
    stack: { 'net/minecraft/entity/player/EntityPlayer' }
  Bytecode:
    0x0000000: 2cb6 00dc 3e2b b800 e21d b500 e8b1    

    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
    at java.lang.Class.getConstructor0(Class.java:3075)
    at java.lang.Class.newInstance(Class.java:412)
    at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)
    at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)
    at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)
    at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)


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

-- Head --
Stacktrace:
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
    at java.lang.Class.getConstructor0(Class.java:3075)
    at java.lang.Class.newInstance(Class.java:412)
    at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:195)
    at cpw.mods.fml.common.network.NetworkModHandler.configureNetworkMod(NetworkModHandler.java:133)
    at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:102)
    at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:263)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:519)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    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.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
    at net.minecraft.client.main.Main.main(SourceFile:101)
    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:131)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
    Minecraft Version: 1.6.4
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 504897576 bytes (481 MB) / 738197504 bytes (704 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
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Suspicious classes: FML and Forge are installed
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v8.11 FML v6.4.50.1,345 Minecraft Forge 9.11.1.1345 Optifine OptiFine_1.6.4_HD_D1 23 mods loaded, 23 mods active
    mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{6.4.50.1,345} [Forge Mod Loader] (minecraftforge-9.11.1.1345.jar) Unloaded->Constructed
    Forge{9.11.1.1345} [Minecraft Forge] (minecraftforge-9.11.1.1345.jar) Unloaded->Constructed
    CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed
    NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems-1.6.4-1.6.1.9-universal.jar) Unloaded->Constructed
    TConstruct-Preloader{0.0.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed
    DamageIndicatorsMod{2.7.0.1} [Damage Indicators] (1.5.2 DamageIndicators v2.7.0.1.zip) Unloaded->Constructed
    BetterStorage{0.6.2.23-hotfix2} [BetterStorage] ([1.5.2]BetterStorage_0.6.2.23-hotfix2.zip) Unloaded
    netherrocks{1.6.4} [Netherrocks] ([1.6.2]+Netherrocks+v1.6.4.zip) Unloaded
    shinoow.abyssalcraft{1.5.0c} [AbyssalCraft] (AbyssalCraft-1.5.0c-mc1-6-4.jar) Unloaded
    BiblioCraft{1.5.5} [BiblioCraft] (BiblioCraft[v1.5.5].zip) Unloaded
    eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded
    Forestry{2.3.1.1} [Forestry for Minecraft] (forestry-A-2.3.1.1.jar) Unloaded
    GalacticraftCore{2.0.14} [Galacticraft Core] (Galacticraft-1.6.4-2.0.14.1098.jar) Unloaded
    GalacticraftMars{2.0.14} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.14.1098.jar) Unloaded
    meteors{2.11.2} [Falling Meteors] (Meteors_Mod_V2.11.2.zip) Unloaded
    OreSpawn{164.20} [OreSpawn] (orespawn164v20a.zip) Unloaded
    SecurityCraft{v1.4.1} [SecurityCraft] (SecurityCraft_v1.4.1_for_1.6.4.zip) Unloaded
    Waila{1.5.2a} [Waila] (Waila_1.5.2a.zip) Unloaded
    TConstruct{1.5.13EX} [Tinkers' Construct] (TConstruct_mc1.6.4_EX.30.jar) Unloaded
    TC{4.2.1_012} [Traincraft] (traincraft-4.2.1_011.jar) Unloaded
    TwilightForest{1.20.5} [The Twilight Forest] (Twilight+Forest+-+MC+1.6.4+-+1.20.5.jar) Unloaded
    Launched Version: 1.6.4-Forge9.11.1.1345
    LWJGL: 2.9.0
    OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.4229, Intel
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Pack: Default
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
 
Dernière édition par un modérateur:

StorFaxe

Aventurier
20 Octobre 2020
3
0
1
17
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:
  MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
  CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// Daisy, daisy...

Time: 10/20/20 12:38 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
Caused by: codechicken.lib.configuration.ConfigFile$ConfigException: codechicken.lib.configuration.ConfigParseException: Invalid value type d, @Line:20, dump_asm=true
    at codechicken.lib.configuration.ConfigFile.load(ConfigFile.java:61)
    at codechicken.lib.configuration.ConfigFile.<init>(ConfigFile.java:43)
    at codechicken.lib.configuration.ConfigFile.<init>(ConfigFile.java:29)
    at codechicken.lib.configuration.ConfigFile.<init>(ConfigFile.java:19)
    at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:50)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
    at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: codechicken.lib.configuration.ConfigParseException: Invalid value type d, @Line:20, dump_asm=true
    at codechicken.lib.configuration.ConfigTag.parseTag(ConfigTag.java:92)
    at codechicken.lib.configuration.ConfigFile.load(ConfigFile.java:59)
    ... 44 more


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

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 605399280 bytes (577 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=64M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2847 20 mods loaded, 20 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   | micdoodlecore       |                   | minecraft.jar                                      | None                                     |
    | LCH   | aroma1997core       | 2.0.0.2           | Aroma1997Core-1.12.2-2.0.0.2.jar                   | dfbfe4c473253d8c5652417689848f650b2cbe32 |
    | LCH   | biomesoplenty       | 7.0.1.2444        | BiomesOPlenty-1.12.2-7.0.1.2444-universal.jar      | None                                     |
    | LCE   | codechickenlib      | 3.2.3.358         | CodeChickenLib-1.12.2-3.2.3.358-universal(1).jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | 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    | ctm                 | MC1.12.2-1.0.2.31 | CTM-MC1.12.2-1.0.2.31.jar                          | None                                     |
    | LC    | draconicevolution   | 2.3.27            | Draconic-Evolution-1.12.2-2.3.27.353-universal.jar | None                                     |
    | LC    | galacticraftcore    | 4.0.2.280         | GalacticraftCore-1.12.2-4.0.2.280.jar              | None                                     |
    | LC    | galacticraftplanets | 4.0.2.280         | Galacticraft-Planets-1.12.2-4.0.2.280.jar          | None                                     |
    | LC    | jei                 | 4.16.1.301        | jei_1.12.2-4.16.1.301.jar                          | None                                     |
    | LC    | journeymap          | 1.12.2-5.7.1      | journeymap-1.12.2-5.7.1.jar                        | None                                     |
    | LC    | mcjtylib_ng         | 3.5.4             | mcjtylib-1.12-3.5.4(1).jar                         | None                                     |
    | LC    | patchouli           | 1.0-21            | Patchouli-1.0-21.jar                               | None                                     |
    | LC    | rftools             | 7.73              | rftools-1.12-7.73.jar                              | None                                     |
    | LC    | twilightforest      | 3.11.1021         | twilightforest-1.12.2-3.11.1021-universal.jar      | None                                     |

    Loaded coremods (and transformers):
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.280.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
CoreMod (Aroma1997Core-1.12.2-2.0.0.2.jar)
 
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
 
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 815
156
3 000
347
26
Alsace
www.minecraftforgefrance.fr
Bonjour,
C'est le même problème, donc même solution que pour tous les autres : supprimer le fichier de configuration de code chicken lib dans le dossier .minecraft/config
 
Solution

Luxuto

Aventurier
24 Novembre 2020
1
0
1
17
Jai le même problème, quelqu'un m'aide ?
voici le rapport :
Code:
ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@2ec68e49, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@759820ea, packed='null'}, Library{name='net.java.jinput:jinput-platform:2.0.5', rules=null, natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@7e292e57, packed='null'}, Library{name='com.mojang:text2speech:1.10.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:text2speech:1.10.3', rules=null, natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@782156a0, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.0.0', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives={OSX=natives-osx}, extract=net.minecraft.launcher.versions.ExtractRules@620f3b2b, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.0.0', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}]},
remote=PartialVersion{id='ForgeOptiFine 1.12.2', time=Mon Sep 18 03:39:48 CEST 2017, release=Mon Sep 18 03:39:48 CEST 2017, type=modified, source=SKIN_VERSION_REPO, list=net.minecraft.launcher.updater.SkinVersionList@35629457}, isInstalled=true, hasRemote=true, isUpToDate=true}
[Launcher] Java path: C:\Users\elofe\AppData\Roaming\.tlauncher\jvms\jre1.8.0_51\bin\javaw.exe
[Launcher] Checking conditions...
[Launcher] resourcepacks:SwordCraft Online 1.8.3,ZBA 3.0 Resource Pack,ZBA 3.0 Resource Pack.zip
[Launcher] Comparing assets...
[AssetsManager] Checking resources...
[AssetsManager] Reading indexes from file C:\Users\elofe\AppData\Roaming\.minecraft\assets\indexes\1.12.json
[AssetsManager] Fast comparing: true
[Launcher] Delta time to compare assets: 204 ms.
[TLauncherManager] add required libraries: ForgeOptiFine 1.12.2
[VersionManager] Required for version ForgeOptiFine 1.12.2: []
[Modpack]  got container
[TLauncherManager] library will be replaced: com.mojang:authlib:1.5.25
[TLauncherManager] library will be replaced: com.mojang:patchy:1.1
[Launcher] Unpacking natives...
[Launcher] Constructing process...
[Launcher] Constructing classpath...
[Launcher] Getting Minecraft arguments...
[Launcher] Full command (characters are not escaped):
C:\Users\elofe\AppData\Roaming\.tlauncher\jvms\jre1.8.0_51\bin\javaw.exe -Djava.net.preferIPv4Stack=true -Xmn128M -Xmx2759M -Djava.library.path=C:\Users\elofe\AppData\Roaming\.minecraft\versions\ForgeOptiFine 1.12.2\natives -cp C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2847\forge-1.12.2-14.23.5.2847.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\jline\jline\3.5.1\jline-3.5.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\tlauncher\patchy\1.1\patchy-1.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\tlauncher\authlib\1.6.25\authlib-1.6.25.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\versions\ForgeOptiFine 1.12.2\ForgeOptiFine 1.12.2.jar -Dminecraft.applet.TargetDirectory=C:\Users\elofe\AppData\Roaming\.minecraft -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true net.minecraft.launchwrapper.Launch --username Luxuto --version ForgeOptiFine 1.12.2 --gameDir C:\Users\elofe\AppData\Roaming\.minecraft --assetsDir C:\Users\elofe\AppData\Roaming\.minecraft\assets --assetIndex 1.12 --uuid 00000000-0000-0000-0000-000000000000 --accessToken null --userProperties [] --userType legacy --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --versionType Forge --width 925 --height 530
[Launcher] Launching Minecraft...
I'm hiding!
[TLauncherManager] mods after C:\Users\elofe\AppData\Roaming\.minecraft\mods\Apotheosis-1.12.2-1.12.5.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\CodeChickenLib-1.12.2-3.2.3.358-deobf.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\FallingTree-1.12.2-2.4.0.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\jei_1.12.2-4.16.1.301.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\NotEnoughItems-1.12.2-2.4.3.245-universal.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\OptiFine-1.12.2_HD_U_F4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\Pixelmon-1.12.2-8.1.2-universal.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\Placebo-1.12.2-1.6.0.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\simplecore-1.12.2-1.7.3.4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\simpleores-1.12.2-1.11.2.2.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\tlskincape_1.12.2-1.4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\XRay-63-1122.jar
[InnerMinecraftServersImpl]  search changers of the servers
read servers from servers.dat [Server(name=Serveur Minecraft, address=lesucredudemon.aternos.me, ip=lesucredudemon.aternos.me, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur pixelmon, address=play.lazylex.eu, ip=play.lazylex.eu, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=play.survivalworld.fr, ip=play.survivalworld.fr, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=Funcraft.net, ip=Funcraft.net, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=play.rinaorc.com, ip=play.rinaorc.com, port=null, hideAddress=false, acceptTextures=-1), Server(name=Serveur Minecraft, address=play.pokedash.org, ip=play.pokedash.org, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=play.pokemc.com, ip=play.pokemc.com, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=play.nocturiagaming.fr, ip=play.nocturiagaming.fr, port=null, hideAddress=false, acceptTextures=0)]
[InnerMinecraftServersImpl]  prepare inner servers
save servers to servers.dat
[Launcher] Starting Minecraft ForgeOptiFine 1.12.2...
[Launcher] Launching in: C:\Users\elofe\AppData\Roaming\.minecraft
Starting garbage collector: 121 / 206 MB
Garbage collector completed: 40 / 206 MB
[Launcher] Processing post-launch actions. Assist launch: true
===============================================================================================
2020-11-24 12:13:48,685 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND
2020-11-24 12:13:48,991 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root"
[12:13:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:13:49] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:13:49] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[12:13:49] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
[12:13:49] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at C:\Users\elofe\AppData\Roaming\.tlauncher\jvms\jre1.8.0_51
[12:13:49] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[12:13:49] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[12:13:49] [main/INFO] [FML]: Searching C:\Users\elofe\AppData\Roaming\.minecraft\mods for mods
[12:13:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Apotheosis-1.12.2-1.12.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
2020-11-24 12:13:49,698 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND
2020-11-24 12:13:49,723 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root"
[12:13:49] [main/WARN] [FML]: The coremod ApotheosisCore (shadows.ApotheosisCore) is not signed!
[12:13:49] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine-1.12.2_HD_U_F4.jar
[12:13:49] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in tlskincape_1.12.2-1.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[12:13:49] [main/INFO] [FML]: Loading tweaker net.minecraftxray.loader.XRayTweaker from XRay-63-1122.jar
[12:13:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:13:49] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[12:13:49] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftxray.loader.XRayTweaker
[12:13:50] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:13:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:13:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:13:50] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[12:13:50] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[12:13:50] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[12:13:50] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer
[12:13:50] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: C:\Users\elofe\AppData\Roaming\.minecraft\mods\OptiFine-1.12.2_HD_U_F4.jar
[12:13:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftxray.loader.XRayTweaker
[12:13:50] [main/INFO] [LaunchWrapper]: XRayTweaker v63-1122
[12:13:50] [main/INFO] [LaunchWrapper]: Detected Minecraft version: 1.12.2
[12:13:50] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:13:55] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[12:13:55] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[12:13:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:13:55] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:13:55] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container gloomyfolken.hooklib.minecraft.SecondaryTransformerHook
[12:13:55] [main/INFO] [FML]: [HOOKLIB]  Obfuscated: true
[12:13:56] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container org.tlauncher.skin.cape.asm.TLSkinCapeHooks
[12:13:56] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:13:56] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraftforge.fml.common.Loader
[12:13:56] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraftforge.fml.common.Loader#injectData([Ljava/lang/Object;)
[12:13:56] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Methods dictionary loaded in 14 ms
[12:13:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:13:57] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:13:57] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:13:57] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[12:13:57] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[12:13:58] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.entity.player.EntityPlayer
[12:13:58] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.entity.player.EntityPlayer#isWearing(Lnet/minecraft/entity/player/EnumPlayerModelParts;)
[12:13:58] [main/INFO] [Apotheosis : Core]: Transforming EntityLivingBase...
[12:13:58] [main/INFO] [Apotheosis : Core]: Successfully transformed EntityLivingBase
[12:13:58] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.client.entity.AbstractClientPlayer
[12:13:58] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.entity.AbstractClientPlayer#getLocationSkin()Lnet/minecraft/util/ResourceLocation;
[12:13:58] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.entity.AbstractClientPlayer#getLocationCape()Lnet/minecraft/util/ResourceLocation;
[12:13:58] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.entity.AbstractClientPlayer#getSkinType()
[12:13:59] [Client thread/INFO] [minecraft/Minecraft]: Setting user: Luxuto
[12:14:00] [Client thread/INFO] [Apotheosis : Core]: Transforming Item...
[12:14:00] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed Item
[12:14:01] [Client thread/INFO] [Apotheosis : Core]: Transforming BlockBed...
[12:14:01] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed BlockBed
[12:14:04] [Client thread/INFO] [Apotheosis : Core]: Transforming SharedMonsterAttributes...
[12:14:04] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed SharedMonsterAttributes
[12:14:04] [Client thread/INFO] [Apotheosis : Core]: Transforming ItemArrow...
[12:14:04] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed ItemArrow
[12:14:05] [Client thread/INFO] [Apotheosis : Core]: Transforming PotionEffect...
[12:14:05] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed PotionEffect
[12:14:06] [Client thread/INFO] [Apotheosis : Core]: Transforming EntityAITempt...
[12:14:06] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed EntityAITempt
[12:14:08] [Client thread/INFO] [Apotheosis : Core]: Transforming TileEntityMobSpawner$2...
[12:14:08] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed TileEntityMobSpawner$2
[12:14:08] [Client thread/INFO] [Config]: [OptiFine] [B]* Reflector Forge *[/B]
[12:14:08] [Client thread/INFO] [Config]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[12:14:10] [Client thread/INFO] [Apotheosis : Core]: Transforming ContainerRepair...
[12:14:10] [Client thread/INFO] [Apotheosis : Core]: Successfully removed the anvil level cap.
[12:14:10] [Client thread/INFO] [Apotheosis : Core]: Replaced ContainerRepair Enchantment#getMaxLevel #1.
[12:14:10] [Client thread/INFO] [Apotheosis : Core]: Replaced ContainerRepair Enchantment#getMaxLevel #2.
[12:14:10] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed ContainerRepair
[12:14:11] [Client thread/INFO] [Config]: [OptiFine] [B]* Reflector Vanilla *[/B]
[12:14:12] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[12:14:13] [Client thread/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
[12:14:13] [Client thread/INFO] [Config]: [OptiFine]
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] OptiFine_1.12.2_HD_U_F4
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] Build: 20191023-234904
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] OS: Windows 8.1 (amd64) version 6.3
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] LWJGL: 2.9.4
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] OpenGL: Intel(R) HD Graphics 505, version 4.6.0 - Build 26.20.100.7325, Intel
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] OpenGL Version: 4.6.0
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[12:14:13] [Client thread/INFO] [Config]: [OptiFine] Maximum texture size: 8192x8192
[12:14:14] [VersionCheck/INFO] [Config]: [OptiFine] Checking for new version
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] OpenGL Version: 4.6.0 - Build 26.20.100.7325
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Vendor:  Intel
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Renderer: Intel(R) HD Graphics 505
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Capabilities:  2.0  2.1  3.0  3.2  4.0
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Load shaders configuration.
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Save shaders configuration.
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
[12:14:14] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] No shaderpack loaded.
[12:14:14] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded
[12:14:14] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded
[12:14:14] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded
[12:14:14] [VersionCheck/INFO] [Config]: [OptiFine] Version found: D3
[12:14:15] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.12.2_HD_U_F4, enabling compatibility features
[12:14:15] [Client thread/INFO] [FML]: -- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 104886376 bytes (100 MB) / 301989888 bytes (288 MB) up to 2919235584 bytes (2784 MB)
    JVM Flags: 8 total; -Xmn128M -Xmx2759M -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:
    Loaded coremods (and transformers):
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  shadows.ApotheosisTransformer
TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
  gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.7325' Renderer: 'Intel(R) HD Graphics 505'
[12:14:15] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized
[12:14:15] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[12:14:15] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[12:14:15] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients
[12:14:15] [Client thread/INFO] [FML]: Searching C:\Users\elofe\AppData\Roaming\.minecraft\mods for mods
[12:14:17] [Thread-4/INFO] [FML]: Using sync timing. 200 frames of Display.update took 223141600 nanos
[12:14:18] [Client thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
[12:14:18] [Client thread/WARN] [FML]: Mod falling_tree is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.0
[12:14:20] [Client thread/INFO] [FML]: Forge Mod Loader has identified 14 mods to load
[12:14:21] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, apotheosis, codechickenlib, falling_tree, jei, nei, pixelmon, placebo, simplecore, simpleores, tlauncher_custom_cape_skin] at CLIENT
[12:14:21] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, apotheosis, codechickenlib, falling_tree, jei, nei, pixelmon, placebo, simplecore, simpleores, tlauncher_custom_cape_skin] at SERVER
[12:14:23] [Client thread/ERROR] [FML]: The mod codechickenlib is expecting signature f1850c39b2516232a2108a7bd84d1cb5df93b261 for source CodeChickenLib-1.12.2-3.2.3.358-deobf.jar, however there is no signature matching that description
[12:14:27] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Apotheosis, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:Falling Tree, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:pixelmon, FMLFileResourcePack:placebo, FMLFileResourcePack:SimpleCore API, FMLFileResourcePack:SimpleOres 2, FMLFileResourcePack:TLSkinCape
[12:14:27] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[12:14:28] [Client thread/INFO] [FML]: Found 1255 ObjectHolder annotations
[12:14:28] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[12:14:28] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[12:14:28] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[12:14:28] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at [URL]http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json[/URL]
[12:14:28] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2854
[12:14:28] [Forge Version Check/INFO] [forge.VersionCheck]: [nei] Starting version check at [URL]http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=NotEnoughItems[/URL]
[12:14:28] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
  ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 11/24/20 12:14 PM
XRay version: 63-1122
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.GeneratedMethodAccessor3.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 8.1 (amd64) version 6.3
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 97659560 bytes (93 MB) / 436207616 bytes (416 MB) up to 2919235584 bytes (2784 MB)
    JVM Flags: 8 total; -Xmn128M -Xmx2759M -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 Optifine OptiFine_1.12.2_HD_U_F4 14 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                                |
    |:----- |:-------------------------- |:------------ |:--------------------------------------------- |:---------------------------------------- |
    | 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   | placebo                    | 1.6.0        | Placebo-1.12.2-1.6.0.jar                      | None                                     |
    | LCH   | apotheosis                 | 1.12.4       | Apotheosis-1.12.2-1.12.5.jar                  | None                                     |
    | LCE   | codechickenlib             | 3.2.3.358    | CodeChickenLib-1.12.2-3.2.3.358-deobf.jar     | None                                     |
    | LC    | falling_tree               | 2.4.0        | FallingTree-1.12.2-2.4.0.jar                  | None                                     |
    | LC    | jei                        | 4.16.1.301   | jei_1.12.2-4.16.1.301.jar                     | None                                     |
    | LC    | nei                        | 2.4.3        | NotEnoughItems-1.12.2-2.4.3.245-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | pixelmon                   | 8.1.2        | Pixelmon-1.12.2-8.1.2-universal.jar           | None                                     |
    | LC    | simplecore                 | 1.7.3.4      | simplecore-1.12.2-1.7.3.4.jar                 | None                                     |
    | LC    | simpleores                 | 1.11.2.2     | simpleores-1.12.2-1.11.2.2.jar                | None                                     |
    | LC    | tlauncher_custom_cape_skin | 1.4          | tlskincape_1.12.2-1.4.jar                     | None                                     |

    Loaded coremods (and transformers):
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  shadows.ApotheosisTransformer
TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
  gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.7325' Renderer: 'Intel(R) HD Graphics 505'
    OptiFine Version: OptiFine_1.12.2_HD_U_F4
    OptiFine Build: 20191023-234904
    Render Distance Chunks: 6
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 - Build 26.20.100.7325
    OpenGlRenderer: Intel(R) HD Graphics 505
    OpenGlVendor: Intel
    CpuCount: 4
[12:14:28] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.14.28-client.txt
Here I am!
[VersionManager] Refreshing versions locally...
[VersionManager] Versions has been refreshed (82 ms)
[Version:1.14.4-forge-28.1.0] Resolving...
[Version:1.14.4-forge-28.1.0] Inherits from 1.14.4
[Version:1.14.4-forge-28.1.0] Resolving...
[Version:1.14.4-forge-28.1.0] Inherits from 1.14.4
[Version:1.14.4-forge-28.1.0] Resolving...
[Version:1.14.4-forge-28.1.0] Inherits from 1.14.4
[Launcher] Minecraft closed with exit code: -1
flush now
[Launcher] Launcher exited.
[Launcher] [Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.08.27-client.txt
[Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.08.27-client.txt
[Launcher] [Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.09.22-client.txt
[Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.09.22-client.txt
[Launcher] [Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.10.59-client.txt
[Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.10.59-client.txt
[Launcher] [Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.14.28-client.txt
[Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.14.28-client.txt
flush now
[LoginForm] Login was OK. Trying to launch now.
[Launcher] Running under TLauncher 2.72
[Launcher] Collecting info...
[TLauncherManager] before clearLibrary C:\Users\elofe\AppData\Roaming\.minecraft\mods\Apotheosis-1.12.2-1.12.5.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\CodeChickenLib-1.12.2-3.2.3.358-deobf.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\FallingTree-1.12.2-2.4.0.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\jei_1.12.2-4.16.1.301.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\NotEnoughItems-1.12.2-2.4.3.245-universal.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\OptiFine-1.12.2_HD_U_F4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\Pixelmon-1.12.2-8.1.2-universal.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\Placebo-1.12.2-1.6.0.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\simplecore-1.12.2-1.7.3.4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\simpleores-1.12.2-1.11.2.2.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\tlskincape_1.12.2-1.4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\XRay-63-1122.jar
[TLauncherManager] written:  []
[TLauncherManager] after clearLibrary C:\Users\elofe\AppData\Roaming\.minecraft\mods\Apotheosis-1.12.2-1.12.5.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\CodeChickenLib-1.12.2-3.2.3.358-deobf.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\FallingTree-1.12.2-2.4.0.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\jei_1.12.2-4.16.1.301.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\NotEnoughItems-1.12.2-2.4.3.245-universal.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\Pixelmon-1.12.2-8.1.2-universal.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\Placebo-1.12.2-1.6.0.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\simplecore-1.12.2-1.7.3.4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\simpleores-1.12.2-1.11.2.2.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\XRay-63-1122.jar
[Launcher] Force update: false
[Launcher] Selected version: ForgeOptiFine 1.12.2
[Launcher] Selected account: Account{displayName=null, userid=null, uuid=null, username=Luxuto}
[Launcher] Version sync info: VersionSyncInfo{id='ForgeOptiFine 1.12.2',
local=CompleteVersion{id='ForgeOptiFine 1.12.2', time=Mon Sep 18 03:39:48 CEST 2017, release=Mon Sep 18 10:39:46 CEST 2017, type=modified, class=net.minecraft.launchwrapper.Launch, minimumVersion=14, assets='1.12', source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.SkinVersionList@35629457, libraries=[Library{name='net.minecraftforge:forge:1.12.2-14.23.5.2847', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraft:launchwrapper:1.12', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-all:5.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='jline:jline:3.5.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.typesafe.akka:akka-actor_2.11:2.3.3', rules=null, natives=null, extract=null, packed='forge'}, Library{name='com.typesafe:config:1.2.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-actors-migration_2.11:1.1.0', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-compiler:2.11.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang.plugins:scala-continuations-library_2.11:1.0.2', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang.plugins:scala-continuations-plugin_2.11.1:1.0.2', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-library:2.11.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-parser-combinators_2.11:1.0.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-reflect:2.11.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-swing_2.11:1.0.1', rules=null, natives=null, extract=null, packed='forge'}, Library{name='org.scala-lang:scala-xml_2.11:1.0.2', rules=null, natives=null, extract=null, packed='forge'}, Library{name='lzma:lzma:0.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:5.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='java3d:vecmath:1.5.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.trove4j:trove4j:3.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.maven:maven-artifact:3.5.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:patchy:1.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='oshi-project:oshi-core:1.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna:4.4.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:platform:3.4.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.ibm.icu:icu4j-core-mojang:51.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:5.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:codecjorbis:20101023', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:codecwav:20101023', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:libraryjavasound:20101123', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:librarylwjglopenal:20100824', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.paulscode:soundsystem:20120107', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-all:4.1.9.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:guava:21.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-lang3:3.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-io:commons-io:2.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-codec:commons-codec:1.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.jinput:jinput:2.0.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.jutils:jutils:1.0.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.code.gson:gson:2.8.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:authlib:1.5.25', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:realms:1.10.22', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-compress:1.8.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpclient:4.3.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-logging:commons-logging:1.1.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpcore:4.3.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='it.unimi.dsi:fastutil:7.1.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-api:2.8.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-core:2.8.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.4-nightly-20150209', rules=[Rule{action=ALLOW, os=null, features=null}, Rule{action=DISALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@4998934e, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl_util:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl.lwjgl:lwjgl-platform:2.9.2-nightly-20140822', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@2e681626, packed='null'}, Library{name='net.java.jinput:jinput-platform:2.0.5', rules=null, natives={LINUX=natives-linux, OSX=natives-osx, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@2f637489, packed='null'}, Library{name='com.mojang:text2speech:1.10.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:text2speech:1.10.3', rules=null, natives={LINUX=natives-linux, WINDOWS=natives-windows}, extract=net.minecraft.launcher.versions.ExtractRules@5687aa07, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.0.0', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives={OSX=natives-osx}, extract=net.minecraft.launcher.versions.ExtractRules@5b08417a, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.0.0', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}]},
remote=PartialVersion{id='ForgeOptiFine 1.12.2', time=Mon Sep 18 03:39:48 CEST 2017, release=Mon Sep 18 03:39:48 CEST 2017, type=modified, source=SKIN_VERSION_REPO, list=net.minecraft.launcher.updater.SkinVersionList@35629457}, isInstalled=true, hasRemote=true, isUpToDate=true}
[Launcher] Java path: C:\Users\elofe\AppData\Roaming\.tlauncher\jvms\jre1.8.0_51\bin\javaw.exe
[Launcher] Checking conditions...
[Launcher] resourcepacks:SwordCraft Online 1.8.3,ZBA 3.0 Resource Pack,ZBA 3.0 Resource Pack.zip
[Launcher] Comparing assets...
[AssetsManager] Checking resources...
[AssetsManager] Reading indexes from file C:\Users\elofe\AppData\Roaming\.minecraft\assets\indexes\1.12.json
[AssetsManager] Fast comparing: true
[Launcher] Delta time to compare assets: 281 ms.
[TLauncherManager] add required libraries: ForgeOptiFine 1.12.2
[VersionManager] Required for version ForgeOptiFine 1.12.2: []
[Modpack]  got container
[TLauncherManager] library will be replaced: com.mojang:authlib:1.5.25
[TLauncherManager] library will be replaced: com.mojang:patchy:1.1
[Launcher] Unpacking natives...
[Launcher] Constructing process...
[Launcher] Constructing classpath...
[Launcher] Getting Minecraft arguments...
[Launcher] Full command (characters are not escaped):
C:\Users\elofe\AppData\Roaming\.tlauncher\jvms\jre1.8.0_51\bin\javaw.exe -Djava.net.preferIPv4Stack=true -Xmn128M -Xmx2759M -Djava.library.path=C:\Users\elofe\AppData\Roaming\.minecraft\versions\ForgeOptiFine 1.12.2\natives -cp C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.12.2-14.23.5.2847\forge-1.12.2-14.23.5.2847.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.2\asm-all-5.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\jline\jline\3.5.1\jline-3.5.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\java3d\vecmath\1.5.2\vecmath-1.5.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\sf\trove4j\trove4j\3.0.3\trove4j-3.0.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.5.3\maven-artifact-3.5.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\tlauncher\patchy\1.1\patchy-1.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\4.4.0\jna-4.4.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.3\jopt-simple-5.0.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.1.9.Final\netty-all-4.1.9.Final.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\21.0\guava-21.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.5\commons-lang3-3.5.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.5\commons-io-2.5.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.0\gson-2.8.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\tlauncher\authlib\1.6.25\authlib-1.6.25.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.22\realms-1.10.22.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.1.0\fastutil-7.1.0.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.8.1\log4j-api-2.8.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.8.1\log4j-core-2.8.1.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\elofe\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.10.3\text2speech-1.10.3.jar;C:\Users\elofe\AppData\Roaming\.minecraft\versions\ForgeOptiFine 1.12.2\ForgeOptiFine 1.12.2.jar -Dminecraft.applet.TargetDirectory=C:\Users\elofe\AppData\Roaming\.minecraft -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true net.minecraft.launchwrapper.Launch --username Luxuto --version ForgeOptiFine 1.12.2 --gameDir C:\Users\elofe\AppData\Roaming\.minecraft --assetsDir C:\Users\elofe\AppData\Roaming\.minecraft\assets --assetIndex 1.12 --uuid 00000000-0000-0000-0000-000000000000 --accessToken null --userProperties [] --userType legacy --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker --versionType Forge --width 925 --height 530
[Launcher] Launching Minecraft...
I'm hiding!
[TLauncherManager] mods after C:\Users\elofe\AppData\Roaming\.minecraft\mods\Apotheosis-1.12.2-1.12.5.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\CodeChickenLib-1.12.2-3.2.3.358-deobf.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\FallingTree-1.12.2-2.4.0.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\jei_1.12.2-4.16.1.301.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\NotEnoughItems-1.12.2-2.4.3.245-universal.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\OptiFine-1.12.2_HD_U_F4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\Pixelmon-1.12.2-8.1.2-universal.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\Placebo-1.12.2-1.6.0.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\simplecore-1.12.2-1.7.3.4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\simpleores-1.12.2-1.11.2.2.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\tlskincape_1.12.2-1.4.jar C:\Users\elofe\AppData\Roaming\.minecraft\mods\XRay-63-1122.jar
[InnerMinecraftServersImpl]  search changers of the servers
read servers from servers.dat [Server(name=Serveur Minecraft, address=lesucredudemon.aternos.me, ip=lesucredudemon.aternos.me, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur pixelmon, address=play.lazylex.eu, ip=play.lazylex.eu, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=play.survivalworld.fr, ip=play.survivalworld.fr, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=Funcraft.net, ip=Funcraft.net, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=play.rinaorc.com, ip=play.rinaorc.com, port=null, hideAddress=false, acceptTextures=-1), Server(name=Serveur Minecraft, address=play.pokedash.org, ip=play.pokedash.org, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=play.pokemc.com, ip=play.pokemc.com, port=null, hideAddress=false, acceptTextures=0), Server(name=Serveur Minecraft, address=play.nocturiagaming.fr, ip=play.nocturiagaming.fr, port=null, hideAddress=false, acceptTextures=0)]
[InnerMinecraftServersImpl]  prepare inner servers
save servers to servers.dat
[Launcher] Starting Minecraft ForgeOptiFine 1.12.2...
[Launcher] Launching in: C:\Users\elofe\AppData\Roaming\.minecraft
Starting garbage collector: 53 / 205 MB
Garbage collector completed: 39 / 189 MB
[Launcher] Processing post-launch actions. Assist launch: true
===============================================================================================
2020-11-24 12:15:12,238 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND
2020-11-24 12:15:12,596 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root"
[12:15:12] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:15:12] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:15:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[12:15:12] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 loading
[12:15:12] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 8.1:amd64:6.3, installed at C:\Users\elofe\AppData\Roaming\.tlauncher\jvms\jre1.8.0_51
[12:15:13] [main/WARN] [FML]: The coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin) is not signed!
[12:15:13] [main/WARN] [FML]: The coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin) is not signed!
[12:15:13] [main/INFO] [FML]: Searching C:\Users\elofe\AppData\Roaming\.minecraft\mods for mods
[12:15:13] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in Apotheosis-1.12.2-1.12.5.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
2020-11-24 12:15:13,499 main ERROR Error processing element Queue ([Appenders: null]): CLASS_NOT_FOUND
2020-11-24 12:15:13,537 main ERROR Unable to locate appender "ServerGuiConsole" for logger config "root"
[12:15:13] [main/WARN] [FML]: The coremod ApotheosisCore (shadows.ApotheosisCore) is not signed!
[12:15:13] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine-1.12.2_HD_U_F4.jar
[12:15:13] [main/WARN] [FML]: Found FMLCorePluginContainsFMLMod marker in tlskincape_1.12.2-1.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[12:15:13] [main/INFO] [FML]: Loading tweaker net.minecraftxray.loader.XRayTweaker from XRay-63-1122.jar
[12:15:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:15:13] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[12:15:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftxray.loader.XRayTweaker
[12:15:13] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:15:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:15:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:15:13] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[12:15:13] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: acceptOptions
[12:15:13] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: injectIntoClassLoader
[12:15:13] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ClassTransformer
[12:15:13] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:242]: OptiFine ZIP file: C:\Users\elofe\AppData\Roaming\.minecraft\mods\OptiFine-1.12.2_HD_U_F4.jar
[12:15:13] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftxray.loader.XRayTweaker
[12:15:13] [main/INFO] [LaunchWrapper]: XRayTweaker v63-1122
[12:15:14] [main/INFO] [LaunchWrapper]: Detected Minecraft version: 1.12.2
[12:15:14] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:15:20] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[12:15:20] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[12:15:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:15:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:15:21] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container gloomyfolken.hooklib.minecraft.SecondaryTransformerHook
[12:15:21] [main/INFO] [FML]: [HOOKLIB]  Obfuscated: true
[12:15:21] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Parsing hooks container org.tlauncher.skin.cape.asm.TLSkinCapeHooks
[12:15:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[12:15:21] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraftforge.fml.common.Loader
[12:15:22] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraftforge.fml.common.Loader#injectData([Ljava/lang/Object;)
[12:15:23] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Methods dictionary loaded in 25 ms
[12:15:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:15:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:15:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[12:15:24] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:56]: OptiFineForgeTweaker: getLaunchArguments
[12:15:24] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[12:15:27] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.client.entity.AbstractClientPlayer
[12:15:27] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.entity.AbstractClientPlayer#getLocationSkin()Lnet/minecraft/util/ResourceLocation;
[12:15:27] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.entity.AbstractClientPlayer#getLocationCape()Lnet/minecraft/util/ResourceLocation;
[12:15:27] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.client.entity.AbstractClientPlayer#getSkinType()
[12:15:27] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Injecting hooks into class net.minecraft.entity.player.EntityPlayer
[12:15:27] [main/INFO] [STDOUT]: [gloomyfolken.hooklib.asm.HookLogger$SystemOutLogger:debug:20]: [DEBUG] Patching method net.minecraft.entity.player.EntityPlayer#isWearing(Lnet/minecraft/entity/player/EnumPlayerModelParts;)
[12:15:28] [main/INFO] [Apotheosis : Core]: Transforming EntityLivingBase...
[12:15:28] [main/INFO] [Apotheosis : Core]: Successfully transformed EntityLivingBase
[12:15:31] [Client thread/INFO] [minecraft/Minecraft]: Setting user: Luxuto
[12:15:33] [Client thread/INFO] [Apotheosis : Core]: Transforming Item...
[12:15:33] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed Item
[12:15:37] [Client thread/INFO] [Apotheosis : Core]: Transforming BlockBed...
[12:15:37] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed BlockBed
[12:15:42] [Client thread/INFO] [Apotheosis : Core]: Transforming SharedMonsterAttributes...
[12:15:42] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed SharedMonsterAttributes
[12:15:42] [Client thread/INFO] [Apotheosis : Core]: Transforming ItemArrow...
[12:15:42] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed ItemArrow
[12:15:43] [Client thread/INFO] [Apotheosis : Core]: Transforming PotionEffect...
[12:15:43] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed PotionEffect
[12:15:45] [Client thread/INFO] [Apotheosis : Core]: Transforming EntityAITempt...
[12:15:45] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed EntityAITempt
[12:15:47] [Client thread/INFO] [Apotheosis : Core]: Transforming TileEntityMobSpawner$2...
[12:15:47] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed TileEntityMobSpawner$2
[12:15:48] [Client thread/INFO] [Config]: [OptiFine] [B]* Reflector Forge *[/B]
[12:15:48] [Client thread/INFO] [Config]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
[12:15:49] [Client thread/INFO] [Apotheosis : Core]: Transforming ContainerRepair...
[12:15:49] [Client thread/INFO] [Apotheosis : Core]: Successfully removed the anvil level cap.
[12:15:49] [Client thread/INFO] [Apotheosis : Core]: Replaced ContainerRepair Enchantment#getMaxLevel #1.
[12:15:49] [Client thread/INFO] [Apotheosis : Core]: Replaced ContainerRepair Enchantment#getMaxLevel #2.
[12:15:49] [Client thread/INFO] [Apotheosis : Core]: Successfully transformed ContainerRepair
[12:15:50] [Client thread/INFO] [Config]: [OptiFine] [B]* Reflector Vanilla *[/B]
[12:15:51] [Client thread/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[12:15:52] [Client thread/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.4
[12:15:52] [Client thread/INFO] [Config]: [OptiFine]
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] OptiFine_1.12.2_HD_U_F4
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] Build: 20191023-234904
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] OS: Windows 8.1 (amd64) version 6.3
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] Java: 1.8.0_51, Oracle Corporation
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] LWJGL: 2.9.4
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] OpenGL: Intel(R) HD Graphics 505, version 4.6.0 - Build 26.20.100.7325, Intel
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] OpenGL Version: 4.6.0
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[12:15:52] [Client thread/INFO] [Config]: [OptiFine] Maximum texture size: 8192x8192
[12:15:52] [VersionCheck/INFO] [Config]: [OptiFine] Checking for new version
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] OpenGL Version: 4.6.0 - Build 26.20.100.7325
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Vendor:  Intel
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Renderer: Intel(R) HD Graphics 505
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Capabilities:  2.0  2.1  3.0  3.2  4.0
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_DRAW_BUFFERS: 8
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Load shaders configuration.
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Save shaders configuration.
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] Shaders can not be loaded, Fast Render is enabled.
[12:15:52] [Client thread/INFO] [net.optifine.shaders.SMCLog]: [Shaders] No shaderpack loaded.
[12:15:53] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded
[12:15:53] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded
[12:15:53] [Client thread/INFO] [Config]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded
[12:15:53] [VersionCheck/INFO] [Config]: [OptiFine] Version found: D3
[12:15:53] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.12.2_HD_U_F4, enabling compatibility features
[12:15:53] [Client thread/INFO] [FML]: -- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 133595216 bytes (127 MB) / 301989888 bytes (288 MB) up to 2919235584 bytes (2784 MB)
    JVM Flags: 8 total; -Xmn128M -Xmx2759M -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:
    Loaded coremods (and transformers):
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  shadows.ApotheosisTransformer
TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
  gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.7325' Renderer: 'Intel(R) HD Graphics 505'
[12:15:53] [Client thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized
[12:15:54] [Client thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[12:15:54] [Client thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
[12:15:54] [Client thread/INFO] [FML]: Replaced 1227 ore ingredients
[12:15:54] [Client thread/INFO] [FML]: Searching C:\Users\elofe\AppData\Roaming\.minecraft\mods for mods
[12:15:56] [Thread-4/INFO] [FML]: Using sync timing. 200 frames of Display.update took 229613900 nanos
[12:15:57] [Client thread/WARN] [FML]: Mod codechickenlib is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 3.2.3.358
[12:15:57] [Client thread/WARN] [FML]: Mod falling_tree is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 2.4.0
[12:15:58] [Client thread/INFO] [FML]: Forge Mod Loader has identified 14 mods to load
[12:15:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, apotheosis, codechickenlib, falling_tree, jei, nei, pixelmon, placebo, simplecore, simpleores, tlauncher_custom_cape_skin] at CLIENT
[12:15:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, apotheosis, codechickenlib, falling_tree, jei, nei, pixelmon, placebo, simplecore, simpleores, tlauncher_custom_cape_skin] at SERVER
[12:16:01] [Client thread/ERROR] [FML]: The mod codechickenlib is expecting signature f1850c39b2516232a2108a7bd84d1cb5df93b261 for source CodeChickenLib-1.12.2-3.2.3.358-deobf.jar, however there is no signature matching that description
[12:16:05] [Client thread/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Apotheosis, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:Falling Tree, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:pixelmon, FMLFileResourcePack:placebo, FMLFileResourcePack:SimpleCore API, FMLFileResourcePack:SimpleOres 2, FMLFileResourcePack:TLSkinCape
[12:16:05] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[12:16:05] [Client thread/INFO] [FML]: Found 1255 ObjectHolder annotations
[12:16:06] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[12:16:06] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[12:16:06] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[12:16:06] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at [URL]http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json[/URL]
[12:16:06] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2854
[12:16:06] [Forge Version Check/INFO] [forge.VersionCheck]: [nei] Starting version check at [URL]http://chickenbones.net/Files/notification/version.php?query=forge&version=1.12&file=NotEnoughItems[/URL]
[12:16:06] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: ---- Minecraft Crash Report ----

WARNING: coremods are present:
  ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 11/24/20 12:16 PM
XRay version: 63-1122
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.GeneratedMethodAccessor3.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 8.1 (amd64) version 6.3
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 124368136 bytes (118 MB) / 436207616 bytes (416 MB) up to 2919235584 bytes (2784 MB)
    JVM Flags: 8 total; -Xmn128M -Xmx2759M -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 Optifine OptiFine_1.12.2_HD_U_F4 14 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                                |
    |:----- |:-------------------------- |:------------ |:--------------------------------------------- |:---------------------------------------- |
    | 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   | placebo                    | 1.6.0        | Placebo-1.12.2-1.6.0.jar                      | None                                     |
    | LCH   | apotheosis                 | 1.12.4       | Apotheosis-1.12.2-1.12.5.jar                  | None                                     |
    | LCE   | codechickenlib             | 3.2.3.358    | CodeChickenLib-1.12.2-3.2.3.358-deobf.jar     | None                                     |
    | LC    | falling_tree               | 2.4.0        | FallingTree-1.12.2-2.4.0.jar                  | None                                     |
    | LC    | jei                        | 4.16.1.301   | jei_1.12.2-4.16.1.301.jar                     | None                                     |
    | LC    | nei                        | 2.4.3        | NotEnoughItems-1.12.2-2.4.3.245-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | pixelmon                   | 8.1.2        | Pixelmon-1.12.2-8.1.2-universal.jar           | None                                     |
    | LC    | simplecore                 | 1.7.3.4      | simplecore-1.12.2-1.7.3.4.jar                 | None                                     |
    | LC    | simpleores                 | 1.11.2.2     | simpleores-1.12.2-1.11.2.2.jar                | None                                     |
    | LC    | tlauncher_custom_cape_skin | 1.4          | tlskincape_1.12.2-1.4.jar                     | None                                     |

    Loaded coremods (and transformers):
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
  shadows.ApotheosisTransformer
TLSkinCapeHookLoader (tlskincape_1.12.2-1.4.jar)
  gloomyfolken.hooklib.minecraft.PrimaryClassTransformer
    GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.7325' Renderer: 'Intel(R) HD Graphics 505'
    OptiFine Version: OptiFine_1.12.2_HD_U_F4
    OptiFine Build: 20191023-234904
    Render Distance Chunks: 6
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 - Build 26.20.100.7325
    OpenGlRenderer: Intel(R) HD Graphics 505
    OpenGlVendor: Intel
    CpuCount: 4
[12:16:06] [Client thread/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:func_179870_a:553]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.16.06-client.txt
Here I am!
[VersionManager] Refreshing versions locally...
[VersionManager] Versions has been refreshed (65 ms)
[Version:1.14.4-forge-28.1.0] Resolving...
[Version:1.14.4-forge-28.1.0] Inherits from 1.14.4
[Version:1.14.4-forge-28.1.0] Resolving...
[Version:1.14.4-forge-28.1.0] Inherits from 1.14.4
[Version:1.14.4-forge-28.1.0] Resolving...
[Version:1.14.4-forge-28.1.0] Inherits from 1.14.4
[Launcher] Launcher exited.
[Launcher] Minecraft closed with exit code: -1
flush now
[Launcher] [Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.08.27-client.txt
[Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.08.27-client.txt
[Launcher] [Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.09.22-client.txt
[Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.09.22-client.txt
[Launcher] [Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.10.59-client.txt
[Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.10.59-client.txt
[Launcher] [Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.14.28-client.txt
[Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.14.28-client.txt
[Launcher] [Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.16.06-client.txt
[Crash] Found crash report file: C:\Users\elofe\AppData\Roaming\.minecraft\crash-reports\crash-2020-11-24_12.16.06-client.txt
flush now
flush now
Showing error:
java.io.IOException: Error writing to server
at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:665)
at sun.net.www.protocol.http.HttpURLConnection.writeRequests(HttpURLConnection.java:677)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1533)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
at net.minecraft.launcher.Http.performPost(Http.java:127)
at net.minecraft.launcher.Http.performPost(Http.java:141)
at net.minecraft.launcher.Http.performPost(Http.java:39)
at org.tlauncher.util.pastebin.Paste.doPaste(Paste.java:114)
at org.tlauncher.util.pastebin.Paste.paste(Paste.java:84)
at org.tlauncher.tlauncher.ui.console.Console$4.run(Console.java:195)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.tlauncher.util.async.RunnableThread.run(RunnableThread.java:15)
Thread called by: org.tlauncher.util.async.ExtendedThread$ExtendedThreadCaller
at org.tlauncher.util.async.ExtendedThread.<init>(ExtendedThread.java:17)
at org.tlauncher.util.async.ExtendedThread.<init>(ExtendedThread.java:21)
at org.tlauncher.util.async.RunnableThread.<init>(RunnableThread.java:7)
at org.tlauncher.util.async.AsyncThread$1.newThread(AsyncThread.java:12)
at java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:612)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:925)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1368)
at org.tlauncher.util.async.AsyncThread.execute(AsyncThread.java:17)
at org.tlauncher.tlauncher.ui.console.Console.sendPaste(Console.java:187)
at org.tlauncher.tlauncher.ui.console.ConsoleFrameBottom.lambda$new$1(ConsoleFrameBottom.java:38)
at org.tlauncher.tlauncher.ui.console.ConsoleFrameBottom$$Lambda$260/1273879638.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
at java.awt.Component.processMouseEvent(Component.java:6525)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
at java.awt.Component.processEvent(Component.java:6290)
at java.awt.Container.processEvent(Container.java:2234)
at java.awt.Component.dispatchEventImpl(Component.java:4881)
at java.awt.Container.dispatchEventImpl(Container.java:2292)
at java.awt.Component.dispatchEvent(Component.java:4703)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4898)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4533)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4462)
at java.awt.Container.dispatchEventImpl(Container.java:2278)
at java.awt.Window.dispatchEventImpl(Window.java:2750)
at java.awt.Component.dispatchEvent(Component.java:4703)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.awt.EventQueue$4.run(EventQueue.java:731)
at java.awt.EventQueue$4.run(EventQueue.java:729)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:75)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
 
Dernière édition par un modérateur: