MFF

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

    Problème cauldronbukkit/cauldron lancement serveur

    Planifier Épinglé Verrouillé Déplacé Archives Cauldron
    1.7.2
    28 Messages 2 Publieurs 9.2k 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.
    • T Hors-ligne
      thevivi84
      dernière édition par

      Ok, et maintenant que j’ai mis tous les mods voulus, quand je lance le serv les jeu crash et voilà ce que disent les logs

      [18:01:20] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
      [18:01:20] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
      [18:01:20] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
      [18:01:20] [main/INFO]: Forge Mod Loader version 7.2.217.1147 for Minecraft 1.7.2 loading
      [18:01:21] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_71, running on Windows 8.1:amd64:6.3, installed at C:\Program Files\Java\jre7
      [18:01:21] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [18:01:21] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
      [18:01:21] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [18:01:21] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [18:01:21] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [18:01:23] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [18:01:23] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [18:01:23] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
      [18:01:24] [main/INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
      [18:01:28] [Server thread/INFO]: Starting minecraft server version 1.7.2
      [18:01:28] [Server thread/INFO]: Attempting early MinecraftForge initialization
      [18:01:28] [Server thread/INFO]: MinecraftForge v10.12.2.1147 Initialized
      [18:01:28] [Server thread/INFO]: Replaced 182 ore recipies
      [18:01:28] [Server thread/INFO]: Completed early MinecraftForge initialization
      [18:01:28] [Server thread/INFO]: Searching C:\Users\Virgile\Desktop\Minecraft\serveur\mods for mods
      [18:01:29] [Server thread/ERROR]: The mcmod.info file in ATG-1.7.2-0.10.0.jar cannot be parsed as valid JSON. It will be ignored
      com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Unterminated array at line 11 column 5
      at com.google.gson.internal.Streams.parse(Streams.java:56) ~[Streams.class:?]
      at com.google.gson.JsonParser.parse(JsonParser.java:84) ~[JsonParser.class:?]
      at com.google.gson.JsonParser.parse(JsonParser.java:59) ~[JsonParser.class:?]
      at cpw.mods.fml.common.MetadataCollection.from(MetadataCollection.java:55) [MetadataCollection.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:53) [JarDiscoverer.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.discovery.ContainerType.findMods(ContainerType.java:42) [ContainerType.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.discovery.ModCandidate.explore(ModCandidate.java:71) [ModCandidate.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:123) [ModDiscoverer.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.Loader.identifyMods(Loader.java:346) [Loader.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.Loader.loadMods(Loader.java:467) [Loader.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) [FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:167) [lj.class:?]
      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:599) [MinecraftServer.class:?]
      at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
      Caused by: com.google.gson.stream.MalformedJsonException: Unterminated array at line 11 column 5
      at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]
      at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:465) ~[JsonReader.class:?]
      at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) ~[JsonReader.class:?]
      at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:658) ~[TypeAdapters$25.class:?]
      at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:667) ~[TypeAdapters$25.class:?]
      at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:659) ~[TypeAdapters$25.class:?]
      at com.google.gson.internal.bind.TypeAdapters$25.read(TypeAdapters.java:642) ~[TypeAdapters$25.class:?]
      at com.google.gson.internal.Streams.parse(Streams.java:44) ~[Streams.class:?]
      … 14 more
      [18:01:29] [Server thread/WARN]: Mod betterstorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 0.9.1.105-dev
      [18:01:29] [Server thread/WARN]: Mod eplus is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.7.2-2.0.3
      [18:01:29] [Server thread/WARN]: Mod Metallurgy is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.0.1
      [18:01:29] [Server thread/WARN]: Mod MetallurgyCore is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 4.0.1
      [18:01:30] [Server thread/INFO]: Forge Mod Loader has identified 38 mods to load
      [18:01:30] [Server thread/WARN]: Mod asielibcore has been disabled through configuration
      [18:01:31] [Server thread/ERROR]: [Environment Checks] Bukkit implementation detected. This may cause issues. Bukkit implementations include Craftbukkit and MCPC+.
      [18:01:31] [Server thread/ERROR]: Encountered an unexpected exception
      java.lang.NoClassDefFoundError: Lnet/minecraft/client/resources/data/IMetadataSerializer;
      at java.lang.Class.getDeclaredFields0(Native Method) ~[?:1.7.0_71]
      at java.lang.Class.privateGetDeclaredFields(Unknown Source) ~[?:1.7.0_71]
      at java.lang.Class.getDeclaredField(Unknown Source) ~[?:1.7.0_71]
      at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43) ~[ProxyInjector.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492) ~[FMLModContainer.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
      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) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
      at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      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) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
      at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.Loader.loadMods(Loader.java:491) ~[Loader.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) ~[FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:167) ~[lj.class:?]
      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:599) [MinecraftServer.class:?]
      at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
      Caused by: java.lang.ClassNotFoundException: net.minecraft.client.resources.data.IMetadataSerializer
      at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
      at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
      at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
      … 31 more
      Caused by: java.lang.NullPointerException
      at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180) ~[launchwrapper-1.9.jar:?]
      at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
      at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
      … 31 more
      [18:01:31] [Server thread/ERROR]: Cause of unexpected exception was
      java.lang.ClassNotFoundException: net.minecraft.client.resources.data.IMetadataSerializer
      at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
      at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
      at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_71]
      at java.lang.Class.getDeclaredFields0(Native Method) ~[?:1.7.0_71]
      at java.lang.Class.privateGetDeclaredFields(Unknown Source) ~[?:1.7.0_71]
      at java.lang.Class.getDeclaredField(Unknown Source) ~[?:1.7.0_71]
      at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:43) ~[ProxyInjector.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492) ~[FMLModContainer.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
      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) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
      at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      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) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) ~[minecraft_server.1.7.2.jar:?]
      at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecraft_server.1.7.2.jar:?]
      at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.Loader.loadMods(Loader.java:491) ~[Loader.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319) ~[FMLCommonHandler.class:git-Cauldron-MCPC-Plus-1.7.2-1.1147.04.196]
      at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:167) ~[lj.class:?]
      at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:599) [MinecraftServer.class:?]
      at java.lang.Thread.run(Unknown Source) [?:1.7.0_71]
      Caused by: java.lang.NullPointerException
      at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180) ~[launchwrapper-1.9.jar:?]
      … 33 more
      [18:01:31] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Virgile\Desktop\Minecraft\serveur\.\crash-reports\crash-2014-12-20_18.01.31-server.txt
      [18:01:31] [Server thread/WARN]: Can't revert to frozen GameData state without freezing first.
      [18:01:31] [Server thread/INFO]: Applying holder lookups
      [18:01:31] [Server thread/INFO]: Holder lookups applied
      [18:01:31] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
      [18:01:31] [Server thread/INFO]: The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
      
      

      Qu’est-ce qu’il faut que je fasse ? 🙂

      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

        Un des mods que tu as installé n’est pas compatible serveur.

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

          Et, c’est lequel ? :huh:

          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

            Les logs n’indique pas, envoie le crash complet qui se trouve ici :
            C:\Users\Virgile\Desktop\Minecraft\serveur.\crash-reports\crash-2014-12-20_18.01.31-server.txt

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

              http://cjoint.com/?DLvjlzHAFRZ

              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

                torchLevers{1.4} [Torch Levers] (Torch-Levers-Mod-1.7.10.jar) Unloaded

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

                  Il suufit juste que je télécharge une autre version du mod non ?
                  Sinon maintenant ça me fait ce crash report : http://cjoint.com/?DLvmrtRW81O

                  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

                    dp_simpleflight{0.2} [Simple Flight] (simpleflight-0.2.jar) Unloaded->Constructed->Errored

                    Cette fois c’est ce mod qui fait crasher, pareil il est incompatible serveur.

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

                      Mais si je télécharge une autre version du mod ça marchera ?

                      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

                        ça dépend si l’auteur a corrigé le bug ou pas dans l’autre version.

                        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