Crash serveur (connexion joueur)

TeneBrae95

Bucheron
16 Mars 2015
45
0
11
28
Quand un joueur se connecte à mon serveur celui (le serveur crash)
et affiche ce message d'erreur "Arrêt du serveur".
j'ai besoin d'aide pour résoudre ce problème.
Voici les logs:
Code:
30.05 11:28:21 [Disconnect] User [11:28:16 INFO]: EpieiKis has disconnected, reason: Server shutting down
30.05 11:28:21 [Disconnect] User [11:27:21 INFO]: EfialTiis has disconnected, reason: Server shutting down
30.05 11:28:21 [Multicraft] Server stopped
30.05 11:28:19 [Multicraft] Not restarting crashed server.
30.05 11:28:19 [Multicraft] Error writing to server: [Errno 32] Broken pipe
30.05 11:28:19 [Multicraft] Error writing to server: [Errno 32] Broken pipe
30.05 11:28:19 [Multicraft] Stopping server!
30.05 11:28:19 [Multicraft] Server shut down
30.05 11:28:18 [Server] INFO [11:28:18 INFO]: Saving chunks for level 'percy'/Overworld
30.05 11:28:18 [Server] INFO [11:28:18 INFO]: Saving chunks for level 'Tower'/Overworld
30.05 11:28:18 [Server] INFO [11:28:18 INFO]: Saving chunks for level 'Statues'/Overworld
30.05 11:28:17 [Server] INFO [11:28:17 INFO]: Saving chunks for level 'RES'/Overworld
30.05 11:28:17 [Multicraft] Skipped 103 lines due to rate limit (30/s)
30.05 11:28:16 [Server] INFO at java.io.DataInputStream.readFully(DataInputStream.java:195) ~[?:1.7.0_65]
30.05 11:28:16 [Server] INFO at java.io.BufferedInputStream.read(BufferedInputStream.java:334) ~[?:1.7.0_65]
30.05 11:28:16 [Server] INFO at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) ~[?:1.7.0_65]
30.05 11:28:16 [Server] INFO at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) ~[?:1.7.0_65]
30.05 11:28:16 [Server] INFO at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164) ~[?:1.7.0_65]
30.05 11:28:16 [Server] INFO Caused by: java.util.zip.ZipException: incorrect data check
30.05 11:28:16 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
30.05 11:28:16 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) ~[?:1.7.0_65]
30.05 11:28:16 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[?:1.7.0_65]
30.05 11:28:16 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:25) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:69) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:43) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagList.load(NBTTagList.java:54) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:412) ~[spigot-1.8.5.jar:git-Spigot-17fce80-529e4cd]
30.05 11:28:16 [Server] INFO net.minecraft.server.v1_8_R3.ReportedException: Loading NBT data
30.05 11:28:16 [Server] INFO [11:28:16 ERROR]: Encountered an unexpected exception
30.05 11:28:16 [Server] INFO [11:28:16 INFO]: Dieu Pos?idon EpieiKis a rejoint le serveur.
30.05 11:28:16 [11:28:16 INFO]: EpieiKis ran command Message of the Day
30.05 11:28:16 [Connect] User [11:28:16 INFO]: EpieiKis, IP 88.184.236.62
30.05 11:28:16 [Server] INFO [11:28:16 INFO]: UUID of player EpieiKis is 7ee696d5-84db-4938-b481-3aaaee234bdd
30.05 11:28:15 [Server] INFO [11:28:15 INFO]: ?6Player?c ?cDieu Had?s ?4?cEfialTiis?r ?6unbanned?c EpieiKis.
30.05 11:28:07 [Server] INFO Reason: The Ban Hammer has spoken!
30.05 11:28:07 [Disconnect] User [11:28:07 INFO]: com.mojang.authlib.GameProfile@7ebb49f6[id=7ee696d5-84db-4938-b481-
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Ce serais bien de poster au bon endroit ;)
Je signale ton message à un modérateur pour qu'il le déplace.

Tu as un problème de
Code:
incorrect data check
Je pense que c'est avec le monde RES. Fait le test sans ce monde (je suppose que tu as multiverse, donc tu sais facilement désactiver le monde avec quelques commandes) et regarde si les erreurs sont toujours la.


Cordialement,
Detobel36