1. Le forum de Minecraft-France va définitivement fermer ses portes. Celui-ci restera en lecture seule mais vous ne pourrez plus y apporter de nouveaux topics. Nous vous invitons à nous rejoindre sur le Discord de Minecraft-France qui permet de présenter vos projets, discuter avec la communauté etc.. Merci à tous d'avoir fait vivre ce forum de nombreuses années. Pour nous rejoindre sur Discord, Cliquez ici

Serveur Forge 1.7.2 avec soucis de Java.

Discussion dans 'Problème avec les mods' créé par Vincib1e, 19 Mar 2014.

  1. Vincib1e

    Vincib1e Nouveau

    Inscrit:
    19 Mar 2014
    Messages:
    9
    Points:
    30
    Sexe:
    Homme
    Bonjour à tous, et merci d'être là ;)

    J'essaie de faire tourner un serveur forge en 1.7.2 pour y jouer avec un pote, j'installe donc mon serveur en téléchargeant le .jar de forge, je choisit un nouveau dossier où j'y met le serveur , la procédure habituelle.

    Sauf que ! Quand je lance mon serveur (le .jar) j'ai droit au messages suivants

    Code (cpp):
    [13:53:30 ERROR]: Exception handling console input
    java.io.IOException: Descripteur non valide
        at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_51]
        at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_51]
        at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_51]
        at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_51]
        at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_51]
        at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_51]
        at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_51]
        at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_51]
        at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_51]
        at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51]
        at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51]
        at ll.run(SourceFile:78) [minecraft_server.1.7.2.jar:?]
    [13:53:30 INFO]: Starting minecraft server version 1.7.2
    [13:53:30 INFO]: Loading properties
    [13:53:30 INFO]: Default game type: SURVIVAL
    [13:53:30 INFO]: Generating keypair
    [13:53:31 INFO]: Starting Minecraft server on *:25565
    [13:53:31 INFO]: Preparing level "world"
    [13:53:31 INFO]: Preparing start region for level 0
    [13:53:32 ERROR]: Chunk file at -16,25 is in the wrong location; relocating. (Expected -16, 25, got -15, 3)
    [13:53:32 ERROR]: Chunk file at -16,26 is in the wrong location; relocating. (Expected -16, 26, got -15, 5)
    [13:53:32 ERROR]: Chunk file at -16,27 is in the wrong location; relocating. (Expected -16, 27, got -15, 6)
    [13:53:32 INFO]: Preparing spawn area: 85%
    [13:53:32 INFO]: Done (1,216s)! For help, type "help" or "?"
     
    J'ai droit au même message avec où sans mods, j'ai réinstallé mon Java (32 ET 64 bits), j'ai essayé en désactivant mon anti-virus (windows security essential).

    Le plus gros problème, c'est que je suis complètement perdu en fait, j'ai l'habitude de bidouiller du serveur, mais là je ne comprends pas d'où vient le problème.

    Si quelqu'un de plus compétent que moi peux me filer un tuyau, je le remercie d'avance.

    Vincib1e
     
  2. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Salut,
    Je n'es encore jamais vu ça, mais ça ne vient sûrement pas de java.
    Par "la procédure habituelle" tu entends quoi ?
     
    • J'approuve J'approuve x 1
  3. Vincib1e

    Vincib1e Nouveau

    Inscrit:
    19 Mar 2014
    Messages:
    9
    Points:
    30
    Sexe:
    Homme
    Salut, et merci du coup de main.

    J'ai télécharger forge installer 10.12.0.1046, avec lequel j'ai paché mon client. Puis j'ai cliqué sur "installer server", j'ai choisit le dossier que j'avais créé auparavant à cet effet, installations des librairies par forge et tout le tintouin, puis quand je double clique sur mon .jar j'ai à chaque fois cette erreur. inutile de préciser que j'ai tenté de créer de nombreux serveurs avec Forge, re-téléchargé forge, changé de dossier.
    Je reste à dispo.

    Vincib1e
     
  4. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Ce que tu fais est bon, sauf pour le lancement.
    Pour le lancement, il faut faire un fichier .bat avec ça dedans :
    Code (cpp):
    java -Xmx1G -jar <nom exacte de l'archive de forge>.jar
    pause
     
  5. Vincib1e

    Vincib1e Nouveau

    Inscrit:
    19 Mar 2014
    Messages:
    9
    Points:
    30
    Sexe:
    Homme
    Je faisait ça pour mes vieux serveurs ^^

    J'ai donc fait ça, voici ce que m'affiche la console :

    Code (cpp):

    E:\Jeux\minecraft\serveur 1.7.2>java -Xmx1G -jar forge-1.7.2-10.12.0.1046-univer
    sal.jar
    [19:33:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.co
    mmon.launcher.FMLServerTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.
    fml.common.launcher.FMLServerTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.
    launcher.FMLServerTweaker
    [19:33:16] [main/INFO] [FML]: Forge Mod Loader version 7.2.129.1046 for Minecraf
    t 1.7.2 loading
    [19:33:16] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version
    1.7.0_51, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jr
    e7
    [19:33:16] [main/WARN] [FML]: The coremod atomicstryker.dynamiclights.common.DLF
    MLCorePlugin does not have a MCVersion annotation, it may cause issues with this
    version of Minecraft
    [19:33:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.co
    mmon.launcher.FMLInjectionAndSortingTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.co
    mmon.launcher.FMLDeobfTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.
    launcher.FMLInjectionAndSortingTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.
    launcher.FMLInjectionAndSortingTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
    her.CoreModManager$FMLPluginWrapper
    [19:33:18] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certi
    ficate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
    [19:33:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
    her.CoreModManager$FMLPluginWrapper
    [19:33:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relaunc
    her.CoreModManager$FMLPluginWrapper
    [19:33:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.
    launcher.FMLDeobfTweaker
    **************** Dynamic Lights transform running on World *********************
    **
    In target method! Patching!
    Bytecode ISTORE 6 case!
    Patching Complete!
    [19:33:19] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecra
    ft.server.MinecraftServer}
    [19:33:22] [Server thread/INFO]: Starting minecraft server version 1.7.2
    [19:33:22] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForg
    e initialization
    [19:33:22] [Server thread/INFO] [FML]: MinecraftForge v10.12.0.1046 Initialized
    [19:33:23] [Server thread/INFO] [FML]: Replaced 141 ore recipies
    [19:33:23] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge
    initialization
    [19:33:23] [Server thread/INFO] [FML]: Searching E:\Jeux\minecraft\serveur 1.7.2
    \mods for mods
    [19:33:24] [Server thread/INFO] [FML]: Forge Mod Loader has identified 16 mods t
    o load
    [19:33:25] [Server thread/ERROR]: Encountered an unexpected exception
    java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
            at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
            at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
            at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java
    :420) ~[FMLModContainer.class:?]
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
    _51]
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
    _51]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
    .7.0_51]
            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
            at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java
    :74) ~[minecraft_server.1.7.2.jar:?]
            at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(Synch
    ronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
            at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[min
    ecraft_server.1.7.2.jar:?]
            at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
    a:296) ~[minecraft_server.1.7.2.jar:?]
            at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecra
    ft_server.1.7.2.jar:?]
            at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadContro
    ller.java:209) ~[LoadController.class:?]
            at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadControll
    er.java:188) ~[LoadController.class:?]
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0
    _51]
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0
    _51]
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1
    .7.0_51]
            at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
            at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java
    :74) ~[minecraft_server.1.7.2.jar:?]
            at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(Synch
    ronizedEventHandler.java:47) ~[minecraft_server.1.7.2.jar:?]
            at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) ~[min
    ecraft_server.1.7.2.jar:?]
            at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.jav
    a:296) ~[minecraft_server.1.7.2.jar:?]
            at com.google.common.eventbus.EventBus.post(EventBus.java:267) ~[minecra
    ft_server.1.7.2.jar:?]
            at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadControl
    ler.java:119) ~[LoadController.class:?]
            at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) ~[Loader.class:?
    ]
            at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHand
    ler.java:79) ~[FMLServerHandler.class:?]
            at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.j
    ava:296) ~[FMLCommonHandler.class:?]
            at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(Dedicated
    Server.java:115) ~[lj.class:?]
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [M
    inecraftServer.class:?]
            at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:706)
    [kx.class:?]
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.Wo
    rldClient
            at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
    ader.java:188) ~[launchwrapper-1.9.jar:?]
            at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
            at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
            ... 30 more
    Caused by: java.lang.RuntimeException: Attempted to load class biz for invalid s
    ide SERVER
            at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTr
    ansformer.java:50) ~[forge-1.7.2-10.12.0.1046-universal.jar:?]
            at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchC
    lassLoader.java:276) ~[launchwrapper-1.9.jar:?]
            at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLo
    ader.java:174) ~[launchwrapper-1.9.jar:?]
            at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
            at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
            ... 30 more
    [19:33:25] [Server thread/ERROR]: This crash report has been saved to: E:\Jeux\m
    inecraft\serveur 1.7.2\.\crash-reports\crash-2014-03-19_19.33.25-server.txt
     
    Et le java du .jar

    Code (cpp):
    [19:33:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
    [19:33:16] [main/INFO] [FML]: Forge Mod Loader version 7.2.129.1046 for Minecraft 1.7.2 loading
    [19:33:16] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_51, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
    [19:33:16] [main/WARN] [FML]: The coremod atomicstryker.dynamiclights.common.DLFMLCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
    [19:33:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
    [19:33:16] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [19:33:18] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
    [19:33:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [19:33:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
    [19:33:18] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
    [19:33:19] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
    [19:33:22] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.7.2
    [19:33:22] [Server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
    [19:33:22] [Server thread/INFO] [FML]: MinecraftForge v10.12.0.1046 Initialized
    [19:33:23] [Server thread/INFO] [FML]: Replaced 141 ore recipies
    [19:33:23] [Server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
    [19:33:23] [Server thread/INFO] [FML]: Searching E:\Jeux\minecraft\serveur 1.7.2\mods for mods
    [19:33:24] [Server thread/INFO] [FML]: Forge Mod Loader has identified 16 mods to load
    [19:33:25] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
    java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
        at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
        at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_51]
        at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420) ~[FMLModContainer.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
        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:209) ~[LoadController.class:?]
        at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188) ~[LoadController.class:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_51]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_51]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_51]
        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:119) ~[LoadController.class:?]
        at cpw.mods.fml.common.Loader.loadMods(Loader.java:484) ~[Loader.class:?]
        at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:79) ~[FMLServerHandler.class:?]
        at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:296) ~[FMLCommonHandler.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:115) ~[lj.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414) [MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:706) [kx.class:?]
    Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188) ~[launchwrapper-1.9.jar:?]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
        ... 30 more
    Caused by: java.lang.RuntimeException: Attempted to load class biz for invalid side SERVER
        at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[forge-1.7.2-10.12.0.1046-universal.jar:?]
        at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:276) ~[launchwrapper-1.9.jar:?]
        at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:174) ~[launchwrapper-1.9.jar:?]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_51]
        ... 30 more
    [19:33:25] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: E:\Jeux\minecraft\serveur 1.7.2\.\crash-reports\crash-2014-03-19_19.33.25-server.txt
     
    Est-ce que ça t'aide ?

    Merci beaucoup =)

    Vincib1e
     
  6. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
    Un des mods que tu as installés n'est pas compatible serveur.
     
  7. Vincib1e

    Vincib1e Nouveau

    Inscrit:
    19 Mar 2014
    Messages:
    9
    Points:
    30
    Sexe:
    Homme
    SUper ça fonctionne, c'était dynamics lights qui foutaient la pagaille.

    Par contre, régulièrement la console m'affiche "kikou", et mon pote lague en même temps. Est-ce que tu sais d'où ça pourrai venir ? (juré c'est pas une blague)

    Vincib1e
     
  8. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    Heu non, aucune idée, ça doit être un mod qui fait ça me je ne sais pas lequel.
     
  9. Vincib1e

    Vincib1e Nouveau

    Inscrit:
    19 Mar 2014
    Messages:
    9
    Points:
    30
    Sexe:
    Homme
    Ok, tant pis, merci quand même, j'ai un serveur qui fonctionne maintenant =)

    Dernière question puis j'arrête de spammer, est-ce que tu connais un moyen d'enregistrer la map régulièrement ? De la même manière qu'une sauvegarde windows, qui puisse la sauvegarder dans un dossier à part ?

    Merci beaucoup pour ton aide,

    Vincib1e
     
  10. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
    • J'approuve J'approuve x 1
  11. Vincib1e

    Vincib1e Nouveau

    Inscrit:
    19 Mar 2014
    Messages:
    9
    Points:
    30
    Sexe:
    Homme
    C'est parfait, mieux que ce que j'espérait même !

    Me reste plus qu'à attendre un mod invasion compatible 1.7.2 et je serai un homme comblé !

    Merci à toi Robin et à ta gentillesse.

    Vincib1e
     
  12. html999

    html999 Nouveau

    Inscrit:
    19 Déc 2014
    Messages:
    1
    Points:
    10
    Sexe:
    Homme
    !!salut ,
    jai le même problème depuis hier pourtant il n 'y a aucun mode ou texture packs installer !
    Dernier version de java, minecraft 1.8.1, serveur 1.8 héberger chez moi, ports ouvert depuis la freebox révolution, !!
    Aidez moi !
    Merci

    Code (cpp):
    [17:31:55 INFO]: Starting minecraft server version 1.8
    [17:31:55 ERROR]: Exception handling console input
    java.io.IOException: Descripteur non valide
        at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_11]
        at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_11]
        at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_11]
        at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_11]
        at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_11]
        at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_11]
        at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_11]
        at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_11]
        at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_11]
        at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_11]
        at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_11]
        at pq.run(SourceFile:80) [minecraft_server.1.8.jar:?]
    [17:31:55 WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    [17:31:55 INFO]: Loading properties
    [17:31:55 INFO]: Default game type: CREATIVE
    [17:31:55 INFO]: Generating keypair
    [17:31:55 INFO]: Starting Minecraft server on *:25565
    [17:31:56 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    [17:31:56 WARN]: The server will make no attempt to authenticate usernames. Beware.
    [17:31:56 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    [17:31:56 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
    [17:31:56 INFO]: Preparing level "world"
    [17:31:56 INFO]: Preparing start region for level 0
    [17:31:57 INFO]: Preparing spawn area: 52%
    [17:31:58 INFO]: Done (1,836s)! For help, type "help" or "?"
     
     
  13. robin4002

    robin4002 Support Technique
    Staff

    Inscrit:
    17 Août 2012
    Messages:
    5 478
    Points:
    229
    Sexe:
    Homme
     

Partager cette page