MFF

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

    Problème compilation mod

    Planifier Épinglé Verrouillé Déplacé Résolu 1.7.x
    1.7.10
    26 Messages 3 Publieurs 1.4k Vues 3 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.
    • V Hors-ligne
      vinvin40220
      dernière édition par

      c’est bon sa marche et faite le version:$“1.0.0” je l’avait changé dans le gradlew.build et pas dans le mod infos

      C'est en faisant des erreurs qu'on apprend, alors ne vous moquez pas de moi svp !!!

      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

        Ouai en fait tu n’avais pas compris ce que je t’avais dit de faire …

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

          @robin4002
          pk quand je compile mon mod et que je le lance avec mineraft les texture de mon mod ne s’affiche pas

          C'est en faisant des erreurs qu'on apprend, alors ne vous moquez pas de moi svp !!!

          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

            Surement un problème dans les noms de textures, un problème de minuscule majuscule.

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

              pfff et maintenant quand je le lance avec éclipse sa crash

              ---- Minecraft Crash Report ----
              // Uh... Did I do that?
              
              Time: 11/07/19 16: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: fr.vinvin40220.Rhodium.proxy.ClientProxy
              	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(Unknown Source)
              	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              	at java.lang.reflect.Method.invoke(Unknown Source)
              	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(Unknown Source)
              	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              	at java.lang.reflect.Method.invoke(Unknown Source)
              	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(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)
              Caused by: java.lang.ClassNotFoundException: fr.vinvin40220.Rhodium.proxy.ClientProxy
              	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
              	at java.lang.ClassLoader.loadClass(Unknown Source)
              	at java.lang.ClassLoader.loadClass(Unknown Source)
              	at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
              	at java.lang.Class.forName0(Native Method)
              	at java.lang.Class.forName(Unknown Source)
              	at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
              	... 35 more
              Caused by: java.lang.NoClassDefFoundError: fr/vinvin40220/Rhodium/proxy/ClientProxy (wrong name: fr/vinvin40220/rhodium/proxy/ClientProxy)
              	at java.lang.ClassLoader.defineClass1(Native Method)
              	at java.lang.ClassLoader.defineClass(Unknown Source)
              	at java.security.SecureClassLoader.defineClass(Unknown Source)
              	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 10 (amd64) version 10.0
              	Java Version: 1.8.0_211, Oracle Corporation
              	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
              	Memory: 745170504 bytes (710 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	rhodium{1.0.0} [Rhodium] (bin) 
              	GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4835' Renderer: 'Intel(R) HD Graphics 5500'
              

              C'est en faisant des erreurs qu'on apprend, alors ne vous moquez pas de moi svp !!!

              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

                Ta valeur pour le client proxy n’est pas bonne.

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

                MINECRAFT FORGE FRANCE © 2024

                Powered by NodeBB