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

    Résolu =Crash Minecraft Mod

    1.7.x
    1.7.2
    2
    4
    950
    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.
    • T
      TheYovach dernière édition par robin4002

      Bonjour, j’ai crée un mod mais quand je le met sur mon launcher, le launcher crash.

      La version : 1.7.2-10.12.2.1121

      Le crash :

      Client> java.lang.NoClassDefFoundError: net/metalfight/metalmod/proxy/CustomGuiMainMenu
      Client> at java.lang.Class.forName0(Native Method)
      Client> at java.lang.Class.forName(Unknown Source)
      Client> at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      Client> at java.lang.reflect.Method.invoke(Unknown Source)
      Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
      Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
      Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
      Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
      Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
      Client> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
      Client> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      Client> at java.lang.reflect.Method.invoke(Unknown Source)
      Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
      Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
      Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
      Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
      Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
      Client> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
      Client> at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
      Client> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
      Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
      Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
      Client> at net.minecraft.client.main.Main.main(SourceFile:103)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      Client> at java.lang.reflect.Method.invoke(Unknown Source)
      Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
      Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
      Client> Caused by: java.lang.ClassNotFoundException: net.metalfight.metalmod.proxy.CustomGuiMainMenu
      Client> at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
      Client> at java.lang.ClassLoader.loadClass(Unknown Source)
      Client> at java.lang.ClassLoader.loadClass(Unknown Source)
      Client> … 35 more
      Client> Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiYesNoCallback
      Client> at java.lang.ClassLoader.defineClass1(Native Method)
      Client> at java.lang.ClassLoader.defineClass(Unknown Source)
      Client> at java.security.SecureClassLoader.defineClass(Unknown Source)
      Client> at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
      Client> ... 37 more
      Client> Caused by: java.lang.ClassNotFoundException: net.minecraft.client.gui.GuiYesNoCallback
      Client> at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)
      Client> at java.lang.ClassLoader.loadClass(Unknown Source)
      Client> at java.lang.ClassLoader.loadClass(Unknown Source)
      Client> ... 41 more
      Client> Caused by: java.lang.NullPointerException
      Client> at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)
      Client> ... 43 more
      Client>
      Client>
      Client> A detailed walkthrough of the error, its code path and all known details is as follows:
      Client> ---------------------------------------------------------------------------------------
      Client>
      Client> -- Head --
      Client> Stacktrace:
      Client> at java.lang.Class.forName0(Native Method)
      Client> at java.lang.Class.forName(Unknown Source)
      Client> at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      Client> at java.lang.reflect.Method.invoke(Unknown Source)
      Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
      Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
      Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
      Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
      Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
      Client> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
      Client> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      Client> at java.lang.reflect.Method.invoke(Unknown Source)
      Client> at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
      Client> at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
      Client> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
      Client> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
      Client> at com.google.common.eventbus.EventBus.post(EventBus.java:267)
      Client> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
      Client> at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)
      Client> at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
      Client> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
      Client>
      Client> -- Initialization --
      Client> Details:
      Client> Stacktrace:
      Client> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)
      Client> at net.minecraft.client.main.Main.main(SourceFile:103)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      Client> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      Client> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      Client> at java.lang.reflect.Method.invoke(Unknown Source)
      Client> at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
      Client> at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
      
      1 réponse Dernière réponse Répondre Citer 0
      • robin4002
        robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par

        Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiYesNoCallback
        Il ne trouve pas la classe GuiYesNoCallback. Il me semble que cette classe à été ajouté en 1.7.10, donc j’en conclus que tu as installé un mod 1.7.10 en 1.7.2, ce qui ne fonctionne pas.

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

          Je n’ai pas de GuiYesNoCallback mais GuiYesNo

          1 réponse Dernière réponse Répondre Citer 0
          • robin4002
            robin4002 Moddeurs confirmés Rédacteurs Administrateurs dernière édition par

            Envoie ta classe CustomGuiMainMenu ?

            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