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.
    • Superloup10S Hors-ligne
      Superloup10 Modérateurs
      dernière édition par

      Tu as le chemin ‘src/main/resources/resources/assets/’ alors que tu devrais avoir ‘src/main/resources/assets/’.

      Si vous souhaitez me faire un don, il vous suffit de cliquer sur le bouton situé en dessous.

      Je suis un membre apprécié et joueur, j'ai déjà obtenu 17 points de réputation.

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

        Ahhhhh!! l’inattention ,
        merci beaucoup je n’y aurais jamais pensé___la texture du  paladiumbloc ne marche pas

        1 réponse Dernière réponse Répondre Citer 0
        • Superloup10S Hors-ligne
          Superloup10 Modérateurs
          dernière édition par

          Vire le .png qui se trouve ici

          Paladiumbloc = new Paladiumbloc(Material.iron).setBlockName("Paladiumbloc").setBlockTextureName(MODID + ":paladiumbloc.png").setCreativeTab(CreativeTabs.tabBlock);
          

          Si vous souhaitez me faire un don, il vous suffit de cliquer sur le bouton situé en dessous.

          Je suis un membre apprécié et joueur, j'ai déjà obtenu 17 points de réputation.

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

            Re mercii
            Clin d’oeil Clin d’oeil

            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

              Attention aux doubles.
              Merci aussi de ne pas envoyer de mp. Je lis tous les messages du forum lorsque je suis là, envoyer un mp ne va pas me faire répondre plus vite. (au contraire, ça me fait perdre du temps …).

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

                J’ai un (nouveau) problème : dans mon dossier de forge je n’ai pas de dossier “run”

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

                  As-tu un dossier eclipse ? (Dans ton dossier forge, pas celui du programme pour coder).

                  Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

                  AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

                  Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
                  Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

                  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

                    Ce dossier se créé automatiquement lors du premier lancement.

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

                      Oui j’ai un dossier eclipse pourquoi ?

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

                        Et ben c’est comme le dossier run, ça dépend de la version (perso moi j’ai toujours eu un dossier eclipse à la place du dossier run).

                        Si je vous ai aidé, n'oubliez pas d’être heureux, j'aiderai encore +

                        AymericRed, moddeur expérimenté qui aide sur ce forum et qui peut accepter de faire un mod Forge rémunéré de temps en temps.

                        Mes tutos : Table de craft, plugin NEI, plugin JEI, modifier l'overlay
                        Je suis un membre apprécié et joueur, j'ai déjà obtenu 6 points de réputation.

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

                          Voici la suite (je n’ai pas pus tout mettre dans un seul message) :

                          
                          [18:12:37] [Client thread/INFO] [STDOUT/]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                          // This doesn't make any sense!
                          
                          Time: 08/05/16 18:12
                          Description: Registering texture
                          
                          net.minecraft.client.renderer.StitcherException: Unable to fit: missingno - size: 16x16 - Maybe try a lowerresolution resourcepack?
                          at net.minecraft.client.renderer.texture.Stitcher.doStitch(Stitcher.java:77)
                          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:261)
                          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:98)
                          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89)
                          at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture(TextureManager.java:71)
                          at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap(TextureManager.java:58)
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:590)
                          at net.minecraft.client.Minecraft.run(Minecraft.java:942)
                          at net.minecraft.client.main.Main.main(Main.java:164)
                          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:135)
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                          at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
                          at GradleStart.main(Unknown Source)
                          
                          A detailed walkthrough of the error, its code path and all known details is as follows:
                          ---------------------------------------------------------------------------------------
                          
                          -- Head --
                          Stacktrace:
                          at net.minecraft.client.renderer.texture.Stitcher.doStitch(Stitcher.java:77)
                          at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:261)
                          at net.minecraft.client.renderer.texture.TextureMap.loadTexture(TextureMap.java:98)
                          
                          -- Resource location being registered --
                          Details:
                          Resource location: minecraft:textures/atlas/blocks.png
                          Texture object class: net.minecraft.client.renderer.texture.TextureMap
                          Stacktrace:
                          at net.minecraft.client.renderer.texture.TextureManager.loadTexture(TextureManager.java:89)
                          at net.minecraft.client.renderer.texture.TextureManager.loadTickableTexture(TextureManager.java:71)
                          at net.minecraft.client.renderer.texture.TextureManager.loadTextureMap(TextureManager.java:58)
                          at net.minecraft.client.Minecraft.startGame(Minecraft.java:590)
                          
                          -- Initialization --
                          Details:
                          Stacktrace:
                          at net.minecraft.client.Minecraft.run(Minecraft.java:942)
                          at net.minecraft.client.main.Main.main(Main.java:164)
                          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:135)
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                          at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
                          at GradleStart.main(Unknown Source)
                          
                          -- System Details --
                          Details:
                          Minecraft Version: 1.7.10
                          Operating System: Windows Vista (x86) version 6.0
                          Java Version: 1.8.0_73, Oracle Corporation
                          Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
                          Memory: 897186968 bytes (855 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
                          JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                          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.99.99 Minecraft Forge 10.13.4.1614 6 mods loaded, 6 mods active
                          States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
                          UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
                          UCH FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                          UCH Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                          UCH examplemod{1.0} [examplemod] (bin)
                          UCH moarmobs{1.0.0} [Moar Mobs] (bin)
                          UCH stickypower{1.0.0} [StickyPower] (bin)
                          GL info: ' Vendor: 'Intel' Version: '1.5.0 - Build 7.15.10.1518' Renderer: 'Intel Cantiga'
                          Launched Version: 1.7.10
                          LWJGL: 2.9.1
                          OpenGL: Intel Cantiga GL version 1.5.0 - Build 7.15.10.1518, Intel
                          GL Caps: Using GL 1.3 multitexturing.
                          Not using framebuffer objects because OpenGL 1.4 is not supported, EXT_blend_func_separate is supported, OpenGL 3.0 is not supported, ARB_framebuffer_object is not supported, and EXT_framebuffer_object is not supported.
                          Anisotropic filtering is supported and maximum anisotropy is 2.
                          Shaders are not available because OpenGL 2.1 is not supported, ARB_shader_objects is not supported, ARB_vertex_shader is not supported, and ARB_fragment_shader is not supported.
                          
                          Is Modded: Definitely; Client brand changed to 'fml,forge'
                          Type: Client (map_client.txt)
                          Resource Packs: []
                          Current Language: English (US)
                          Profiler Position: N/A (disabled)
                          Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
                          Anisotropic Filtering: Off (1)
                          [18:12:37] [Client thread/INFO] [STDOUT/]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Nous\Downloads\forge-1.7.10-10.13.4.1614-1.7.10-src\eclipse\.\crash-reports\crash-2016-05-08_18.12.37-client.txt
                          
                          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 rapport de crash aurait été suffisant.
                            J’ai supprimé tout ce qui ne sert à rien.

                            Minecraft arrive à fonctionner endors d’eclipse ? Idem pour Forge ?

                            Car visiblement le jeu n’arrive pas à se lancer à cause de ta carte graphique.

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

                              Et bien oui minecraft peut ce lancer en dehors d’eclipse et forge je ne crois pas mais laissez moi tester deux minutes___Et bien non, forge ne marche pas donc comment je peux 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

                                http://www.minecraftforge.net/forum/index.php?topic=31548.0
                                Exactement le même soucis ici. La solution donné part lex ne semble pas fonctionner.

                                Mets à jour le pilote de ton chipset graphique s’il existe un pilote plus récent (mais peu de chance, les mises à jour chez intel c’est rare).
                                Si tu as un pc fixe avec un core 2 duo ou quad installer une carte graphique dédiée Nvidia ou AMD réglera le soucis.
                                Si tu as un pc portable ou un fixe avec encore un pentium 4 / pentium D change de pc, ça sera bien plus efficace.

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

                                  Bonjour j’ai un problème. J’ai fait tout ce qui est dit mais cela me met cela en crash :

                                  [21:38:22] [main/INFO] [GradleStart]: username: Fraiden
                                  [21:38:22] [main/INFO] [GradleStart]: Extra: []
                                  [21:38:23] [main/INFO] [GradleStart]: Running with arguments: [–userProperties, {}, --username, Fraiden, --accessToken, {REDACTED}, --assetIndex, 1.7.10, --assetsDir, C:/Users/Utilisateur/.gradle/caches/minecraft/assets, --version, 1.7.10, --tweakClass, cpw.mods.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
                                  [21:38:23] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
                                  [21:38:23] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_79, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jdk1.7.0_79\jre
                                  [21:38:23] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
                                  [21:38:23] [main/INFO] [GradleStart]: Injecting location in coremod cpw.mods.fml.relauncher.FMLCorePlugin
                                  [21:38:23] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
                                  [21:38:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                  [21:38:23] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
                                  [21:38:24] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
                                  [21:38:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
                                  [21:38:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
                                  [21:38:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
                                  [21:38:24] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
                                  [21:38:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
                                  [21:38:24] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
                                  [21:38:25] [main/INFO]: Setting user: Fraiden
                                  [21:38:26] [Client thread/INFO]: LWJGL Version: 2.9.1
                                  [21:38:27] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: –-- Minecraft Crash Report ----
                                  // I just don't know what went wrong :(
                                  
                                  Time: 16/05/16 21:38
                                  Description: Loading screen debug info
                                  
                                  This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
                                  
                                  A detailed walkthrough of the error, its code path and all known details is as follows:
                                  ---------------------------------------------------------------------------------------
                                  
                                  -- System Details --
                                  Details:
                                  Minecraft Version: 1.7.10
                                  Operating System: Windows 8.1 (amd64) version 6.3
                                  Java Version: 1.7.0_79, Oracle Corporation
                                  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                  Memory: 806450712 bytes (769 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                                  JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                  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:
                                  GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.72' Renderer: 'GeForce GTX 970/PCIe/SSE2'
                                  [21:38:27] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                                  [21:38:27] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
                                  [21:38:27] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                                  [21:38:27] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                                  [21:38:27] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                                  [21:38:27] [Client thread/INFO] [FML]: Searching C:\Users\Utilisateur\Desktop\MOD\mods for mods
                                  [21:38:32] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                                  [21:38:32] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CookieJar] at CLIENT
                                  [21:38:32] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, CookieJar] at SERVER
                                  [21:38:32] [Client thread/ERROR] [FML]: An error occured trying to load a proxy into {clientSide=Fraiden.Mod.proxy.client, serverSide=Fraiden.Mod.proxy.common}.Fraiden.Mod.CookieJar.common.CookieJar
                                  java.lang.ClassNotFoundException: Fraiden.Mod.proxy.client
                                  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
                                  at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) ~[ModClassLoader.class:?]
                                  at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
                                  at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
                                  at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) [ProxyInjector.class:?]
                                  at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512) [FMLModContainer.class:?]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79]
                                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
                                  at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
                                  at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
                                  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
                                  at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
                                  at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79]
                                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
                                  at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
                                  at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
                                  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
                                  at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
                                  at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) [Loader.class:?]
                                  at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
                                  at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]
                                  at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?]
                                  at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79]
                                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
                                  at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
                                  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
                                  at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
                                  at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
                                  at GradleStart.main(Unknown Source) [start/:?]
                                  Caused by: java.lang.NullPointerException
                                  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
                                  … 41 more
                                  [21:38:32] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
                                  [21:38:32] [Client thread/ERROR] [FML]:
                                  States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
                                  UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
                                  UC FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                                  UC Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                                  UE CookieJar{1.0.0} [CookieJar] (bin)
                                  [21:38:32] [Client thread/ERROR] [FML]: The following problems were captured during this phase
                                  [21:38:32] [Client thread/ERROR] [FML]: Caught exception from CookieJar
                                  cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Fraiden.Mod.proxy.client
                                  
                                  at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79]
                                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
                                  at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
                                  at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
                                  at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79]
                                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
                                  at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
                                  at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[guava-17.0.jar:?]
                                  at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[guava-17.0.jar:?]
                                  at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
                                  at cpw.mods.fml.common.Loader.loadMods(Loader.java:513) [Loader.class:?]
                                  at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
                                  at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]
                                  at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?]
                                  at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_79]
                                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_79]
                                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_79]
                                  at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_79]
                                  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
                                  at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
                                  at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
                                  at GradleStart.main(Unknown Source) [start/:?]
                                  Caused by: java.lang.ClassNotFoundException: Fraiden.Mod.proxy.client
                                  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
                                  at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
                                  at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
                                  at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  … 35 more
                                  Caused by: java.lang.NullPointerException
                                  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
                                  at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
                                  at java.lang.Class.forName(Class.java:274) ~[?:1.7.0_79]
                                  at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) ~[forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar:?]
                                  … 35 more
                                  [21:38:32] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                                  // Ouch. That hurt :(
                                  
                                  Time: 16/05/16 21:38
                                  Description: There was a severe problem during mod loading that has caused the game to fail
                                  
                                  cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: Fraiden.Mod.proxy.client
                                  at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76)
                                  at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512)
                                  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:606)
                                  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:212)
                                  at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
                                  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:606)
                                  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:119)
                                  at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
                                  at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
                                  at net.minecraft.client.Minecraft.startGame(Minecraft.java:522)
                                  at net.minecraft.client.Minecraft.run(Minecraft.java:942)
                                  at net.minecraft.client.main.Main.main(Main.java:164)
                                  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:606)
                                  at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                                  at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                                  at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
                                  at GradleStart.main(Unknown Source)
                                  Caused by: java.lang.ClassNotFoundException: Fraiden.Mod.proxy.client
                                  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
                                  at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
                                  at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
                                  at java.lang.Class.forName0(Native Method)
                                  at java.lang.Class.forName(Class.java:274)
                                  at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
                                  ... 35 more
                                  Caused by: java.lang.NullPointerException
                                  at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
                                  ... 41 more
                                  
                                  A detailed walkthrough of the error, its code path and all known details is as follows:
                                  ---------------------------------------------------------------------------------------
                                  
                                  -- System Details --
                                  Details:
                                  Minecraft Version: 1.7.10
                                  Operating System: Windows 8.1 (amd64) version 6.3
                                  Java Version: 1.7.0_79, Oracle Corporation
                                  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                                  Memory: 623139576 bytes (594 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
                                  JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
                                  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.99.99 Minecraft Forge 10.13.4.1614 4 mods loaded, 4 mods active
                                  States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
                                  UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
                                  UC FML{7.10.99.99} [Forge Mod Loader] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                                  UC Forge{10.13.4.1614} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1614-1.7.10.jar)
                                  UE CookieJar{1.0.0} [CookieJar] (bin)
                                  GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 364.72' Renderer: 'GeForce GTX 970/PCIe/SSE2'
                                  [21:38:32] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Utilisateur\Desktop\MOD\.\crash-reports\crash-2016-05-16_21.38.32-client.txt
                                  
                                  1 réponse Dernière réponse Répondre Citer 0
                                  • BrokenSwingB Hors-ligne
                                    BrokenSwing Moddeurs confirmés Rédacteurs
                                    dernière édition par

                                    Tu as une erreur sur le chemin de ton proxy, envoie ton annotation @SidedProxy, as-tu bien mis le nom des classes dans le chemin ?

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

                                      Avant que je fasse le proxy cela marchait

                                      package Fraiden.Mod.CookieJar.common;
                                      
                                      import Fraiden.Mod.Proxy.CommonProxy;
                                      import cpw.mods.fml.common.Mod;
                                      import cpw.mods.fml.common.Mod.EventHandler;
                                      import cpw.mods.fml.common.Mod.Instance;
                                      import cpw.mods.fml.common.SidedProxy;
                                      import cpw.mods.fml.common.event.FMLInitializationEvent;
                                      import cpw.mods.fml.common.event.FMLPostInitializationEvent;
                                      import cpw.mods.fml.common.event.FMLPreInitializationEvent;
                                      
                                      @Mod(modid = "CookieJar", name = "CookieJar", version = "1.0.0")
                                      
                                      public class CookieJar
                                      {
                                      @Instance("cookiejar")
                                      public static CookieJar instance;
                                      
                                      @SidedProxy(clientSide = "Fraiden.Mod.proxy.client", serverSide = "Fraiden.Mod.proxy.common")
                                      public static CommonProxy proxy;
                                      
                                      @EventHandler
                                      public void preInit(FMLPreInitializationEvent event)
                                      {
                                      
                                      }
                                      
                                      @EventHandler
                                      public void init(FMLInitializationEvent event)
                                      {
                                      proxy.registerRender();
                                      }
                                      
                                      @EventHandler
                                      public void postInit(FMLPostInitializationEvent event)
                                      {
                                      
                                      }
                                      }
                                      
                                      
                                      1 réponse Dernière réponse Répondre Citer 0
                                      • BrokenSwingB Hors-ligne
                                        BrokenSwing Moddeurs confirmés Rédacteurs
                                        dernière édition par

                                        C’est bien ce qui me semblait, relis bien la partie du proxy, il faut que tu indique le chemin vers les classes du client et common proxy, si tu as appelé tes classes ClientProxy et CommonProxy, ça devrait être

                                        
                                        @SidedProxy(clientSide = "Fraiden.Mod.proxy.client.ClientProxy", serverSide = "Fraiden.Mod.proxy.common.CommonProxy")
                                        
                                        

                                        En fait, cela dépend vraiment de la façon dont tu as organisé tes packages, j’espère que tu vois de quoi je veux parler.
                                        Ah, et pense aux balises java pour donner le code

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

                                          Cela me fait encore crash, comment on fait une balises java ?

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

                                            Les balises java c’est ```

                                            
                                            
                                            Par exemple ta classe principale se trouve dans le package "Fraiden.Mod.CookieJar.common"
                                            1 réponse Dernière réponse Répondre Citer 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 8
                                            • 9
                                            • 3 / 9
                                            • Premier message
                                              Dernier message
                                            Design by Woryk
                                            ContactMentions Légales

                                            MINECRAFT FORGE FRANCE © 2024

                                            Powered by NodeBB