MFF

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

    Créer la base de votre mod

    Planifier Épinglé Verrouillé Déplacé Les bases
    1.7.x
    163 Messages 40 Publieurs 101.2k Vues 7 Watching
    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.
    • M Hors-ligne
      MisterFire34
      dernière édition par

      je fait:
      -configure build.gradle
      shift + click droit dans forge-1.7.2 -> ouvrir un fenetre de commande
      ->gradlew task
      ->gradlew setupDecompWorkspace
      ->gradlew eclipse
      je config windows / préférence comme dit
      je supprime com.exemple.exemplemod
      je fait un new package dans src/main/java que je nome com.google.smalycraft.misterfire.common
      et encore un que je nome com.google.smalycraft.misterfire.client
      je fait une nouvelle class dans le package common que je nome MisterFire
      je fait @Mod import mod puis add misting atribut

      contenue de la class:

      package com.google.smalycraft.misterfire.common;
      
      import cpw.mods.fml.common.Mod;
      
      @Mod(modid = "misterfire", name = "MisterFire", version = "1.0.0")
      public class MisterFire {
      
      }
      
      

      je config run configuration et je lance


      Non sa marche je c pas se que j’ai fait mais sa marche ! merci a vous

      MisterFire34
      Fondateur de EreaNation :cool:
      Site: EreaNation :D

      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

        Envoie l’erreur ?

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

          Bonjour APrès réalisation de tout cela j’ai eu le droit a un superbe deux superbes problèmes.

          • pas de son : a chaque fois que minecraft doit jouer un son il ne se passe rien et ceci s’affiche dans la console
            [19:20:01] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:step.gravel
            -Ensuite j’ai un autre problème c’est que je n’ai pas les langues dans le menu langue alors que j’ai les noms de minecraft

          voici les logs a mon lancement merci si vous pouvez m’aidé

          [19:29:46] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
          [19:29:46] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
          [19:29:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
          [19:29:46] [main/INFO] [FML]: Forge Mod Loader version 7.2.211.1121 for Minecraft 1.7.2 loading
          [19:29:46] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_65, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
          [19:29:46] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
          [19:29:46] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
          [19:29:46] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
          [19:29:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
          [19:29:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
          [19:29:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
          [19:29:46] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
          [19:29:47] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/Romain/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1121/forgeSrc-1.7.2-10.12.2.1121.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
          [19:29:47] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
          [19:29:47] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/Romain/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1121/forgeSrc-1.7.2-10.12.2.1121.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
          [19:29:47] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
          [19:29:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
          [19:29:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
          [19:29:47] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
          [19:29:47] [main/INFO]: Setting user: Player943
          [19:29:48] [Client thread/INFO]: LWJGL Version: 2.9.0
          [19:29:48] [Client thread/ERROR]: Couldn't set icon
          javax.imageio.IIOException: Can't read input file!
          at javax.imageio.ImageIO.read(Unknown Source) ~[?:1.7.0_65]
          at net.minecraft.client.Minecraft.readImage(Minecraft.java:641) ~[Minecraft.class:?]
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:470) [Minecraft.class:?]
          at net.minecraft.client.Minecraft.run(Minecraft.java:892) [Minecraft.class:?]
          at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
          [19:29:49] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
          [19:29:49] [Client thread/INFO] [FML]: MinecraftForge v10.12.2.1121 Initialized
          [19:29:49] [Client thread/INFO] [FML]: Replaced 182 ore recipies
          [19:29:49] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
          [19:29:49] [Client thread/INFO] [FML]: Searching C:\Users\Romain\Desktop\forge-1.7.2-10.12.2.1121-src\eclipse\mods for mods
          [19:29:49] [Client thread/INFO] [examplemod]: Mod examplemod is missing the required element 'name'. Substituting examplemod
          com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
          at com.google.gson.Gson.fromJson(Gson.java:815)
          at com.google.gson.Gson.fromJson(Gson.java:768)
          at com.google.gson.Gson.fromJson(Gson.java:717)
          at com.google.gson.Gson.fromJson(Gson.java:689)
          at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:94)
          Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
          at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
          at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183)
          at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145)
          at com.google.gson.Gson.fromJson(Gson.java:803)
          … 4 more
          [19:29:50] [Client thread/ERROR] [FML]: FML has detected a mod that is using a package name based on 'net.minecraft.src' : net.minecraft.src.FMLRenderAccessLibrary. This is generally a severe programming error.  There should be no mod code in the minecraft namespace. MOVE YOUR MOD! If you're in eclipse, select your source code and 'refactor' it into a new package. Go on. DO IT NOW!
          [19:29:51] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
          [19:29:51] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:examplemod, FMLFileResourcePack:pulganr mod
          [19:29:51] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
          [19:29:51] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
          [19:29:51] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
          [19:29:51] [Client thread/INFO] [FML]: Applying holder lookups
          [19:29:51] [Client thread/INFO] [FML]: Holder lookups applied
          
          Starting up SoundSystem…
          Initializing LWJGL OpenAL
             (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
          OpenAL initialized.
          [19:29:52] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
          
          [19:29:52] [Sound Library Loader/INFO]: Sound engine started
          [19:29:52] [Client thread/INFO]: Created: 256x256 textures/items-atlas
          DIRT BLOCK >> tile.dirt
          méthode côté client
          [19:29:52] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
          [19:29:52] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:examplemod, FMLFileResourcePack:pulganr mod
          [19:29:52] [Client thread/ERROR]: Using missing texture, unable to load modtutoriel:textures/items/axe_tutoriel.png
          java.io.FileNotFoundException: modtutoriel:textures/items/axe_tutoriel.png
          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:626) [Minecraft.class:?]
          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:585) [Minecraft.class:?]
          at net.minecraft.client.Minecraft.run(Minecraft.java:892) [Minecraft.class:?]
          at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
          [19:29:52] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/modtutorielConfusedword_tutoriel.png
          java.io.FileNotFoundException: minecraft:textures/items/modtutorielConfusedword_tutoriel.png
          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:626) [Minecraft.class:?]
          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:585) [Minecraft.class:?]
          at net.minecraft.client.Minecraft.run(Minecraft.java:892) [Minecraft.class:?]
          at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
          [19:29:52] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/modtutorielConfusedhovel_tutoriel.png
          java.io.FileNotFoundException: minecraft:textures/items/modtutorielConfusedhovel_tutoriel.png
          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:626) [Minecraft.class:?]
          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:585) [Minecraft.class:?]
          at net.minecraft.client.Minecraft.run(Minecraft.java:892) [Minecraft.class:?]
          at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
          [19:29:52] [Client thread/ERROR]: Using missing texture, unable to load modtutoriel:textures/items/pickaxe_tutoriel.png
          java.io.FileNotFoundException: modtutoriel:textures/items/pickaxe_tutoriel.png
          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:626) [Minecraft.class:?]
          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:585) [Minecraft.class:?]
          at net.minecraft.client.Minecraft.run(Minecraft.java:892) [Minecraft.class:?]
          at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
          [19:29:52] [Client thread/ERROR]: Using missing texture, unable to load modtutoriel:textures/items/hoe_tutoriel.png
          java.io.FileNotFoundException: modtutoriel:textures/items/hoe_tutoriel.png
          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:626) [Minecraft.class:?]
          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:585) [Minecraft.class:?]
          at net.minecraft.client.Minecraft.run(Minecraft.java:892) [Minecraft.class:?]
          at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
          [19:29:52] [Client thread/INFO]: Created: 256x256 textures/items-atlas
          [19:29:52] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
          
          SoundSystem shutting down…
             Author: Paul Lamb, www.paulscode.com
          
          Starting up SoundSystem...
          Initializing LWJGL OpenAL
             (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
          OpenAL initialized.
          
          [19:29:53] [Sound Library Loader/INFO]: Sound engine started
          [19:29:58] [MCO Availability Checker #1/ERROR]: Couldn't connect to Realms
          [19:29:58] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.menu
          [19:30:05] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.menu
          [19:30:31] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.menu
          
          
          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

            Le deux problèmes reviennent au même. Les assets sont manquantes. Il me semble qu’en 1.7.2 les assets ne fonctionnent plus, il faut passer en 1.7.10

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

              @‘robin4002’:

              Le deux problèmes reviennent au même. Les assets sont manquantes. Il me semble qu’en 1.7.2 les assets ne fonctionnent plus, il faut passer en 1.7.10

              Mais genial j’ai deja galerer a passer en 1.7.2 et maintenant je doit changer wtf bon faut t’il fait quelque chose avec gradlew pour passer la maj ou je doit refaire tout depuis le debut avec en télecharger forge sur le site? 
              je tien a précisé que j’ai les assets dans les referenced Libraries

              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

                Il n’y a presque pas de différence en 1.7.10
                http://www.minecraftforgefrance.fr/showthread.php?tid=777
                Sinon tu peux essayer d’ajouter les arguments suivants dans les paramètres de run : –assetsDir C:\Users<ta session=“”>\AppData\Roaming.minecraft\assets</ta>

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

                  @‘robin4002’:

                  Il n’y a presque pas de différence en 1.7.10
                  http://www.minecraftforgefrance.fr/showthread.php?tid=777
                  Sinon tu peux essayer d’ajouter les arguments suivants dans les paramètres de run : –assetsDir C:\Users<ta session=“”>\AppData\Roaming.minecraft\assets</ta>

                  Alors  bonne nouvelle j’ai passer sous 1.7.10 apparament

                  mauvaise nouvelle sa ne se lance pas:

                  
                  [13:15:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                  
                  [13:15:41] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                  [13:15:41] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                  [13:15:41] [main/INFO] [FML]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading
                  [13:15:41] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_65, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
                  [13:15:41] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                  [13:15:41] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                  [13:15:42] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                  [13:15:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                  [13:15:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                  [13:15:42] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                  [13:15:42] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                  [13:15:43] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                  [13:15:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                  [13:15:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                  [13:15:43] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                  [13:15:43] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                  [13:15:43] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                  [13:15:44] [main/ERROR] [LaunchWrapper]: Unable to launch
                  java.lang.reflect.InvocationTargetException
                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                  at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                  at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                  Caused by: joptsimple.MissingRequiredOptionException: Missing required option(s) ['userProperties']
                  at joptsimple.OptionParser.ensureRequiredOptions(OptionParser.java:447) ~[OptionParser.class:?]
                  at joptsimple.OptionParser.parse(OptionParser.java:437) ~[OptionParser.class:?]
                  at net.minecraft.client.main.Main.main(Main.java:89) ~[Main.class:?]
                  … 6 more
                  
                  

                  une idée?

                  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

                    Caused by: joptsimple.MissingRequiredOptionException: Missing required option(s) ['userProperties']
                    

                    Il te manque l’argument “–userProperties {}” dans les arguments de lancement

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

                      @‘robin4002’:

                      Caused by: joptsimple.MissingRequiredOptionException: Missing required option(s) ['userProperties']
                      

                      Il te manque l’argument “–userProperties {}” dans les arguments de lancement

                      Ok mais je suppose que c’est dans debug Configurations mais il y a deux client et deux serveur et dans client il y a ceci

                      
                      –version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --accessToken FML
                      

                      Et rien dans serveur

                      que doit-je faire?

                      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

                        Dans client tu ajoutes en plus :
                        –userProperties {}

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

                          @‘robin4002’:

                          Dans client tu ajoutes en plus :
                          –userProperties {}

                          merci de l’aide robin le jeu fonctionne mais j’ai toujours le probleme du son qui ne se lance pas ni les langues

                          je trouve que il y a beaucoup de chose dans la console
                          :

                          
                          [20:22:46] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                          
                          [20:22:46] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                          [20:22:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                          [20:22:46] [main/INFO] [FML]: Forge Mod Loader version 7.10.84.1217 for Minecraft 1.7.10 loading
                          [20:22:46] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_65, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
                          [20:22:46] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                          [20:22:46] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                          [20:22:46] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                          [20:22:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                          [20:22:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                          [20:22:46] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                          [20:22:47] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                          [20:22:48] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                          [20:22:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                          [20:22:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                          [20:22:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                          [20:22:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                          [20:22:48] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                          [20:22:49] [main/INFO]: Setting user: Player927
                          [20:22:50] [main/INFO] [STDOUT]: [net.minecraft.client.main.Main:main:160]: Completely ignored arguments: [#73, Il, y, a, 3, minutes, Dans, client, tu, ajoutes, en, plus, :]
                          [20:22:50] [Client thread/INFO]: LWJGL Version: 2.9.1
                          [20:22:50] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@32d62eb9\. This is a critical error and should be impossible
                          java.lang.Throwable
                          at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
                          at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
                          at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:21) [MinecraftForge.class:?]
                          at net.minecraftforge.fluids.FluidRegistry.registerFluid(FluidRegistry.java:83) [FluidRegistry.class:?]
                          at net.minecraftforge.fluids.FluidRegistry.<clinit>(FluidRegistry.java:50) [FluidRegistry.class:?]
                          at net.minecraftforge.client.ForgeHooksClient.<clinit>(ForgeHooksClient.java:425) [ForgeHooksClient.class:?]
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:474) [Minecraft.class:?]
                          at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
                          at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                          [20:22:50] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@1514b420\. This is a critical error and should be impossible
                          java.lang.Throwable
                          at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
                          at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
                          at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:22) [MinecraftForge.class:?]
                          at net.minecraftforge.fluids.FluidRegistry.registerFluid(FluidRegistry.java:83) [FluidRegistry.class:?]
                          at net.minecraftforge.fluids.FluidRegistry.<clinit>(FluidRegistry.java:50) [FluidRegistry.class:?]
                          at net.minecraftforge.client.ForgeHooksClient.<clinit>(ForgeHooksClient.java:425) [ForgeHooksClient.class:?]
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:474) [Minecraft.class:?]
                          at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
                          at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                          [20:22:50] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@23dabb0\. This is a critical error and should be impossible
                          java.lang.Throwable
                          at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
                          at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
                          at net.minecraftforge.common.MinecraftForge.<clinit>(MinecraftForge.java:23) [MinecraftForge.class:?]
                          at net.minecraftforge.fluids.FluidRegistry.registerFluid(FluidRegistry.java:83) [FluidRegistry.class:?]
                          at net.minecraftforge.fluids.FluidRegistry.<clinit>(FluidRegistry.java:50) [FluidRegistry.class:?]
                          at net.minecraftforge.client.ForgeHooksClient.<clinit>(ForgeHooksClient.java:425) [ForgeHooksClient.class:?]
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:474) [Minecraft.class:?]
                          at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
                          at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                          [20:22:51] [Client thread/ERROR] [FML]: Unable to determine registrant mod for cpw.mods.fml.common.eventhandler.EventBus@6b01af7\. This is a critical error and should be impossible
                          java.lang.Throwable
                          at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:56) [EventBus.class:?]
                          at cpw.mods.fml.common.eventhandler.EventBus.<init>(EventBus.java:36) [EventBus.class:?]
                          at cpw.mods.fml.common.FMLCommonHandler.<init>(FMLCommonHandler.java:90) [FMLCommonHandler.class:?]
                          at cpw.mods.fml.common.FMLCommonHandler.<clinit>(FMLCommonHandler.java:77) [FMLCommonHandler.class:?]
                          at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:188) [FMLClientHandler.class:?]
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]
                          at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
                          at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                          [20:22:51] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                          [20:22:51] [Client thread/INFO] [FML]: MinecraftForge v10.13.1.1217 Initialized
                          [20:22:51] [Client thread/INFO] [FML]: Replaced 182 ore recipies
                          [20:22:51] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                          [20:22:51] [Client thread/INFO] [FML]: Searching C:\Users\Romain\Desktop\forge-1.7.2-10.12.2.1121-src\eclipse\mods for mods
                          [20:22:51] [Client thread/INFO] [examplemod]: Mod examplemod is missing the required element 'name'. Substituting examplemod
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:815)
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:768)
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:717)
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:689)
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.common.ForgeVersion$1.run(ForgeVersion.java:94)
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374)
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183)
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145)
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at com.google.gson.Gson.fromJson(Gson.java:803)
                          [20:22:51] [Forge Version Check/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: … 4 more
                          [20:22:53] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
                          [20:22:53] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod, pulganrmod] at CLIENT
                          [20:22:53] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, examplemod, pulganrmod] at SERVER
                          [20:22:54] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:examplemod, FMLFileResourcePack:pulganr mod
                          [20:22:54] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                          [20:22:54] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                          [20:22:54] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                          [20:22:54] [Client thread/INFO] [FML]: Applying holder lookups
                          [20:22:54] [Client thread/INFO] [FML]: Holder lookups applied
                          [20:22:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                          [20:22:54] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                          [20:22:54] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                          [20:22:54] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                          [20:22:54] [Thread-6/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                          [20:22:55] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                          [20:22:55] [Sound Library Loader/INFO]: Sound engine started
                          [20:22:55] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                          [20:22:55] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                          [20:22:55] [Client thread/INFO] [STDOUT]: [com.example.examplemod.ExampleMod:init:18]: DIRT BLOCK >> tile.dirt
                          [20:22:55] [Client thread/INFO] [STDOUT]: [com.google.pulganr.client.ClientProxy:registerRender:14]: méthode côté client
                          [20:22:55] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
                          [20:22:55] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:examplemod, FMLFileResourcePack:pulganr mod
                          [20:22:55] [Client thread/ERROR]: Using missing texture, unable to load modtutoriel:textures/items/axe_tutoriel.png
                          java.io.FileNotFoundException: modtutoriel:textures/items/axe_tutoriel.png
                          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:643) [Minecraft.class:?]
                          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:586) [Minecraft.class:?]
                          at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
                          at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                          [20:22:55] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/modtutorielConfusedword_tutoriel.png
                          java.io.FileNotFoundException: minecraft:textures/items/modtutorielConfusedword_tutoriel.png
                          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:643) [Minecraft.class:?]
                          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:586) [Minecraft.class:?]
                          at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
                          at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                          [20:22:55] [Client thread/ERROR]: Using missing texture, unable to load minecraft:textures/items/modtutorielConfusedhovel_tutoriel.png
                          java.io.FileNotFoundException: minecraft:textures/items/modtutorielConfusedhovel_tutoriel.png
                          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:643) [Minecraft.class:?]
                          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:586) [Minecraft.class:?]
                          at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
                          at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                          [20:22:55] [Client thread/ERROR]: Using missing texture, unable to load modtutoriel:textures/items/pickaxe_tutoriel.png
                          java.io.FileNotFoundException: modtutoriel:textures/items/pickaxe_tutoriel.png
                          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:643) [Minecraft.class:?]
                          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:586) [Minecraft.class:?]
                          at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
                          at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                          [20:22:55] [Client thread/ERROR]: Using missing texture, unable to load modtutoriel:textures/items/hoe_tutoriel.png
                          java.io.FileNotFoundException: modtutoriel:textures/items/hoe_tutoriel.png
                          at net.minecraft.client.resources.FallbackResourceManager.getResource(FallbackResourceManager.java:65) ~[FallbackResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.getResource(SimpleReloadableResourceManager.java:67) ~[SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:126) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:91) [TextureMap.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89) [TextureManager.class:?]
                          at net.minecraft.client.renderer.texture.TextureManager.onResourceManagerReload(TextureManager.java:170) [TextureManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(SimpleReloadableResourceManager.java:134) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:118) [SimpleReloadableResourceManager.class:?]
                          at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:643) [Minecraft.class:?]
                          at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:303) [FMLClientHandler.class:?]
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:586) [Minecraft.class:?]
                          at net.minecraft.client.Minecraft.run(Minecraft.java:931) [Minecraft.class:?]
                          at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_65]
                          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_65]
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?]
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]
                          [20:22:55] [Client thread/INFO]: Created: 256x256 textures/items-atlas
                          [20:22:55] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
                          [20:22:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                          [20:22:55] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down…
                          [20:22:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
                          [20:22:56] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                          [20:22:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                          [20:22:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem…
                          [20:22:56] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
                          [20:22:56] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
                          [20:22:56] [Thread-8/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
                          [20:22:56] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
                          [20:22:56] [Sound Library Loader/INFO]: Sound engine started
                          [20:22:58] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                          [20:22:59] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                          [20:22:59] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:gui.button.press
                          [20:23:01] [Client thread/WARN]: Unable to play unknown soundEvent: minecraft:music.menu
                          

                          je devrais normalement avoir les assets</clinit></init></init></clinit></clinit></clinit></init></clinit></clinit></clinit></init></clinit></clinit></clinit></init>

                          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

                            Refait un setup propre de 0, ça sera mieux.

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

                              @‘robin4002’:

                              Refait un setup propre de 0, ça sera mieux.

                              OUI enfin cela marche merci robin de ta patience pour mon problème je vais pouvoir me lancer dans mon mod

                              EDIT: Le son ne marche pas lorsque j’ajoute les fichiers de mon mod 😞
                              REDIT enfaite je ne sais pas je test et je vois
                              REREDIT sa marche c’est juste que 2 eclipse a la fois c’est plus dur

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

                                Moi mon problème c’est quand je clique sur le bouton RUN, minecraft ne s’ouvre pas et dans la console sa m’affiche:

                                [09:46:25] [main/INFO] [GradleStart]: No arguments specified, assuming client.

                                [09:46:25] [main/INFO] [GradleStart]: Extra: []
                                [09:46:25] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --assetsDir, C:/Users/Dylan/.gradle/caches/minecraft/assets, --assetIndex, 1.7.10, --accessToken, {REDACTED}, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker]
                                [09:46:25] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                [09:46:25] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                [09:46:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                                [09:46:25] [main/INFO] [FML]: Forge Mod Loader version 7.10.18.1180 for Minecraft 1.7.10 loading
                                [09:46:25] [main/INFO] [FML]: Java is Java HotSpot™ 64-Bit Server VM, version 1.8.0_20, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_20
                                [09:46:25] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                [09:46:25] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                [09:46:25] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                [09:46:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                [09:46:25] [main/ERROR] [LaunchWrapper]: Unable to launch
                                java.util.ConcurrentModificationException
                                at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_20]
                                at java.util.ArrayList$Itr.remove(Unknown Source) ~[?:1.8.0_20]
                                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:?]
                                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_20]
                                at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_20]
                                at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_20]
                                at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_20]
                                at GradleStart.bounce(GradleStart.java:107) [start/:?]
                                at GradleStart.startClient(GradleStart.java:100) [start/:?]
                                at GradleStart.main(GradleStart.java:55) [start/:?]
                                Exception in thread “main” java.lang.ArrayIndexOutOfBoundsException: 0
                                at GradleStart.main(GradleStart.java:59)
                                Java HotSpot™ 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

                                Arriveriez vous a trouver une solution?, merci d’avance

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

                                  Avec java 1.8.20 forge marche pas, donc change de version java.

                                  1 réponse Dernière réponse Répondre Citer 1
                                  • A Hors-ligne
                                    Archerux
                                    dernière édition par

                                    sa marche c’est bon merci!

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

                                      [21:00:05] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                      [21:00:05] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                      [21:00:05] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                                      java.io.IOException: Server returned HTTP response code: 403 for URL: https://authserver.mojang.com/authenticate
                                      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
                                      at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
                                      at cpw.mods.fml.common.launcher.Yggdrasil.login(Yggdrasil.java:108)
                                      at cpw.mods.fml.common.launcher.FMLTweaker.acceptOptions(FMLTweaker.java:103)
                                      at net.minecraft.launchwrapper.Launch.launch(Launch.java:113)
                                      at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                                      [21:00:06] [main/INFO] [FML]: Forge Mod Loader version 7.2.217.1147 for Minecraft 1.7.2 loading
                                      [21:00:06] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_67, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
                                      [21:00:06] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                      [21:00:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [21:00:06] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                      [21:00:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [21:00:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                      [21:00:06] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [21:00:06] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                      [21:00:10] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/creep_000/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1147/forgeSrc-1.7.2-10.12.2.1147.jar!/net/minecraft/client/ClientBrandRetriever.class appears to be corrupt! There has been CRITICAL TAMPERING WITH MINECRAFT, it is highly unlikely minecraft will work! STOP NOW, get a clean copy and try again!
                                      [21:00:10] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
                                      [21:00:10] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/creep_000/.gradle/caches/minecraft/net/minecraftforge/forge/1.7.2-10.12.2.1147/forgeSrc-1.7.2-10.12.2.1147.jar!/net/minecraft/client/ClientBrandRetriever.class, there were 0 certificates for it
                                      [21:00:10] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                      [21:00:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                      [21:00:10] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                      [21:00:11] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                      [21:00:12] [main/ERROR] [LaunchWrapper]: Unable to launch
                                      java.lang.reflect.InvocationTargetException
                                      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_67]
                                      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
                                      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_67]
                                      at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_67]
                                      at net.minecraft.launchwrapper.Launch.launch(Launch.java:134) [launchwrapper-1.9.jar:?]
                                      at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
                                      Caused by: java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
                                      at java.lang.ClassLoader.loadLibrary(Unknown Source) ~[?:1.7.0_67]
                                      at java.lang.Runtime.loadLibrary0(Unknown Source) ~[?:1.7.0_67]
                                      at java.lang.System.loadLibrary(Unknown Source) ~[?:1.7.0_67]
                                      at org.lwjgl.Sys$1.run(Sys.java:73) ~[lwjgl-2.9.0.jar:?]
                                      at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_67]
                                      at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) ~[lwjgl-2.9.0.jar:?]
                                      at org.lwjgl.Sys.loadLibrary(Sys.java:95) ~[lwjgl-2.9.0.jar:?]
                                      at org.lwjgl.Sys.<clinit>(Sys.java:112) ~[lwjgl-2.9.0.jar:?]
                                      at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2675) ~[Minecraft.class:?]
                                      at net.minecraft.client.main.Main.main(Main.java:40) ~[Main.class:?]
                                      … 6 more
                                      

                                      Je viens de regarder les réponses aux problèmes semblables , j’ai bien vérifié le Bonus , ça ne marche toujours pas, j’ai ça :
                                      –version 1.6 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --username creepclem@gmail.com --password ********</clinit>

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

                                        c’est lorsque tu met ton compte que sa crash?

                                        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

                                          http://www.minecraftforgefrance.fr/showthread.php?tid=1578&highlight=lwjgl

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

                                            robin ? normale que je vois plus de bonus ?

                                            1 réponse Dernière réponse Répondre Citer 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 5 / 9
                                            • Premier message
                                              Dernier message
                                            Design by Woryk
                                            ContactMentions Légales

                                            MINECRAFT FORGE FRANCE © 2024

                                            Powered by NodeBB