MFF

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

    Probleme : evenement forge

    Planifier Épinglé Verrouillé Déplacé Résolu 1.7.x
    1.7.10
    13 Messages 3 Publieurs 1.9k Vues 1 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.
    • GabsG Hors-ligne
      Gabs
      dernière édition par

      Salut je suis pas sur que le if(event.action.equals(event.action.RIGHT_CLICK_BLOCK)) soit bon essaye plutôt ça:

      if(event.action == Action.RIGHT_CLICK_BLOCK)
      

      et pareil pour le if(event.entityPlayer.getHeldItem().equals(item))

      fais ça plutôt:

      ItemStack stack = event.entityPlayer.getHeldItem();
      
      if(stack != null && stack.getItem() == Bacterium.sampleCollector)
      
      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

        Salut,
        Il n’y a aucune raison que cela ne fonctionne pas. Le code semble bon.

        1 réponse Dernière réponse Répondre Citer 0
        • P Hors-ligne
          Pychew163
          dernière édition par robin4002

          j’ai aussi cette erreur qui est trouvée par eclipse mais que je ne vois pas, ça a peut être un rapport ?:
          0_1536505275916_erreur.PNG
          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

            Possible, sans le message d’erreur je ne sais pas trop.
            Il est affiché en bas dans l’onglet problems.

            1 réponse Dernière réponse Répondre Citer 0
            • P Hors-ligne
              Pychew163
              dernière édition par robin4002

              voila les messages d’erreurs je ne sais pas trop ce qu’il veulent dire :
              0_1536505306706_erreur.PNG

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

                @‘Pychew163’:

                voila les messages d’erreurs je ne sais pas trop ce qu’il veulent dire :

                je crois qu’il te manques des sources de minecraft et que tu les ajoutes via le buildpath

                edit:

                Essaye de voir sur ça si ça peut t’aider:

                http://www.minecraftforge.net/forum/index.php?topic=5754.0

                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

                  En effet il manque deux bibliothèques.
                  Il faudrait agrandir la première colonne pour savoir lesquelles.

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

                    je viens de faire un gradlew –refresh-dependencies et un gradlew SetupDecompWorkspace eclipse ,
                    les erreurs sont parties mais le jeu crash lorsque je le lance.
                    que puis-je faire?

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

                      @‘Pychew163’:

                      je viens de faire un gradlew –refresh-dependencies et un gradlew SetupDecompWorkspace eclipse ,
                      les erreurs sont parties mais le jeu crash lorsque je le lance.
                      que puis-je faire?

                      Nous donner ton crash-report “les logs en bas de éclipse quand tu lance ton jeu”

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

                        Voila les logs :

                        
                        [19:57:06] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: –-- Minecraft Crash Report ----
                        // Why is it breaking :(
                        
                        Time: 17/10/16 19:57
                        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 10 (amd64) version 10.0
                        Java Version: 1.8.0_66, Oracle Corporation
                        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                        Memory: 787243144 bytes (750 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 369.09' Renderer: 'GeForce GT 740M/PCIe/SSE2'
                        [19:57:06] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                        [19:57:06] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
                        [19:57:06] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                        [19:57:07] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                        [19:57:07] [Client thread/INFO] [FML]: Config directory created successfully
                        [19:57:07] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                        [19:57:07] [Client thread/INFO] [FML]: Searching C:\Users\Mateo\Documents\Modding\Bacterium 1.7.10\eclipse\mods for mods
                        [19:57:17] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                        [19:57:18] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, bacterium] at CLIENT
                        [19:57:18] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, bacterium] at SERVER
                        [19:57:18] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Bacterium
                        [19:57:18] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                        [19:57:19] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                        [19:57:19] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                        [19:57:19] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                        [19:57:19] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                        [19:57:19] [Client thread/INFO] [STDOUT]: [fr.pychew.bacterium.Bacterium:preInit:43]: [Bacterium] : PreInit…
                        [19:57:19] [Client thread/ERROR] [FML]: Caught an exception during block registration
                        java.lang.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                        at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:410) ~[FMLControlledNamespacedRegistry.class:?]
                        at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:894) ~[GameData.class:?]
                        at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:869) ~[GameData.class:?]
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229) [GameRegistry.class:?]
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188) [GameRegistry.class:?]
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177) [GameRegistry.class:?]
                        at fr.pychew.bacterium.Bacterium.preInit(Bacterium.java:56) [Bacterium.class:?]
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                        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.8.0_66]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                        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.preinitializeMods(Loader.java:556) [Loader.class:?]
                        at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [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.8.0_66]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                        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/:?]
                        [19:57:19] [Client thread/INFO] [FML]: Applying holder lookups
                        [19:57:19] [Client thread/INFO] [FML]: Holder lookups applied
                        [19:57:19] [Client thread/INFO] [FML]: Injecting itemstacks
                        [19:57:19] [Client thread/INFO] [FML]: Itemstack injection complete
                        [19:57:19] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
                        [19:57:19] [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
                        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.1558-1.7.10.jar)
                        UCH Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
                        UCE bacterium{0.1} [Bacterium] (bin)
                        [19:57:19] [Client thread/ERROR] [FML]: The following problems were captured during this phase
                        [19:57:19] [Client thread/ERROR] [FML]: Caught exception from bacterium
                        cpw.mods.fml.common.LoaderException: java.lang.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                        
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:239) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                        at fr.pychew.bacterium.Bacterium.preInit(Bacterium.java:56) ~[bin/:?]
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                        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.1558-1.7.10.jar:?]
                        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                        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.preinitializeMods(Loader.java:556) [Loader.class:?]
                        at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [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.8.0_66]
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                        at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                        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.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                        at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:410) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                        at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:894) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                        at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:869) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                        … 42 more
                        [19:57:19] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                        // Surprise! Haha. Well, this is awkward.
                        
                        Time: 17/10/16 19:57
                        Description: There was a severe problem during mod loading that has caused the game to fail
                        
                        cpw.mods.fml.common.LoaderException: java.lang.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:239)
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188)
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177)
                        at fr.pychew.bacterium.Bacterium.preInit(Bacterium.java:56)
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        at java.lang.reflect.Method.invoke(Method.java:497)
                        at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
                        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        at java.lang.reflect.Method.invoke(Method.java:497)
                        at com.google.common.eventbus.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:62)
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        at java.lang.reflect.Method.invoke(Method.java:497)
                        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.preinitializeMods(Loader.java:556)
                        at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
                        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:62)
                        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                        at java.lang.reflect.Method.invoke(Method.java:497)
                        at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                        at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                        at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
                        at GradleStart.main(Unknown Source)
                        Caused by: java.lang.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                        at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:410)
                        at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:894)
                        at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:869)
                        at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229)
                        ... 42 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 10 (amd64) version 10.0
                        Java Version: 1.8.0_66, Oracle Corporation
                        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                        Memory: 833002184 bytes (794 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.1558 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
                        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.1558-1.7.10.jar)
                        UCH Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
                        UCE bacterium{0.1} [Bacterium] (bin)
                        GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GT 740M/PCIe/SSE2'
                        [19:57:19] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Mateo\Documents\Modding\Bacterium 1.7.10\eclipse\.\crash-reports\crash-2016-10-17_19.57.19-client.txt
                        Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                        
                        
                        1 réponse Dernière réponse Répondre Citer 0
                        • GabsG Hors-ligne
                          Gabs
                          dernière édition par

                          @‘Pychew163’:

                          Voila les logs :

                          
                          [19:57:06] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: –-- Minecraft Crash Report ----
                          // Why is it breaking :(
                          
                          Time: 17/10/16 19:57
                          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 10 (amd64) version 10.0
                          Java Version: 1.8.0_66, Oracle Corporation
                          Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                          Memory: 787243144 bytes (750 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 369.09' Renderer: 'GeForce GT 740M/PCIe/SSE2'
                          [19:57:06] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
                          [19:57:06] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
                          [19:57:06] [Client thread/INFO] [FML]: Replaced 183 ore recipies
                          [19:57:07] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
                          [19:57:07] [Client thread/INFO] [FML]: Config directory created successfully
                          [19:57:07] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
                          [19:57:07] [Client thread/INFO] [FML]: Searching C:\Users\Mateo\Documents\Modding\Bacterium 1.7.10\eclipse\mods for mods
                          [19:57:17] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
                          [19:57:18] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, bacterium] at CLIENT
                          [19:57:18] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, bacterium] at SERVER
                          [19:57:18] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Bacterium
                          [19:57:18] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
                          [19:57:19] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
                          [19:57:19] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
                          [19:57:19] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
                          [19:57:19] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
                          [19:57:19] [Client thread/INFO] [STDOUT]: [fr.pychew.bacterium.Bacterium:preInit:43]: [Bacterium] : PreInit…
                          [19:57:19] [Client thread/ERROR] [FML]: Caught an exception during block registration
                          java.lang.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                          at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:410) ~[FMLControlledNamespacedRegistry.class:?]
                          at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:894) ~[GameData.class:?]
                          at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:869) ~[GameData.class:?]
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229) [GameRegistry.class:?]
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188) [GameRegistry.class:?]
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177) [GameRegistry.class:?]
                          at fr.pychew.bacterium.Bacterium.preInit(Bacterium.java:56) [Bacterium.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                          at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                          at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                          at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                          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.8.0_66]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                          at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                          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.preinitializeMods(Loader.java:556) [Loader.class:?]
                          at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [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.8.0_66]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                          at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                          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/:?]
                          [19:57:19] [Client thread/INFO] [FML]: Applying holder lookups
                          [19:57:19] [Client thread/INFO] [FML]: Holder lookups applied
                          [19:57:19] [Client thread/INFO] [FML]: Injecting itemstacks
                          [19:57:19] [Client thread/INFO] [FML]: Itemstack injection complete
                          [19:57:19] [Client thread/ERROR] [FML]: Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue
                          [19:57:19] [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
                          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.1558-1.7.10.jar)
                          UCH Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
                          UCE bacterium{0.1} [Bacterium] (bin)
                          [19:57:19] [Client thread/ERROR] [FML]: The following problems were captured during this phase
                          [19:57:19] [Client thread/ERROR] [FML]: Caught exception from bacterium
                          cpw.mods.fml.common.LoaderException: java.lang.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                          
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:239) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                          at fr.pychew.bacterium.Bacterium.preInit(Bacterium.java:56) ~[bin/:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                          at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                          at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                          at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                          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.1558-1.7.10.jar:?]
                          at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                          at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                          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.preinitializeMods(Loader.java:556) [Loader.class:?]
                          at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) [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.8.0_66]
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
                          at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
                          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.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                          at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:410) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                          at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:894) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                          at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:869) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229) ~[forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar:?]
                          … 42 more
                          [19:57:19] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:388]: –-- Minecraft Crash Report ----
                          // Surprise! Haha. Well, this is awkward.
                          
                          Time: 17/10/16 19:57
                          Description: There was a severe problem during mod loading that has caused the game to fail
                          
                          cpw.mods.fml.common.LoaderException: java.lang.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:239)
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:188)
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:177)
                          at fr.pychew.bacterium.Bacterium.preInit(Bacterium.java:56)
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                          at java.lang.reflect.Method.invoke(Method.java:497)
                          at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                          at java.lang.reflect.Method.invoke(Method.java:497)
                          at com.google.common.eventbus.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:62)
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                          at java.lang.reflect.Method.invoke(Method.java:497)
                          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.preinitializeMods(Loader.java:556)
                          at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
                          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:62)
                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                          at java.lang.reflect.Method.invoke(Method.java:497)
                          at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
                          at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
                          at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
                          at GradleStart.main(Unknown Source)
                          Caused by: java.lang.IllegalArgumentException: The name bacterium:Kiorfine Plant has been registered twice, for fr.pychew.bacterium.BlockKiorfinePlant@5b2e4796 and fr.pychew.bacterium.BlockCuivriarOre@10a0bd3c.
                          at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:410)
                          at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:894)
                          at cpw.mods.fml.common.registry.GameData.registerBlock(GameData.java:869)
                          at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:229)
                          ... 42 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 10 (amd64) version 10.0
                          Java Version: 1.8.0_66, Oracle Corporation
                          Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
                          Memory: 833002184 bytes (794 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.1558 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
                          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.1558-1.7.10.jar)
                          UCH Forge{10.13.4.1558} [Minecraft Forge] (forgeSrc-1.7.10-10.13.4.1558-1.7.10.jar)
                          UCE bacterium{0.1} [Bacterium] (bin)
                          GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 369.09' Renderer: 'GeForce GT 740M/PCIe/SSE2'
                          [19:57:19] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:displayCrashReport:398]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Mateo\Documents\Modding\Bacterium 1.7.10\eclipse\.\crash-reports\crash-2016-10-17_19.57.19-client.txt
                          Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
                          
                          

                          Donne nous ta classe principale voir

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

                            c’est bon j’ai trouvé ce qui allé pas 😉 c’était le nom du registry d’un bloc qui etait le meme qu’un autre.
                            merci quand meme de m’avoir aidé 😉

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

                            MINECRAFT FORGE FRANCE © 2024

                            Powered by NodeBB