Bonjour (ou bonsoir) tout le monde,
Je vous contacte car j'ai rencontré un problème plus qu'handicapant en créant un serveur Minecraft il y a peu. En effet, j'ai suivi un tuto (
) pour créer un serveur moddé et tout allait bien. J'ai mis le eula en "true" et forge est correctement installé.
Mon problème, c'est que lorsque j'essaie d'ouvrir le minecraft_server.jar la console se lance et, à peine quelques secondes après, le serveur se ferme complètement et je n'ai même pas le temps d'y accéder via Minecraft ...
Voici la liste de mes mods (qui fonctionnent parfaitement en solo) :
http://hpics.li/0a323b5
Voici mes server.properties :
#Minecraft server properties
#Sun Aug 30 03:18:15 CEST 2015
generator-settings=
op-permission-level=4
allow-nether=true
level-name=world
enable-query=false
allow-flight=false
announce-player-achievements=true
server-port=25565
level-type=DEFAULT
enable-rcon=false
force-gamemode=false
level-seed=
server-ip=
max-build-height=256
spawn-npcs=true
white-list=false
spawn-animals=true
snooper-enabled=true
hardcore=false
online-mode=true
resource-pack=
pvp=true
difficulty=1
enable-command-block=true
player-idle-timeout=0
gamemode=0
max-players=4
spawn-monsters=true
view-distance=10
generate-structures=true
motd=Serveur entre potes
Et voici mon latest log :
[03:18:07] [Server thread/INFO]: Starting minecraft server version 1.7.10
[03:18:07] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[03:18:07] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: Descripteur non valide
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_60]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_60]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_60]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_60]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_60]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_60]
at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
[03:18:13] [Server thread/INFO]: Loading properties
[03:18:13] [Server thread/INFO]: Default game type: SURVIVAL
[03:18:13] [Server thread/INFO]: Generating keypair
[03:18:14] [Server thread/INFO]: Starting Minecraft server on *:25565
[03:18:17] [Server thread/INFO]: Preparing level "world"
[03:18:18] [Server thread/INFO]: Preparing start region for level 0
[03:18:19] [Server thread/INFO]: Preparing spawn area: 12%
[03:18:20] [Server thread/INFO]: Preparing spawn area: 50%
[03:18:21] [Server thread/INFO]: Done (5,141s)! For help, type "help" or "?"
[03:18:21] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at net.minecraft.profiler.Profiler.func_76320_a(Profiler.java:64) ~[qi.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:546) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_60]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_60]
... 4 more
[03:18:21] [Server thread/INFO]: Stopping server
[03:18:21] [Server thread/INFO]: Saving players
[03:18:21] [Server thread/INFO]: Saving worlds
[03:18:21] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[03:18:21] [Server thread/INFO]: Saving chunks for level 'world'/Nether
[03:18:21] [Server thread/INFO]: Saving chunks for level 'world'/The End
A propos du log : parfois le "Preparing spawn area" atteint 98%, parfois d'autres valeurs, mais la console se ferme toujours avant que ça n'atteigne 100%
Et dans tous les cas, le peu de temps où la console reste ouverte, je ne peux pas me connecter au serveur (probablement puisqu'il n'est pas encore lancé, et donc n'existe pas ?)
Voilà, j'espère avoir été assez précis dans les informations que je vous ai données, j'espère que vous pourrez m'aider.
Merci d'avance !
Bossy18
EDIT : j'ai peut-être mal cherché mais avant de poster sur le forum je trouvais des discussions pour des serveurs qui se fermaient in-game ou qui ne se lançaient pas du tout, et même en cherchant un peu dans les réponses données à ces discussions, je n'ai pas trouvé de quoi corriger mon problème
Je vous contacte car j'ai rencontré un problème plus qu'handicapant en créant un serveur Minecraft il y a peu. En effet, j'ai suivi un tuto (
Mon problème, c'est que lorsque j'essaie d'ouvrir le minecraft_server.jar la console se lance et, à peine quelques secondes après, le serveur se ferme complètement et je n'ai même pas le temps d'y accéder via Minecraft ...
Voici la liste de mes mods (qui fonctionnent parfaitement en solo) :
Voici mes server.properties :
#Minecraft server properties
#Sun Aug 30 03:18:15 CEST 2015
generator-settings=
op-permission-level=4
allow-nether=true
level-name=world
enable-query=false
allow-flight=false
announce-player-achievements=true
server-port=25565
level-type=DEFAULT
enable-rcon=false
force-gamemode=false
level-seed=
server-ip=
max-build-height=256
spawn-npcs=true
white-list=false
spawn-animals=true
snooper-enabled=true
hardcore=false
online-mode=true
resource-pack=
pvp=true
difficulty=1
enable-command-block=true
player-idle-timeout=0
gamemode=0
max-players=4
spawn-monsters=true
view-distance=10
generate-structures=true
motd=Serveur entre potes
Et voici mon latest log :
[03:18:07] [Server thread/INFO]: Starting minecraft server version 1.7.10
[03:18:07] [Server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"
[03:18:07] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: Descripteur non valide
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_60]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_60]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_60]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_60]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_60]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_60]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_60]
at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
[03:18:13] [Server thread/INFO]: Loading properties
[03:18:13] [Server thread/INFO]: Default game type: SURVIVAL
[03:18:13] [Server thread/INFO]: Generating keypair
[03:18:14] [Server thread/INFO]: Starting Minecraft server on *:25565
[03:18:17] [Server thread/INFO]: Preparing level "world"
[03:18:18] [Server thread/INFO]: Preparing start region for level 0
[03:18:19] [Server thread/INFO]: Preparing spawn area: 12%
[03:18:20] [Server thread/INFO]: Preparing spawn area: 50%
[03:18:21] [Server thread/INFO]: Done (5,141s)! For help, type "help" or "?"
[03:18:21] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at net.minecraft.profiler.Profiler.func_76320_a(Profiler.java:64) ~[qi.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:546) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_60]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_60]
... 4 more
[03:18:21] [Server thread/INFO]: Stopping server
[03:18:21] [Server thread/INFO]: Saving players
[03:18:21] [Server thread/INFO]: Saving worlds
[03:18:21] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
[03:18:21] [Server thread/INFO]: Saving chunks for level 'world'/Nether
[03:18:21] [Server thread/INFO]: Saving chunks for level 'world'/The End
A propos du log : parfois le "Preparing spawn area" atteint 98%, parfois d'autres valeurs, mais la console se ferme toujours avant que ça n'atteigne 100%
Et dans tous les cas, le peu de temps où la console reste ouverte, je ne peux pas me connecter au serveur (probablement puisqu'il n'est pas encore lancé, et donc n'existe pas ?)
Voilà, j'espère avoir été assez précis dans les informations que je vous ai données, j'espère que vous pourrez m'aider.
Merci d'avance !
Bossy18
EDIT : j'ai peut-être mal cherché mais avant de poster sur le forum je trouvais des discussions pour des serveurs qui se fermaient in-game ou qui ne se lançaient pas du tout, et même en cherchant un peu dans les réponses données à ces discussions, je n'ai pas trouvé de quoi corriger mon problème