Partage
  • Partager sur Facebook
  • Partager sur Twitter

Problème Minecraft : Forge 1.7.2 et mods

Sujet résolu
Anonyme
    6 février 2015 à 23:44:58

    In

    Bonjour,

    J'essaie aussi de démarrer forge 1.7.2 mais quand je démarre le profil Forge fraîchement apparu, ça plante (voir crah report) ci-dessous. Je n'ai pas trop bien compris si c'est le même problème que les autres o_O ?

    Quelqu'un peut m'aider ? (Linux Mint LMDE, Java 7)

    Merci !!!

    --- Minecraft Crash Report ----
    // Sorry :(

    Time: 15-02-06 17:35
    Description: Initializing game

    java.lang.NoClassDefFoundError: backpack/item/ItemBackpack
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:266)
        at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
        at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
        at net.minecraft.client.main.Main.main(SourceFile:148)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: java.lang.ClassNotFoundException: backpack.item.ItemBackpack
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 35 more
    Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/IArmorTextureProvider
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:787)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
        ... 37 more
    Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.IArmorTextureProvider
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 41 more
    Caused by: java.lang.NullPointerException
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
        ... 43 more


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

    -- Head --
    Stacktrace:
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:266)
        at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
        at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
        at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
        at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
        at com.google.common.eventbus.EventBus.post(EventBus.java:275)
        at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
        at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
        at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

    -- Initialization --
    Details:
    Stacktrace:
        at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
        at net.minecraft.client.main.Main.main(SourceFile:148)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
        Minecraft Version: 1.7.10
        Operating System: Linux (amd64) version 3.11-2-amd64
        Java Version: 1.7.0_21, Oracle Corporation
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 143220472 bytes (136 MB) / 450101248 bytes (429 MB) up to 954466304 bytes (910 MB)
        JVM Flags: 1 total; -Xmx1G
        AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
        IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
        FML: MCP v9.05 FML v7.10.85.1230 Minecraft Forge 10.13.2.1230 8 mods loaded, 8 mods active
        mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
        FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed
        Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed
        Backpack{1.7.8} [Backpack] (BackPackMod.zip) Unloaded
        craftguide{1.5.2} [CraftGuide] (CraftGuide-1.6.5.12.zip) Unloaded
        DamageIndicatorsMod{2.3.7} [Damage Indicators] (DamageIndicators[1.4.6]2.3.2.zip) Unloaded
        DivineRPG{1.2.8} [DivineRPG] (DivineRPG1.2.7.jar) Unloaded
        InfernalMobs{1.2.0} [Infernal Mobs] (InfernalMobs_1.4.6.zip) Unloaded
        Launched Version: 1.7.10-Forge10.13.2.1230
        LWJGL: 2.9.1
        OpenGL: Gallium 0.4 on AMD ARUBA GL version 3.0 Mesa 9.2.2, X.Org
        GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

        Is Modded: Definitely; Client brand changed to 'fml,forge'
        Type: Client (map_client.txt)
        Resource Packs: []
        Current Language: Français (France)
        Profiler Position: N/A (disabled)
        Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
        Anisotropic Filtering: Off (1)

    • Partager sur Facebook
    • Partager sur Twitter
      9 février 2015 à 9:47:48

      Bonjour,

      Supprime ton mode BackPack, c'est lui qui fait planter.

      A voir si il est a jour pour 1.7.10...

      Cordialement.

      • Partager sur Facebook
      • Partager sur Twitter
      Développeur web passionné, étudiant en informatique, Administrateur serv. MC PleaseCraftMe
        9 février 2015 à 19:15:43

        Bonjour Sa Fait Mtn Peut-être une semaine un-peux pré que je peux plu lancer mon Minecraft en 1.7 avec des mods ,Du jour au lent-demain sa marche plu je pense que c'est a cause de Microsoft c'était un-peux prés une semaine après que je n'arrivait plu a le lancer maintenant je ne peux plus utiliser mon 1.7 avec des mods c très dommage car avec mes mods c'était ma version préférée j'éspère un jour que je pourrais avoir a-nouveaux ma petite 1.7 xD  (Je Suis Sous Windows 8) J'ésepre que vous pourrez m'aidez ;)

        • Partager sur Facebook
        • Partager sur Twitter
          10 février 2015 à 9:22:45

          Bonjour,

          Il faudrait que tu mettes l'erreur que tu as lors que démarrage de Minecraft avec ta version moddé (dans les Logs du launcher).

          Sinon, je suppose que tu utilise Forge. Vérifie que tu as bien la dernière version 1.7.10 (obligatoire) sur ce site. Si tu joues en 1.8 il y a même la version correspondante.

          Ensuite tu as peut-être fait la mise à jour Java 8, dans ce cas il faut que tu rajoutes ce mod pour la compatibilité avec Java (pas besoin normalement avec les dernières versions de forge 1.8/1.7.10).

          Sinon je te conseille d'utiliser le dernier launcher proposé par Mojang et dispo à ce lien :

          https://launcher.mojang.com/download/MinecraftInstaller.msi. Il permet d'avoir, dans certains cas, une meilleur stabilité.

          -
          Edité par EdwinnSs 10 février 2015 à 9:30:43

          • Partager sur Facebook
          • Partager sur Twitter
          Développeur web passionné, étudiant en informatique, Administrateur serv. MC PleaseCraftMe
            10 février 2015 à 10:41:33

            Bonjour j'essaye de creer un serveur forge pour jouer avec mes amis. Mais dés l'un des premiere etape je n'y arrive pas. J'ai télécharger forge j'ai installer le client puis quand je lance le launcher avec forge le launcher se ferme puis rien ne se passe. Il n'y a aucun message d'erreur. Je me suis mis en Java 7 mais rien ne change
            • Partager sur Facebook
            • Partager sur Twitter
              10 février 2015 à 10:45:02

              "Il n'y a aucun message d'erreur" -> impossible. Regarde dans l'onglet "Console"du launcher.

              Et relis bien ce que j'ai mis au messages précédent, ainsi que tu possèdes bien des mods compatibles...

              -
              Edité par EdwinnSs 10 février 2015 à 10:45:21

              • Partager sur Facebook
              • Partager sur Twitter
              Développeur web passionné, étudiant en informatique, Administrateur serv. MC PleaseCraftMe
                10 février 2015 à 10:51:56

                j'ai trouvé c'est bon j'avais un probleme avec les propriete

                -
                Edité par pierrerutil 10 février 2015 à 11:15:25

                • Partager sur Facebook
                • Partager sur Twitter
                  10 février 2015 à 12:40:44

                  Re pour l'instant je ne peux pas te faire un copier/coller de ma console et le launcher je l'ai déjà mci quand-même
                  • Partager sur Facebook
                  • Partager sur Twitter
                    10 février 2015 à 22:44:20

                    Bonjour même problème que tout le monde ^^

                    J'ai essayé plusieurs trucs mais ça ne  lance pas .

                    voici mon message d'erreur

                    [22:43:33] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

                    [22:43:33] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

                    [22:43:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

                    [22:43:33] [main/INFO] [FML]: Forge Mod Loader version 7.2.217.1147 for Minecraft 1.7.2 loading

                    [22:43:33] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25

                    [22:43:33] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

                    [22:43:33] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.2_HD_U_C2.jar

                    [22:43:33] [main/INFO] [FML]: Loading tweaker mc.ambientocclusion.xrayinstaller.XRayTweaker from XRay-1.7.2-v2.15.2.jar

                    [22:43:33] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

                    [22:43:33] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker

                    [22:43:33] [main/INFO] [LaunchWrapper]: Loading tweak class name mc.ambientocclusion.xrayinstaller.XRayTweaker

                    [22:43:33] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

                    [22:43:33] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

                    [22:43:33] [main/ERROR] [LaunchWrapper]: Unable to launch

                    java.util.ConcurrentModificationException

                    at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901) ~[?:1.8.0_25]

                    at java.util.ArrayList$Itr.remove(ArrayList.java:865) ~[?:1.8.0_25]

                    at net.minecraft.launchwrapper.Launch.launch(Launch.java:117) [launchwrapper-1.9.jar:?]

                    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]

                    Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

                    Ps: pour le xray je ne l'utilise plus depuis bien longtemps ^^

                    • Partager sur Facebook
                    • Partager sur Twitter
                      10 février 2015 à 23:16:04

                      Essaye de désinstaller le jeu et de le réinstaller je ne suis pas sur que sa marche mais tu peux quand même essayer si tu ne l'a pas fait ;)

                      • Partager sur Facebook
                      • Partager sur Twitter
                        11 février 2015 à 10:07:27

                        Bonjour,

                        EdwinnSs a écrit:

                        Bonjour,

                        Vérifie que tu as bien la dernière version 1.7.2 sur ce site.

                        Ensuite tu as peut-être fait la mise à jour Java 8, dans ce cas il faut que tu rajoutes ce mod pour la compatibilité avec Java (pas besoin normalement avec les dernières versions de forge 1.8/1.7.10).

                        Sinon je te conseille d'utiliser le dernier launcher proposé par Mojang et dispo à ce lien :

                        https://launcher.mojang.com/download/MinecraftInstaller.msi. Il permet d'avoir, dans certains cas, une meilleur stabilité.

                        -
                        Edité par EdwinnSs hier à 9:30

                        Tu as testé de mettre ça ?

                        • Partager sur Facebook
                        • Partager sur Twitter
                        Développeur web passionné, étudiant en informatique, Administrateur serv. MC PleaseCraftMe
                          11 février 2015 à 23:19:47

                          Merci beaucoup de ton aide j'ai instalé le mod et ça marche très bien

                          • Partager sur Facebook
                          • Partager sur Twitter
                            12 février 2015 à 9:52:10

                            EwinnSs ,il faut que je te dise quelque chose de très important

                            merci merci merci merci merci merci merci merci,1000 fois merci,t'es le gars le plus intelligent que je connaisse,t'es trop fort,!!!!!!!!

                            Si tu as besoin de quoi que soit  mon adresse e-mail est "tacleman9@gmail .com"

                            merci encore

                            • Partager sur Facebook
                            • Partager sur Twitter
                              12 février 2015 à 11:49:52

                              pas de quoi ... :)
                              • Partager sur Facebook
                              • Partager sur Twitter
                              Développeur web passionné, étudiant en informatique, Administrateur serv. MC PleaseCraftMe
                                13 février 2015 à 17:48:24

                                Bonjour ! 

                                J'ai aussi le problèmes de Forge, quand je le lance, rien ne s'affiche, il se ferme tout seul ...

                                J'ai un message d'erreur :

                                " Getting syncinfo for selected version

                                Queueing library & version downloads

                                Download job 'Version & Libraries' started (16 threads, 5 files)

                                Attempting to download C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries'... (try 0)

                                Attempting to download C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries'... (try 0)

                                Attempting to download C:\Users\Yos\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar for job 'Version & Libraries'... (try 0)

                                Attempting to download C:\Users\Yos\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries'... (try 0)

                                Attempting to download C:\Users\Yos\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1310\1.8-Forge11.14.1.1310.jar for job 'Version & Libraries'... (try 0)

                                Delta time to compare resources: 1527 ms 

                                Download job 'Resources' skipped as there are no files to download

                                Job 'Resources' finished successfully

                                Finished downloading C:\Users\Yos\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1310\1.8-Forge11.14.1.1310.jar for job 'Version & Libraries': Couldn't connect to server (responded with 403) but have local file, assuming it's good

                                Finished downloading C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar for job 'Version & Libraries': Local file matches local checksum, using that

                                Finished downloading C:\Users\Yos\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar for job 'Version & Libraries': Local file matches local checksum, using that

                                Finished downloading C:\Users\Yos\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar for job 'Version & Libraries': Local file matches local checksum, using that

                                Finished downloading C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar for job 'Version & Libraries': Local file matches local checksum, using that

                                Job 'Version & Libraries' finished successfully

                                Launching game

                                Looking for old natives to clean up...

                                Unpacking natives to C:\Users\Yos\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1310\1.8-Forge11.14.1.1310-natives-23782392594821

                                Launching in C:\Users\Yos\AppData\Roaming\.minecraft

                                Half command: C:\Program Files\Java\jre7\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.library.path=C:\Users\Yos\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1310\1.8-Forge11.14.1.1310-natives-23782392594821 -cp C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.8-11.14.1.1310\forge-1.8-11.14.1.1310.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Yos\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\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Yos\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\Yos\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\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Yos\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\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Yos\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1310\1.8-Forge11.14.1.1310.jar net.minecraft.launchwrapper.Launch

                                Running C:\Program Files\Java\jre7\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.library.path=C:\Users\Yos\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1310\1.8-Forge11.14.1.1310-natives-23782392594821 -cp C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forge\1.8-11.14.1.1310\forge-1.8-11.14.1.1310.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\minecraft\launchwrapper\1.11\launchwrapper-1.11.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Yos\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\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Yos\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\Yos\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\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Yos\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\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Yos\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Yos\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1310\1.8-Forge11.14.1.1310.jar net.minecraft.launchwrapper.Launch --username Yos --version 1.8-Forge11.14.1.1310 --gameDir C:\Users\Yos\AppData\Roaming\.minecraft --assetsDir C:\Users\Yos\AppData\Roaming\.minecraft\assets --assetIndex 1.8 --uuid 3d7f492a-65c1-3813-ad7e-2a6360efd6fe --accessToken - --userProperties {} --userType ${user_type} --tweakClass net.minecraftforge.fml.common.launcher.FMLTweaker

                                Client> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level

                                Client>at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)

                                Client>at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

                                Client> Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level

                                Client>at java.net.URLClassLoader$1.run(Unknown Source)

                                Client>at java.net.URLClassLoader$1.run(Unknown Source)

                                Client>at java.security.AccessController.doPrivileged(Native Method)

                                Client>at java.net.URLClassLoader.findClass(Unknown Source)

                                Client>at java.lang.ClassLoader.loadClass(Unknown Source)

                                Client>at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

                                Client>at java.lang.ClassLoader.loadClass(Unknown Source)

                                Client>... 2 more

                                Game ended with bad state (exit code 1)

                                Ignoring visibility rule and showing launcher due to a game crash

                                Deleting C:\Users\Yos\AppData\Roaming\.minecraft\versions\1.8-Forge11.14.1.1310\1.8-Forge11.14.1.1310-natives-23782392594821"

                                J'ai essayer la solution de Java mais sa ne fonctionne pas :(

                                Merci d'avance !

                                -
                                Edité par eliosloltg 13 février 2015 à 17:50:28

                                • Partager sur Facebook
                                • Partager sur Twitter
                                  14 février 2015 à 8:13:20

                                  Alors je sais que ça revient dans les débuts du post, mais c'est pas très précis la façon de retourner en java 7. Mon problème étant que moi et mes amis ne pouvons pas tous jouer avec le plugin mumble sous forge 1.7.2. Moi ça marche sous mac en version java 8 update 25 et un autre de mes potes aussi (sous windows 7). Ceux avec qui ça ne marche pas, ils sont en version 8 update 31 et ont à tenté de suivre vos conseils pour supprimer la java 8, en appuyant sur play, elle se ferme (normal) mais le jeu ne se lance pas (impossible de le voir dans le gestionnaire de tâche) Ils sont tous sous windows 7. J'ai cherché à minute reprise de trouver une façon de revenir en version 8u25 de java, impossible par contre dans leur "Uninstall tool" la seul option pour supprimer les versions obsolètes c'est la 8u25 (celle qu'ont veux tester) comment faire? 

                                  Ps: impossible d'avoir de messages d'erreurs puisque le jeu ne se lance pas x')

                                  Merci d'avance !

                                  • Partager sur Facebook
                                  • Partager sur Twitter
                                    14 février 2015 à 8:13:50

                                    désolé double post x')

                                    ---supprimé---

                                    -
                                    Edité par MineDof12 15 février 2015 à 0:32:17

                                    • Partager sur Facebook
                                    • Partager sur Twitter
                                      15 février 2015 à 0:31:28

                                      Problème résolu, le gros problème c'est de complètement rediriger le programme Forge à partir du luncher directement vers la version 7 de java. La solution est super simple, vous voyez dans le Java setting, l'executable tout en bas? (voir le screen) Ceci est le chemin pour que le jeu se lance sur le Java. Étant donner que maintenant beaucoup de personnes ont des versions récente de Java (particulièrement la version 8u31) Forge n'est pas supporter ce qui cause l'extinction du luncher au moment du "Play". J'ai volontairement supprimer mes informations personnel dans le screen ci-dessou.

                                      À noter que je suis sous Mac, mais que c'est valable entièrement pour windows. Mon Minecraft marche sous la version 8u25 de java ainsi que deux de mes amis (sous PC). Mon hypothèse étant que dès qu'ont fait la mise à jour java la plus récente alors que vous étiez en Java 8 update 25 (8u25) pour la 8u31 il n'est plus possible de revenir dans la 8u25 d'où la nécessité de retélécharger un java moins récent tel que là 7u75 qui reste suffisante pour forge en particulier. 

                                      Alors la solution: Rendez-vous dans vos documents d'ordinateur (Mon ordinateur ou Mon Pc) Rendez-vous dans "Programmes" pour certains il sera dans "Programmes x-86" truc du genre, l'important c'est de retrouver votre document Java par la suite et d'aller dans le dossier de votre Java version 7 qui devrais ressembler à "jre7" et rentrez dans le document "bin". À partir de là, pour les utilisateurs PC, vous avez votre parcours de dossier dans le haut de votre dossier. Cliquez dans la zone blanche pour avoir la sélection complète sous forme textuel qui devrais ressembler sensiblement à ça: C:\Program Files\Java\jre7\bin (Fort possible que ça ne soit pas ça mais si vous avez réussi à vous rendre dans le "bin" du bon Java tout est bon.)

                                      Copier-le puis coller le dans le "Executable" de votre minecraft comme celui du screen.

                                      Attention gardez la fin à partir du: \javaw.exe à la fin de votre saisi coller.   

                                      C:\Program Files\Java\jre7\bin\javaw.exe   <--- Ceci est un exemple ne pas copier coller x')!


                                      J'espère que ça en aura aidé plus d'un, il a fallu que j'aide pas mal d'amis pour lancer notre UHC sous le plugin KTP 9 avec le mod mumble. (vivement le plugin mumble un jour! lol)

                                      Sinon pour les versions récentes de Forge comme là 1.7.10 et + vous n'avez probablement pas ce problème puis qu'elle est supporté sur java 8u31. :D! Bonne journée, bonne soirée!

                                      MineDof12.

                                      -
                                      Edité par MineDof12 15 février 2015 à 1:13:26

                                      • Partager sur Facebook
                                      • Partager sur Twitter
                                        15 février 2015 à 12:42:42

                                        Bonjour , moi j'ai 2 problème le 1er est que en forge 1.7.10 avec n'importe quel mod quand je go dans les option je crash et le 2ème est que en 1.7.2 forge ne veut pas se lancer (j'ai tout essayer supprimer le dossier .minecarft puis le reinstaller , être en java 7 ) merci de me répondre au plus vite please :)
                                        • Partager sur Facebook
                                        • Partager sur Twitter
                                          15 février 2015 à 19:46:51

                                          bonjour,

                                          je ne comprend pas j'ai lu touts les messages et sa marche toujours pas :(

                                          je peux mettre touts les modes avec Forge ça va crasher dans j'appuie sur play.

                                          -J'ai Java 7/ minecraft 1.7.10/ forge 1.7.10/mods 1.7.10/un bon PC j'ai tout mais ça ne marche pas

                                          voici ce qu'ils me disent ...

                                          ---- Minecraft Crash Report ----

                                          // You should try our sister game, Minceraft!

                                          Time: 15.02.15 19:36

                                          Description: Unexpected error

                                          java.lang.IndexOutOfBoundsException

                                          at java.nio.Buffer.checkIndex(Buffer.java:540)

                                          at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)

                                          at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)

                                          at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)

                                          at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2204)

                                          at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)

                                          at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:239)

                                          at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)

                                          at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)

                                          at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

                                          at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2049)

                                          at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)

                                          at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)

                                          at net.minecraft.client.main.Main.main(SourceFile:148)

                                          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:483)

                                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

                                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

                                          ---------------------------------------------------------------------------------------

                                          -- Head --

                                          Stacktrace:

                                          at java.nio.Buffer.checkIndex(Buffer.java:540)

                                          at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)

                                          at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)

                                          at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)

                                          at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2204)

                                          at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)

                                          at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:239)

                                          at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)

                                          at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)

                                          at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)

                                          -- Affected level --

                                          Details:

                                          Level name: MpServer

                                          All players: 0 total; []

                                          Chunk stats: MultiplayerChunkCache: 0, 0

                                          Level seed: 0

                                          Level generator: ID 00 - default, ver 1. Features enabled: false

                                          Level generator options: 

                                          Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)

                                          Level time: 0 game time, 0 day time

                                          Level dimension: 0

                                          Level storage version: 0x00000 - Unknown?

                                          Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

                                          Level game mode: Game mode: adventure (ID 2). Hardcore: false. Cheats: false

                                          Forced entities: 0 total; []

                                          Retry entities: 0 total; []

                                          Server brand: ~~ERROR~~ NullPointerException: null

                                          Server type: Integrated singleplayer server

                                          Stacktrace:

                                          at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)

                                          at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)

                                          at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)

                                          at net.minecraft.client.main.Main.main(SourceFile:148)

                                          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:483)

                                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

                                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

                                          -- System Details --

                                          Details:

                                          Minecraft Version: 1.7.10

                                          Operating System: Windows 8.1 (amd64) version 6.3

                                          Java Version: 1.8.0_25, Oracle Corporation

                                          Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation

                                          Memory: 230087160 bytes (219 MB) / 721948672 bytes (688 MB) up to 1060372480 bytes (1011 MB)

                                          JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M

                                          AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

                                          IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94

                                          FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 4 mods loaded, 4 mods active

                                          mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

                                          FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

                                          Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

                                          pixelmon{3.4.0} [Pixelmon] (Pixelmon-1.7.10-3.4.0-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

                                          Launched Version: 1.7.10-Forge10.13.2.1291

                                          LWJGL: 2.9.1

                                          OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 10.18.10.3907, Intel

                                          GL Caps: Using GL 1.3 multitexturing.

                                          Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

                                          Anisotropic filtering is supported and maximum anisotropy is 16.

                                          Shaders are available because OpenGL 2.1 is supported.

                                          Is Modded: Definitely; Client brand changed to 'fml,forge'

                                          Type: Client (map_client.txt)

                                          Resource Packs: [faithful32pack (1).zip]

                                          Current Language: Français (France)

                                          Profiler Position: N/A (disabled)

                                          Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

                                          Anisotropic Filtering: Off (1)

                                          • Partager sur Facebook
                                          • Partager sur Twitter
                                            15 février 2015 à 19:52:40

                                            titijeremylimousin a écrit:

                                            Bonjour , moi j'ai 2 problème le 1er est que en forge 1.7.10 avec n'importe quel mod quand je go dans les option je crash et le 2ème est que en 1.7.2 forge ne veut pas se lancer (j'ai tout essayer supprimer le dossier .minecarft puis le reinstaller , être en java 7 ) merci de me répondre au plus vite please :)


                                            As-tu essayé ce que j'ai démontré plus haut? C'est-à dire de rediriger ton luncher vers le bon Java?
                                            • Partager sur Facebook
                                            • Partager sur Twitter
                                              15 février 2015 à 19:54:47

                                              ---- Minecraft Crash Report ----
                                              // You should try our sister game, Minceraft!
                                              Time: 15.02.15 19:36
                                              Description: Unexpected error
                                              java.lang.IndexOutOfBoundsException
                                              at java.nio.Buffer.checkIndex(Buffer.java:540)
                                              at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
                                              at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
                                              at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
                                              at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2204)
                                              at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)
                                              at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:239)
                                              at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
                                              at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
                                              at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
                                              at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2049)
                                              at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
                                              at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
                                              at net.minecraft.client.main.Main.main(SourceFile:148)
                                              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:483)
                                              at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                                              at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                                              A detailed walkthrough of the error, its code path and all known details is as follows:
                                              ---------------------------------------------------------------------------------------
                                              -- Head --
                                              Stacktrace:
                                              at java.nio.Buffer.checkIndex(Buffer.java:540)
                                              at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253)
                                              at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350)
                                              at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294)
                                              at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2204)
                                              at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2134)
                                              at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:239)
                                              at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
                                              at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
                                              at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
                                              -- Affected level --
                                              Details:
                                              Level name: MpServer
                                              All players: 0 total; []
                                              Chunk stats: MultiplayerChunkCache: 0, 0
                                              Level seed: 0
                                              Level generator: ID 00 - default, ver 1. Features enabled: false
                                              Level generator options: 
                                              Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
                                              Level time: 0 game time, 0 day time
                                              Level dimension: 0
                                              Level storage version: 0x00000 - Unknown?
                                              Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
                                              Level game mode: Game mode: adventure (ID 2). Hardcore: false. Cheats: false
                                              Forced entities: 0 total; []
                                              Retry entities: 0 total; []
                                              Server brand: ~~ERROR~~ NullPointerException: null
                                              Server type: Integrated singleplayer server
                                              Stacktrace:
                                              at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
                                              at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
                                              at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
                                              at net.minecraft.client.main.Main.main(SourceFile:148)
                                              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:483)
                                              at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                                              at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                                              -- System Details --
                                              Details:
                                              Minecraft Version: 1.7.10
                                              Operating System: Windows 8.1 (amd64) version 6.3
                                              Java Version: 1.8.0_25, Oracle Corporation
                                              Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                              Memory: 230087160 bytes (219 MB) / 721948672 bytes (688 MB) up to 1060372480 bytes (1011 MB)
                                              JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
                                              AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                              IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
                                              FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 4 mods loaded, 4 mods active
                                              mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                                              FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                                              Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                                              pixelmon{3.4.0} [Pixelmon] (Pixelmon-1.7.10-3.4.0-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
                                              Launched Version: 1.7.10-Forge10.13.2.1291
                                              LWJGL: 2.9.1
                                              OpenGL: Intel(R) HD Graphics 4600 GL version 4.3.0 - Build 10.18.10.3907, Intel
                                              GL Caps: Using GL 1.3 multitexturing.
                                              Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
                                              Anisotropic filtering is supported and maximum anisotropy is 16.
                                              Shaders are available because OpenGL 2.1 is supported.
                                              Is Modded: Definitely; Client brand changed to 'fml,forge'
                                              Type: Client (map_client.txt)
                                              Resource Packs: [faithful32pack (1).zip]
                                              Current Language: Français (France)
                                              Profiler Position: N/A (disabled)
                                              Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                                              Anisotropic Filtering: Off (1)
                                              • Partager sur Facebook
                                              • Partager sur Twitter
                                                15 février 2015 à 19:56:55

                                                Leledob12 a écrit:

                                                -- System Details --

                                                Details:

                                                Minecraft Version: 1.7.10

                                                Operating System: Windows 8.1 (amd64) version 6.3

                                                Java Version: 1.8.0_25, Oracle Corporation

                                                Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation


                                                Ton Java est trop récent, il te faut retourner en version 7, mais as-tu tenté de redirigé ton luncher comme expliqué plus haut? Peut-être qu'effectivement en 8u25 ton jeu peut marcher et qu'il n'est pas redirigé sur le bon Java.

                                                -
                                                Edité par MineDof12 15 février 2015 à 19:57:41

                                                • Partager sur Facebook
                                                • Partager sur Twitter
                                                  16 février 2015 à 9:37:35

                                                  Il n'est plus utile de retourner en Java 7 maintenant. La mise a jour Java 8 est obligatoire, et grâce au mod LegacyJavaFixer que j'ai donné plus haut, la plupart des crash sont réglés. Par contre il faut les dernières mise à jour de la version Forge, et faire attention certains mods pas forcément compatibles (comme OptiFine).

                                                  Il est tout à fait possible d'avoir les deux versions de Java, et de choisir laquelle lancer avec le launcher. Mais normalement il n'y a plus besoins.

                                                  • Partager sur Facebook
                                                  • Partager sur Twitter
                                                  Développeur web passionné, étudiant en informatique, Administrateur serv. MC PleaseCraftMe
                                                    16 février 2015 à 17:28:10

                                                    J'ai tout lu et tout faire mais rien... Quand je démarre une map, sa me met ''Shutting down internal server'' après sa se crash :(

                                                    je ne comprend pas... pour j'ai tout faire même supprimer minecraft le remettre rien...

                                                    • Partager sur Facebook
                                                    • Partager sur Twitter
                                                      18 février 2015 à 15:53:06

                                                      Bonjour Pour une amie et moi j'ai crée un serveur modée (la n'est pas le probleme) je c'est que quand on doit avoir un serveur il faut avoir les mods aussi sur son minecraft malheureusement j'ai  installé beaucoup de mods et a la fin quand j'ai voulu lancer Minecraft sa n'a pas marché sa a ouvert Mojang et l'a refermé avec un message d'erreur .

                                                      ---- Minecraft Crash Report ----

                                                      // Don't do that.

                                                      Time: 18/02/15 12:17

                                                      Description: Initializing game

                                                      java.lang.NullPointerException: Initializing game

                                                      at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:214)

                                                      at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:454)

                                                      at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:432)

                                                      at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:200)

                                                      at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:88)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

                                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

                                                      at java.lang.reflect.Method.invoke(Unknown Source)

                                                      at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

                                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

                                                      at java.lang.reflect.Method.invoke(Unknown Source)

                                                      at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

                                                      at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

                                                      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

                                                      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:208)

                                                      at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

                                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

                                                      at java.lang.reflect.Method.invoke(Unknown Source)

                                                      at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

                                                      at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

                                                      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

                                                      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:118)

                                                      at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)

                                                      at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)

                                                      at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

                                                      at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)

                                                      at net.minecraft.client.main.Main.main(SourceFile:103)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

                                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

                                                      at java.lang.reflect.Method.invoke(Unknown Source)

                                                      at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

                                                      at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

                                                      ---------------------------------------------------------------------------------------

                                                      -- Head --

                                                      Stacktrace:

                                                      at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:214)

                                                      at net.minecraftforge.oredict.OreDictionary.registerOreImpl(OreDictionary.java:454)

                                                      at net.minecraftforge.oredict.OreDictionary.registerOre(OreDictionary.java:432)

                                                      at com.foodplus.core.RegistrationCenter.<init>(RegistrationCenter.java:200)

                                                      at com.foodplus.core.FoodPlus.preInit(FoodPlus.java:88)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

                                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

                                                      at java.lang.reflect.Method.invoke(Unknown Source)

                                                      at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

                                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

                                                      at java.lang.reflect.Method.invoke(Unknown Source)

                                                      at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

                                                      at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

                                                      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

                                                      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:208)

                                                      at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

                                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

                                                      at java.lang.reflect.Method.invoke(Unknown Source)

                                                      at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

                                                      at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

                                                      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

                                                      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:118)

                                                      at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)

                                                      at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)

                                                      at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

                                                      -- Initialization --

                                                      Details:

                                                      Stacktrace:

                                                      at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)

                                                      at net.minecraft.client.main.Main.main(SourceFile:103)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

                                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

                                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

                                                      at java.lang.reflect.Method.invoke(Unknown Source)

                                                      at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

                                                      at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

                                                      -- System Details --

                                                      Details:

                                                      Minecraft Version: 1.7.2

                                                      Operating System: Windows 8.1 (amd64) version 6.3

                                                      Java Version: 1.7.0_76, Oracle Corporation

                                                      Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation

                                                      Memory: 183838224 bytes (175 MB) / 376438784 bytes (359 MB) up to 954728448 bytes (910 MB)

                                                      JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G

                                                      AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

                                                      IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

                                                      FML: MCP v9.03 FML v7.2.217.1147 Minecraft Forge 10.12.2.1147 Optifine OptiFine_1.7.2_HD_D5 10 mods loaded, 10 mods active

                                                      mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized

                                                      FML{7.2.217.1147} [Forge Mod Loader] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized

                                                      Forge{10.12.2.1147} [Minecraft Forge] (forge-1.7.2-10.12.2.1147.jar) Unloaded->Constructed->Pre-initialized

                                                      CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized

                                                      NotEnoughItems{1.0.1} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.1-universal.jar) Unloaded->Constructed->Pre-initialized

                                                      lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar.zip) Unloaded->Constructed->Pre-initialized

                                                      CustomSpawner{3.2.0.dev.R3} [DrZhark's CustomSpawner] (CustomMobSpawner 3.2.0-DEV-R3 (2).zip) Unloaded->Constructed->Pre-initialized

                                                      DamageIndicatorsMod{3.0.0.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.2 (1).jar) Unloaded->Constructed->Pre-initialized

                                                      MoCreatures{6.2.0.dev.R3} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.2.0-DEV-R3 (2).zip) Unloaded->Constructed->Pre-initialized

                                                      FoodPlus{2.9bU} [§bFood Plus] (FoodPlus-1.7.2-2.9bU.jar) Unloaded->Constructed->Errored

                                                      Launched Version: 1.7.2-Forge10.12.2.1147

                                                      LWJGL: 2.9.0

                                                      OpenGL: GeForce GT 720M/PCIe/SSE2 GL version 4.5.0 NVIDIA 347.09, NVIDIA Corporation

                                                      Is Modded: Definitely; Client brand changed to 'fml,forge'

                                                      Type: Client (map_client.txt)

                                                      Resource Packs: []

                                                      Current Language: English (US)

                                                      Profiler Position: N/A (

                                                      • Partager sur Facebook
                                                      • Partager sur Twitter
                                                        18 février 2015 à 16:49:38

                                                        Bonjour j'ai un probleme :

                                                        Mon minecraft crash et ne se reouvre pas quand j'ai forge 1.7.2 sans mods . voila ce qu'il y a sur la console :  

                                                        (PS : J'ai java 7 update 75 mais sur mon executable de edit profile il ya ecrit quelque chose et je crois que le probleme viens de la apres je sais pas : C:\Users\Auchan OKABE\Desktop\runtime\jre-x64\1.8.0_25\bin\javaw.exe)

                                                        [16:46:46] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

                                                        [16:46:46] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

                                                        [16:46:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

                                                        [16:46:46] [main/INFO] [FML]: Forge Mod Loader version 7.2.217.1147 for Minecraft 1.7.2 loading

                                                        [16:46:46] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\Auchan OKABE\Desktop\runtime\jre-x64\1.8.0_25

                                                        [16:46:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

                                                        [16:46:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

                                                        [16:46:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

                                                        [16:46:47] [main/ERROR] [LaunchWrapper]: Unable to launch

                                                        java.util.ConcurrentModificationException

                                                        at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901) ~[?:1.8.0_25]

                                                        at java.util.ArrayList$Itr.remove(ArrayList.java:865) ~[?:1.8.0_25]

                                                        at net.minecraft.launchwrapper.Launch.launch(Launch.java:117) [launchwrapper-1.9.jar:?]

                                                        at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]

                                                        Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

                                                        • Partager sur Facebook
                                                        • Partager sur Twitter
                                                          18 février 2015 à 17:30:12

                                                          Bonjour,

                                                          @floragirl9 il ne suffit pas d'avoir les même mods du coté serveur et du coté client pour que cela fonctionne. Il faut déjà voir, coté serveur, si tu n'as pas d'erreur dans la console, lors du démarrage, pour savoir si tous les mods sont chargés, et aussi quand quelqu'un tente d'accéder au serveur.

                                                          Ensuites, il faut que les mods clients soient compatibles 1.7.2. Par exemple ton mod "lucky" est marqué 1.7.10, il n'est pas forcément compatible... je n'ai pas fais le tour de tout tes mods, mais fait bien attention quand tu les télécharge que ce soit marqué la vonne compatibilité.

                                                          Je te conseil ensuite de ne pas utiliser OptiFine tout de suite, car il peut aussi être incompatible avec les autres mods.

                                                          @cloushcloushk essayede rajouter ce mod dans le dossier mods de ton .Minecraft (touche windows + R -> taper: %AppData%)

                                                          • Partager sur Facebook
                                                          • Partager sur Twitter
                                                          Développeur web passionné, étudiant en informatique, Administrateur serv. MC PleaseCraftMe
                                                            18 février 2015 à 18:00:31

                                                            EdwinnSs a écrit:

                                                            Bonjour,

                                                            @floragirl9 il ne suffit pas d'avoir les même mods du coté serveur et du coté client pour que cela fonctionne. Il faut déjà voir, coté serveur, si tu n'as pas d'erreur dans la console, lors du démarrage, pour savoir si tous les mods sont chargés, et aussi quand quelqu'un tente d'accéder au serveur.

                                                            Ensuites, il faut que les mods clients soient compatibles 1.7.2. Par exemple ton mod "lucky" est marqué 1.7.10, il n'est pas forcément compatible... je n'ai pas fais le tour de tout tes mods, mais fait bien attention quand tu les télécharge que ce soit marqué la vonne compatibilité.

                                                            Je te conseil ensuite de ne pas utiliser OptiFine tout de suite, car il peut aussi être incompatible avec les autres mods.

                                                            @cloushcloushk essayede rajouter ce mod dans le dossier mods de ton .Minecraft (touche windows + R -> taper: %AppData%)



                                                            • Partager sur Facebook
                                                            • Partager sur Twitter
                                                              18 février 2015 à 18:00:58

                                                              Daccrod j'essayerais demain et je vous redirais merci :)
                                                              • Partager sur Facebook
                                                              • Partager sur Twitter

                                                              Problème Minecraft : Forge 1.7.2 et mods

                                                              × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
                                                              × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
                                                              • Editeur
                                                              • Markdown