• S'inscrire
    • Se connecter
    • Recherche
    • Récent
    • Mots-clés
    • Populaire
    • Utilisateurs
    • Groupes

    Résolu Bug du mod

    1.7.x
    1.7.2
    4
    5
    1967
    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.
    • FairyOne
      FairyOne dernière édition par

      Bonjours en voulant passer mon mod a un pote je les build mais sauf que quand je les test sur minecraft il marcher pas puis j’ai essayer de le lancer via éclipse ma console affiche ceci :
      :::
      [16:30:48] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

      [16:30:48] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
      [16:30:48] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
      [16:30:48] [main/INFO] [FML]: Forge Mod Loader version 7.2.211.1121 for Minecraft 1.7.2 loading
      [16:30:48] [main/INFO] [FML]: Java is Java HotSpot™ Client VM, version 1.7.0_71, running on Windows 7:x86:6.1, installed at C:\Program Files\Java\jre7
      [16:30:48] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
      [16:30:49] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [16:30:49] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
      [16:30:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [16:30:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [16:30:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [16:30:49] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work!
      [16:30:49] [main/ERROR] [FML]: The minecraft jar file:/C:/Users/FairyOne/.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!
      [16:30:49] [main/ERROR] [FML]: FML has been ordered to ignore the invalid or missing minecraft certificate. This is very likely to cause a problem!
      [16:30:49] [main/ERROR] [FML]: Technical information: ClientBrandRetriever was at jar:file:/C:/Users/FairyOne/.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
      [16:30:49] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
      [16:30:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [16:30:49] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
      [16:30:50] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
      [16:30:51] [main/INFO]: Setting user: FairyOne
      [16:30:53] [Client thread/INFO]: LWJGL Version: 2.9.0
      [16:30:53] [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_71]
          at net.minecraft.client.Minecraft.readImage(Minecraft.java:629) ~[Minecraft.class:?]
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:458) [Minecraft.class:?]
          at net.minecraft.client.Minecraft.run(Minecraft.java:880) [Minecraft.class:?]
          at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
          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:?]
      [16:30:56] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
      [16:30:56] [Client thread/INFO] [FML]: MinecraftForge v10.12.2.1121 Initialized
      [16:30:57] [Client thread/INFO] [FML]: Replaced 182 ore recipies
      [16:30:57] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
      [16:30:57] [Client thread/INFO] [FML]: Searching C:\Users\Cedric\Desktop\forge-1.7.2-src\eclipse\mods for mods
      [16:30:59] [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!
      [16:31:02] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
      [16:31:03] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Anaxia Mod
      [16:31:03] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
      [16:31:03] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
      [16:31:03] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
      [16:31:03] [Client thread/INFO] [FML]: Applying holder lookups
      [16:31:03] [Client thread/INFO] [FML]: Holder lookups applied
      [16:31:03] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
      [16:31:03] [Client thread/ERROR] [FML]:
          mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
          FML{7.2.211.1121} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized
          Forge{10.12.2.1121} [Minecraft Forge] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized
          modanaxia{1.0} [Anaxia Mod] (bin) Unloaded->Constructed->Errored
      [16:31:03] [Client thread/ERROR] [FML]: The following problems were captured during this phase
      [16:31:03] [Client thread/ERROR] [FML]: Caught exception from modanaxia
      java.lang.NullPointerException
          at FairyOne.common.ModAnaxia.preInit(ModAnaxia.java:296) ~[ModAnaxia.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
          at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) ~[FMLModContainer.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
          at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[guava-15.0.jar:?]
          at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[guava-15.0.jar:?]
          at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[guava-15.0.jar:?]
          at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[guava-15.0.jar:?]
          at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[guava-15.0.jar:?]
          at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]
          at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
          at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) ~[guava-15.0.jar:?]
          at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[guava-15.0.jar:?]
          at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[guava-15.0.jar:?]
          at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[guava-15.0.jar:?]
          at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[guava-15.0.jar:?]
          at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) [LoadController.class:?]
          at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512) [Loader.class:?]
          at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) [FMLClientHandler.class:?]
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:510) [Minecraft.class:?]
          at net.minecraft.client.Minecraft.run(Minecraft.java:880) [Minecraft.class:?]
          at net.minecraft.client.main.Main.main(Main.java:112) [Main.class:?]
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_71]
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_71]
          at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_71]
          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:?]
      –-- Minecraft Crash Report ----
      // Sorry 😞

      Time: 01/04/15 16:31
      Description: Initializing game

      java.lang.NullPointerException: Initializing game
          at FairyOne.common.ModAnaxia.preInit(ModAnaxia.java:296)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
          at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
          at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
          at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
          at com.google.common.eventbus.EventBus.post(EventBus.java:267)
          at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
          at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
          at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
          at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
          at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
          at com.google.common.eventbus.EventBus.post(EventBus.java:267)
          at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
          at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)
          at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:510)
          at net.minecraft.client.Minecraft.run(Minecraft.java:880)
          at net.minecraft.client.main.Main.main(Main.java:112)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

      – Head –
      Stacktrace:
          at FairyOne.common.ModAnaxia.preInit(ModAnaxia.java:296)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
          at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
          at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
          at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
          at com.google.common.eventbus.EventBus.post(EventBus.java:267)
          at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
          at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
          at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
          at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
          at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
          at com.google.common.eventbus.EventBus.post(EventBus.java:267)
          at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
          at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:512)
          at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
          at net.minecraft.client.Minecraft.startGame(Minecraft.java:510)

      – Initialization –
      Details:
      Stacktrace:
          at net.minecraft.client.Minecraft.run(Minecraft.java:880)
          at net.minecraft.client.main.Main.main(Main.java:112)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
          at java.lang.reflect.Method.invoke(Unknown Source)
          at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
          at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

      – System Details –
      Details:
          Minecraft Version: 1.7.2
          Operating System: Windows 7 (x86) version 6.1
          Java Version: 1.7.0_71, Oracle Corporation
          Java VM Version: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
          Memory: 987040888 bytes (941 MB) / 1067057152 bytes (1017 MB) up to 1067057152 bytes (1017 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.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 4 mods loaded, 4 mods active
          mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
          FML{7.2.211.1121} [Forge Mod Loader] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized
          Forge{10.12.2.1121} [Minecraft Forge] (forgeSrc-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized
          modanaxia{1.0} [Anaxia Mod] (bin) Unloaded->Constructed->Errored
          Launched Version: 1.6
          LWJGL: 2.9.0
          OpenGL: ATI Mobility Radeon HD 4200 GL version 2.1.8787, ATI Technologies Inc.
          Is Modded: Definitely; Client brand changed to ‘fml,forge’
          Type: Client (map_client.txt)
          Resource Packs: []
          Current Language: ERROR NullPointerException: null
          Profiler Position: N/A (disabled)
          Vec3 Pool Size: ERROR NullPointerException: null
          Anisotropic Filtering: Off (1)
      #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\FairyOne\Desktop\forge-1.7.2-src\eclipse.\crash-reports\crash-2015-04-01_16.31.03-client.txt

      :::

      1 réponse Dernière réponse Répondre Citer 0
      • jglrxavpok
        jglrxavpok Modérateurs dernière édition par

        Si tu nous donne pas le code source, on ne peut pas trop aider.

        Aussi, tu compiles bien en utilisant la commande ‘gradlew build’ ?

        Modérateur sur MFF. 
        Mon Github: http://github.com/jglrxavpok
        Mon compte Steam si vous voulez jouer à CS:GO ou TF2 avec moi: https://steamcommunity.com/id/jglrxavpok/

        1 réponse Dernière réponse Répondre Citer 0
        • FairyOne
          FairyOne dernière édition par

          oui je compile bien avec cette commande .
          tu voudrais qu’elle source?

          1 réponse Dernière réponse Répondre Citer 0
          • SCAREX
            SCAREX dernière édition par

            @‘FairyOne’:

            oui je compile bien avec cette commande .
            tu voudrais qu’elle source?

            La classe principale avec la fonction preInit

            Site web contenant mes scripts : http://SCAREXgaming.github.io

            Pas de demandes de support par MP ni par skype SVP.
            Je n'accepte sur skype que l…

            1 réponse Dernière réponse Répondre Citer 0
            • Überfap
              Überfap dernière édition par

              Il y a une NPE dans ta classe principale apparemment

              Si je t'ai aidé, n'hésites pas à mettre un point de réputation positif !
              Si tu m'as aidé, je n'hésiterais pas à t'en donner à mon tour !

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

              MINECRAFT FORGE FRANCE © 2018

              Powered by NodeBB