• Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Unsolved Impossible de lancer mon serveur ...

    Support pour les utilisateurs
    2
    8
    549
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Aiko last edited by

      Mon serveur est sous cauldron 1.7.10, il ne veut pas se lancer, les logs sont les suivante :

      [19:24:04] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
      [19:24:04] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
      [19:24:04] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
      [19:24:04] [main/INFO]: Forge Mod Loader version 7.10.25.1207 for Minecraft 1.7.10 loading
      [19:24:05] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_161, running on Linux:amd64:4.4.0-112-generic, installed at /usr/lib/jvm/java-8-oracle/jre
      [19:24:05] [main/INFO]: Loading tweaker net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer from legacyjavafixer-1.0.jar
      [19:24:05] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
      [19:24:05] [main/INFO]: Loading tweak class name net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer
      [19:24:05] [main/INFO]: [LegacyJavaFixer] Tweaker: cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker@327514f
      [19:24:05] [main/INFO]: [LegacyJavaFixer] Replacing tweaker cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker@327514f with net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer$SortReplacement@5b12b668
      [19:24:05] [main/INFO]: [LegacyJavaFixer] Tweaker: FMLCorePlugin {[]}
      [19:24:05] [main/INFO]: [LegacyJavaFixer] Tweaker: FMLForgePlugin {[]}
      [19:24:05] [main/INFO]: [LegacyJavaFixer] Tweaker: weaponlib {[]}
      [19:24:05] [main/INFO]: [LegacyJavaFixer] Tweaker: cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker@327514f
      [19:24:05] [main/INFO]: [LegacyJavaFixer] Replacing tweaker cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker@327514f with net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer$SortReplacement@5b12b668
      [19:24:05] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
      [19:24:05] [main/INFO]: Calling tweak class net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer$SortReplacement
      [19:24:05] [main/INFO]: [LegacyJavaFixer] Replacing sort
      [19:24:05] [main/INFO]: [LegacyJavaFixer] Detected TerminalTweaker
      [19:24:05] [main/INFO]: Calling tweak class net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer$SortReplacement
      [19:24:05] [main/INFO]: Calling tweak class net.minecraftforge.lex.legacyjavafixer.LegacyJavaFixer
      [19:24:05] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [19:24:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      [19:24:07] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
      

      Merci d’avance
      Cordialement, Aiko

      1 Reply Last reply Reply Quote 0
      • robin4002
        robin4002 Moddeurs confirmés Rédacteurs Administrateurs last edited by

        Salut,
        Il n’y a aucune erreur dans ce log.

        Cauldron est une vieille technologie obsolète qui n’est plus supporté aujourd’hui, il serait peut-être tant de ce mettre à jour, non ?

        1 Reply Last reply Reply Quote 0
        • A
          Aiko last edited by

          Aurez-vous un solutions pour faire un serveur minecraft 1.7.10 avec des plugins et des mods sans cauldron ?

          1 Reply Last reply Reply Quote 0
          • robin4002
            robin4002 Moddeurs confirmés Rédacteurs Administrateurs last edited by

            Hum quand je disais ce mettre à jour, je pensais à justement laisser tomber cette version obsolète qu’est la 1.7.10.
            Il n’y a plus rien de maintenu dans cette version …

            1 Reply Last reply Reply Quote 0
            • A
              Aiko last edited by

              Alors comment faire un serveur avec mods + plugins sur d’autre versions !?

              1 Reply Last reply Reply Quote 0
              • A
                Aiko last edited by

                J’ai régler mon problème avant mais j’ait un nouveau problème quand je veux faire un commande le serveur me dit :

                [21:34:38] [Server thread/WARN]: Unexpected exception while parsing console command "op TR_Aiko"
                java.lang.IllegalArgumentException: Sender cannot be null
                	at org.apache.commons.lang.Validate.notNull(Validate.java:192) ~[Validate.class:2.6]
                	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:714) ~[CraftServer.class:?]
                	at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:697) [CraftServer.class:?]
                	at net.minecraft.server.MinecraftServer$6.evaluate(MinecraftServer.java:1785) [lm.class:?]
                	at net.minecraft.server.MinecraftServer$6.evaluate(MinecraftServer.java:1775) [lm.class:?]
                	at org.bukkit.craftbukkit.v1_7_R4.util.Waitable.run(Waitable.java:24) [Waitable.class:?]
                	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:869) [MinecraftServer.class:?]
                	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423) [lt.class:?]
                	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) [MinecraftServer.class:?]
                	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
                	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
                

                Si quelqu’un a la solutions merci de bien vouloir m’aider.

                1 Reply Last reply Reply Quote 0
                • robin4002
                  robin4002 Moddeurs confirmés Rédacteurs Administrateurs last edited by

                  En 1.12.2 il y a deux possibilités :

                  • Sponge Forge, qui permet d’avoir des mods forge + des plugins Sponge (pas les plugins bukkit)
                  • AtomMC, qui permet d’avoir des mods forge + des plugins bukkit.

                  Pour ton erreur ça semble venir de Cauldron lui-même, je ne vois pas quoi faire pour corriger ça …

                  1 Reply Last reply Reply Quote 0
                  • A
                    Aiko last edited by

                    D’accord bon merci quand même …

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    • First post
                      Last post
                    Design by Woryk
                    Contact / Mentions Légales

                    MINECRAFT FORGE FRANCE © 2018

                    Powered by NodeBB