MFF

    Minecraft Forge France
    • Récent
    • Mots-clés
    • Populaire
    • Utilisateurs
    • Groupes
    • Forge Events
      • Automatique
      • Foncé
      • Clair
    • S'inscrire
    • Se connecter

    Crash CodeChickenLib

    Planifier Épinglé Verrouillé Déplacé Non résolu Support pour les utilisateurs
    1.12.2
    29 Messages 4 Publieurs 2.5k Vues 5 Abonné
    Charger plus de messages
    • Du plus ancien au plus récent
    • Du plus récent au plus ancien
    • Les plus votés
    Répondre
    • Répondre à l'aide d'un nouveau sujet
    Se connecter pour répondre
    Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.
    • robin4002R Hors-ligne
      robin4002 Moddeurs confirmés Rédacteurs Administrateurs
      dernière édition par

      Salut,

      Le premier crash il est un problème d’allocation mémoire, il faudrait probablement augmenter la ram alloué.

      Pour le second crash je ne sais pas trop, c’est assez étrange comme crash, aucune trace de mod dans le stacktrace 😕

      DailyCraftD 1 réponse Dernière réponse Répondre Citer 0
      • DailyCraftD Hors-ligne
        DailyCraft @robin4002
        dernière édition par

        D’accord, je veux bien augmenter la ram et je peux, mais le problème c’est que je ne pourrais plus charger mon monde

        1 réponse Dernière réponse Répondre Citer 0
        • robin4002R Hors-ligne
          robin4002 Moddeurs confirmés Rédacteurs Administrateurs
          dernière édition par

          Essaies de charger le mode sans optifine.

          DailyCraftD 1 réponse Dernière réponse Répondre Citer 0
          • DailyCraftD Hors-ligne
            DailyCraft @robin4002
            dernière édition par

            Deja essayé car je voulais ajouter Tinkers Construct mais le crash lors du chargement du monde avais crash et quand j’ai réussi à me co, je lagais à mort même en render distance à 2

            1 réponse Dernière réponse Répondre Citer 0
            • DailyCraftD Hors-ligne
              DailyCraft
              dernière édition par

              Ce message a été supprimé !
              1 réponse Dernière réponse Répondre Citer 0
              • SaigoS Hors-ligne
                Saigo
                dernière édition par

                Alors, moi j’ai un autre crash, qui survient dès que je lance le jeu :

                ---- Minecraft Crash Report ----
                // You're mean.
                
                Time: 9/4/19 2:53 PM
                Description: Initializing game
                
                java.lang.NoClassDefFoundError: Lnet/foxmcloud/draconicadditions/items/baubles/OverloadBelt;
                	at java.lang.Class.getDeclaredFields0(Native Method)
                	at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
                	at java.lang.Class.privateGetPublicFields(Class.java:2614)
                	at java.lang.Class.getFields(Class.java:1557)
                	at net.minecraftforge.registries.ObjectHolderRegistry.scanClassForFields(ObjectHolderRegistry.java:145)
                	at net.minecraftforge.registries.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:115)
                	at net.minecraftforge.registries.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:68)
                	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
                	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
                	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
                	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
                	at net.minecraft.client.main.Main.main(SourceFile:123)
                	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                	at java.lang.reflect.Method.invoke(Method.java:497)
                	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                Caused by: java.lang.ClassNotFoundException: net.foxmcloud.draconicadditions.items.baubles.OverloadBelt
                	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
                	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
                	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
                	... 18 more
                Caused by: java.lang.NoClassDefFoundError: net/foxmcloud/draconicadditions/items/baubles/BasicBauble
                	at java.lang.ClassLoader.defineClass1(Native Method)
                	at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
                	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
                	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
                	... 20 more
                Caused by: java.lang.ClassNotFoundException: net.foxmcloud.draconicadditions.items.baubles.BasicBauble
                	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
                	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
                	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
                	... 24 more
                
                
                A detailed walkthrough of the error, its code path and all known details is as follows:
                ---------------------------------------------------------------------------------------
                
                -- Head --
                Thread: Client thread
                Stacktrace:
                	at java.lang.Class.getDeclaredFields0(Native Method)
                	at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
                	at java.lang.Class.privateGetPublicFields(Class.java:2614)
                	at java.lang.Class.getFields(Class.java:1557)
                	at net.minecraftforge.registries.ObjectHolderRegistry.scanClassForFields(ObjectHolderRegistry.java:145)
                	at net.minecraftforge.registries.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:115)
                	at net.minecraftforge.registries.ObjectHolderRegistry.findObjectHolders(ObjectHolderRegistry.java:68)
                	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
                	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
                	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
                
                -- Initialization --
                Details:
                Stacktrace:
                	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
                	at net.minecraft.client.main.Main.main(SourceFile:123)
                	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                	at java.lang.reflect.Method.invoke(Method.java:497)
                	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                
                -- System Details --
                Details:
                	Minecraft Version: 1.12.2
                	Operating System: Windows 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: 156868216 bytes (149 MB) / 331530240 bytes (316 MB) up to 4113825792 bytes (3923 MB)
                	JVM Flags: 3 total; -Xmn128M -Xmx3935M -XX:+UseConcMarkSweepGC
                	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                	FML: MCP 9.42 Powered by Forge 14.23.5.2838 17 mods loaded, 17 mods active
                	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
                
                	| State | ID                | Version       | Source                                              | Signature                                |
                	|:----- |:----------------- |:------------- |:--------------------------------------------------- |:---------------------------------------- |
                	| LC    | minecraft         | 1.12.2        | minecraft.jar                                       | None                                     |
                	| LC    | mcp               | 9.42          | minecraft.jar                                       | None                                     |
                	| LC    | FML               | 8.0.99.99     | forge-1.12.2-14.23.5.2838.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
                	| LC    | forge             | 14.23.5.2838  | forge-1.12.2-14.23.5.2838.jar                       | e3c3d50c7c986df74c645c0ac54639741c90a557 |
                	| LC    | codechickenlib    | 3.2.3.357     | CodeChickenLib-1.12.2-3.2.3.357-deobf.jar           | None                                     |
                	| LC    | avaritia          | 3.3.0         | Avaritia-1.12.2-3.3.0.33-universal.jar              | None                                     |
                	| LC    | redstoneflux      | 2.1.0         | RedstoneFlux-1.12-2.1.0.6-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                	| LC    | brandonscore      | 2.4.17        | BrandonsCore-1.12.2-2.4.17.208-universal.jar        | None                                     |
                	| LC    | cofhcore          | 4.6.3         | CoFHCore-1.12.2-4.6.3.27-universal.jar              | None                                     |
                	| LC    | cofhworld         | 1.3.1         | CoFHWorld-1.12.2-1.3.1.7-universal.jar              | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                	| LC    | thermalfoundation | 2.6.3         | ThermalFoundation-1.12.2-2.6.3.27-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                	| LC    | draconicevolution | 2.3.24        | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar  | None                                     |
                	| LC    | draconicadditions | 0.1           | Draconic-Additions-1.12.2-1.3.0.7-universal (1).jar | None                                     |
                	| LC    | solarflux         | 4.34r         | SolarFluxReborn_1.12.2-4.34r.jar                    | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
                	| LC    | thermalexpansion  | 5.5.4         | ThermalExpansion-1.12.2-5.5.4.43-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                	| LC    | thermaldynamics   | 2.5.5         | ThermalDynamics-1.12.2-2.5.5.21-universal.jar       | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                	| LC    | woot              | 1.12.2-1.4.11 | woot-1.12.2-1.4.11.jar                              | None                                     |
                
                	Loaded coremods (and transformers): 
                	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 425.31' Renderer: 'GeForce 810M/PCIe/SSE2'
                	Launched Version: 1.12.2-forge1.12.2-14.23.5.2838
                	LWJGL: 2.9.4
                	OpenGL: GeForce 810M/PCIe/SSE2 GL version 4.6.0 NVIDIA 425.31, NVIDIA Corporation
                	GL Caps: Using GL 1.3 multitexturing.
                Using GL 1.3 texture combiners.
                Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
                Shaders are available because OpenGL 2.1 is supported.
                VBOs are available because OpenGL 1.5 is supported.
                
                	Using VBOs: Yes
                	Is Modded: Definitely; Client brand changed to 'fml,forge'
                	Type: Client (map_client.txt)
                	Resource Packs: vanilla, file/Lithos-Core+v1.35+for+1.14.4+, file/Lithos-Core+v1.35+for+1.14.4+.zip
                	Current Language: English (US)
                	Profiler Position: N/A (disabled)
                	CPU: 4x Intel(R) Pentium(R) CPU N3700 @ 1.60GHz
                

                Je ne sais pas pourquoi ça fais ça j’ai jamais vu ça en tout cas.

                T 1 réponse Dernière réponse Répondre Citer 0
                • T Hors-ligne
                  TinouHD @Saigo
                  dernière édition par

                  @Saigo
                  draconicadditions est corrompu ou plus simplement pas la bonne version du mod par rapport a une extension de ce mod en question

                  (Un mod appelle une class qui n’est pas présente dans cette version du mod.)

                  1 réponse Dernière réponse Répondre Citer 0
                  • SaigoS Hors-ligne
                    Saigo
                    dernière édition par

                    ah mais c la dernière version c bizarre

                    T 1 réponse Dernière réponse Répondre Citer 0
                    • T Hors-ligne
                      TinouHD @Saigo
                      dernière édition par

                      @Saigo
                      Essaye de downgrade du coup en tout cas la class n’est pas ou plus tot plus présente.

                      1 réponse Dernière réponse Répondre Citer 0
                      • SaigoS Hors-ligne
                        Saigo
                        dernière édition par

                        downgrade ??

                        T 1 réponse Dernière réponse Répondre Citer 0
                        • T Hors-ligne
                          TinouHD @Saigo
                          dernière édition par

                          @Saigo
                          upgrade => monter dans les versions, mettre à jour
                          downgrade => descendre dans les versions, restaurer une ancienne version

                          SaigoS 1 réponse Dernière réponse Répondre Citer 0
                          • SaigoS Hors-ligne
                            Saigo @TinouHD
                            dernière édition par

                            @TinouHD ok

                            1 réponse Dernière réponse Répondre Citer 0
                            • SaigoS Hors-ligne
                              Saigo
                              dernière édition par

                              J’ai enlevé Draconic Additions pour voir et ça à crash aussi:

                              ---- Minecraft Crash Report ----
                              // You should try our sister game, Minceraft!
                              
                              Time: 9/4/19 3:18 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:627)
                              	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
                              	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
                              	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
                              	at net.minecraft.client.main.Main.main(SourceFile:123)
                              	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                              	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                              	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                              	at java.lang.reflect.Method.invoke(Method.java:497)
                              	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                              	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                              Caused by: 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 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: 99118680 bytes (94 MB) / 324698112 bytes (309 MB) up to 4109631488 bytes (3919 MB)
                              	JVM Flags: 3 total; -Xmn128M -Xmx3932M -XX:+UseConcMarkSweepGC
                              	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                              	FML: MCP 9.42 Powered by Forge 14.23.5.2838 16 mods loaded, 16 mods active
                              	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
                              
                              	| State | ID                | Version       | Source                                             | Signature                                |
                              	|:----- |:----------------- |:------------- |:-------------------------------------------------- |:---------------------------------------- |
                              	| LCH   | minecraft         | 1.12.2        | minecraft.jar                                      | None                                     |
                              	| LCH   | mcp               | 9.42          | minecraft.jar                                      | None                                     |
                              	| LCH   | FML               | 8.0.99.99     | forge-1.12.2-14.23.5.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
                              	| LCH   | forge             | 14.23.5.2838  | forge-1.12.2-14.23.5.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
                              	| LCE   | codechickenlib    | 3.2.3.357     | CodeChickenLib-1.12.2-3.2.3.357-deobf.jar          | None                                     |
                              	| LC    | avaritia          | 3.3.0         | Avaritia-1.12.2-3.3.0.33-universal.jar             | None                                     |
                              	| LC    | redstoneflux      | 2.1.0         | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                              	| LC    | brandonscore      | 2.4.17        | BrandonsCore-1.12.2-2.4.17.208-universal.jar       | None                                     |
                              	| LC    | cofhcore          | 4.6.3         | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
                              	| LC    | cofhworld         | 1.3.1         | CoFHWorld-1.12.2-1.3.1.7-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                              	| LC    | thermalfoundation | 2.6.3         | ThermalFoundation-1.12.2-2.6.3.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                              	| LC    | draconicevolution | 2.3.24        | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None                                     |
                              	| LC    | solarflux         | 4.34r         | SolarFluxReborn_1.12.2-4.34r.jar                   | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
                              	| LC    | thermalexpansion  | 5.5.4         | ThermalExpansion-1.12.2-5.5.4.43-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                              	| LC    | thermaldynamics   | 2.5.5         | ThermalDynamics-1.12.2-2.5.5.21-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                              	| LC    | woot              | 1.12.2-1.4.11 | woot-1.12.2-1.4.11.jar                             | None                                     |
                              
                              	Loaded coremods (and transformers): 
                              	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 425.31' Renderer: 'GeForce 810M/PCIe/SSE2'
                              
                              T 1 réponse Dernière réponse Répondre Citer 0
                              • T Hors-ligne
                                TinouHD @Saigo
                                dernière édition par

                                @Saigo a dit dans Crash CodeChickenLib :

                                ConfigParseException: Invalid value type d, @Line:20

                                Supprime le fichier de config de CodeChickenLib ou modifie la ligne 20 pour qu’elle soit conforme a se qui est attendu.

                                SaigoS 2 réponses Dernière réponse Répondre Citer 0
                                • SaigoS Hors-ligne
                                  Saigo @TinouHD
                                  dernière édition par

                                  @TinouHD j’ai supprimé les fichiers config de code chicken mais ça fais le même crash

                                  1 réponse Dernière réponse Répondre Citer 0
                                  • SaigoS Hors-ligne
                                    Saigo @TinouHD
                                    dernière édition par

                                    @TinouHD Ducoup je fais quoi ?

                                    T 1 réponse Dernière réponse Répondre Citer 0
                                    • T Hors-ligne
                                      TinouHD @Saigo
                                      dernière édition par

                                      @Saigo exactement la même ?

                                      SaigoS 2 réponses Dernière réponse Répondre Citer 0
                                      • SaigoS Hors-ligne
                                        Saigo @TinouHD
                                        dernière édition par

                                        @TinouHD jsp

                                        1 réponse Dernière réponse Répondre Citer 0
                                        • SaigoS Hors-ligne
                                          Saigo @TinouHD
                                          dernière édition par Saigo

                                          @TinouHD

                                          ---- Minecraft Crash Report ----
                                          // Don't be sad. I'll do better next time, I promise!
                                          
                                          Time: 9/4/19 3:25 PM
                                          Description: There was a severe problem during mod loading that has caused the game to fail
                                          
                                          net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CodeChicken Lib (codechickenlib)
                                          Caused by: java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;
                                          	at codechicken.lib.util.ResourceUtils.getResourceManager(ResourceUtils.java:35)
                                          	at codechicken.lib.util.ResourceUtils.registerReloadListener(ResourceUtils.java:67)
                                          	at codechicken.lib.render.particle.CustomParticleHandler.init(CustomParticleHandler.java:271)
                                          	at codechicken.lib.internal.proxy.ProxyClient.preInit(ProxyClient.java:58)
                                          	at codechicken.lib.CodeChickenLib.preInit(CodeChickenLib.java:52)
                                          	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                          	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                                          	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                                          	at java.lang.reflect.Method.invoke(Method.java:497)
                                          	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
                                          	at sun.reflect.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:627)
                                          	at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
                                          	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
                                          	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
                                          	at net.minecraft.client.main.Main.main(SourceFile:123)
                                          	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                                          	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                                          	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                                          	at java.lang.reflect.Method.invoke(Method.java:497)
                                          	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                                          	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                                          
                                          
                                          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: 97793736 bytes (93 MB) / 325050368 bytes (309 MB) up to 4109631488 bytes (3919 MB)
                                          	JVM Flags: 3 total; -Xmn128M -Xmx3932M -XX:+UseConcMarkSweepGC
                                          	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
                                          	FML: MCP 9.42 Powered by Forge 14.23.5.2838 16 mods loaded, 16 mods active
                                          	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
                                          
                                          	| State | ID                | Version       | Source                                             | Signature                                |
                                          	|:----- |:----------------- |:------------- |:-------------------------------------------------- |:---------------------------------------- |
                                          	| LCH   | minecraft         | 1.12.2        | minecraft.jar                                      | None                                     |
                                          	| LCH   | mcp               | 9.42          | minecraft.jar                                      | None                                     |
                                          	| LCH   | FML               | 8.0.99.99     | forge-1.12.2-14.23.5.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
                                          	| LCH   | forge             | 14.23.5.2838  | forge-1.12.2-14.23.5.2838.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
                                          	| LCE   | codechickenlib    | 3.2.3.357     | CodeChickenLib-1.12.2-3.2.3.357-deobf.jar          | None                                     |
                                          	| LC    | avaritia          | 3.3.0         | Avaritia-1.12.2-3.3.0.33-universal.jar             | None                                     |
                                          	| LC    | redstoneflux      | 2.1.0         | RedstoneFlux-1.12-2.1.0.6-universal.jar            | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                                          	| LC    | brandonscore      | 2.4.17        | BrandonsCore-1.12.2-2.4.17.208-universal.jar       | None                                     |
                                          	| LC    | cofhcore          | 4.6.3         | CoFHCore-1.12.2-4.6.3.27-universal.jar             | None                                     |
                                          	| LC    | cofhworld         | 1.3.1         | CoFHWorld-1.12.2-1.3.1.7-universal.jar             | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                                          	| LC    | thermalfoundation | 2.6.3         | ThermalFoundation-1.12.2-2.6.3.27-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                                          	| LC    | draconicevolution | 2.3.24        | Draconic-Evolution-1.12.2-2.3.24.349-universal.jar | None                                     |
                                          	| LC    | solarflux         | 4.34r         | SolarFluxReborn_1.12.2-4.34r.jar                   | 4d7b29cd19124e986da685107d16ce4b49bc0a97 |
                                          	| LC    | thermalexpansion  | 5.5.4         | ThermalExpansion-1.12.2-5.5.4.43-universal.jar     | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                                          	| LC    | thermaldynamics   | 2.5.5         | ThermalDynamics-1.12.2-2.5.5.21-universal.jar      | 8a6abf2cb9e141b866580d369ba6548732eff25f |
                                          	| LC    | woot              | 1.12.2-1.4.11 | woot-1.12.2-1.4.11.jar                             | None                                     |
                                          
                                          	Loaded coremods (and transformers): 
                                          	GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 425.31' Renderer: 'GeForce 810M/PCIe/SSE2'
                                          
                                          T 1 réponse Dernière réponse Répondre Citer 0
                                          • T Hors-ligne
                                            TinouHD @Saigo
                                            dernière édition par

                                            @Saigo a dit dans Crash CodeChickenLib :

                                            net.minecraft.client.Minecraft.getMinecraft()Lnet/minecraft/client/Minecraft;

                                            CCL ne trouve pas cette class

                                            As-tu une version modifier du jeu ?

                                            SaigoS 1 réponse Dernière réponse Répondre Citer 0
                                            • 1
                                            • 2
                                            • 2 / 2
                                            • Premier message
                                              Dernier message
                                            Design by Woryk
                                            ContactMentions Légales

                                            MINECRAFT FORGE FRANCE © 2024

                                            Powered by NodeBB