Map Problème avec importation d'une map sur mon serveur

EgariaTV

Mineur des cavernes
14 Juin 2016
51
1
28
34
Bonjour,

J'aimerais importer cette map sur mon serveur sauf que dès que je lance mon serveur avec cette map sa me met dans la console
Code:
ERROR This crash report has been saved to: /./crash-reports/crash-2017-02-25_06.59.04-server.txt

Puis dans le crash report y'a

Code:
---- Minecraft Crash Report ----
// Ouch. That hurt :(

Time: 2/25/17 6:57 AM
Description: Exception in server tick loop

java.lang.RuntimeException: Failed to check session lock for world located at ./map, aborting. Stop the server and delete the session.lock in this world to prevent further issues.
    at net.minecraft.server.v1_8_R3.WorldNBTStorage.h(WorldNBTStorage.java:57)
    at net.minecraft.server.v1_8_R3.WorldNBTStorage.<init>(WorldNBTStorage.java:41)
    at net.minecraft.server.v1_8_R3.ServerNBTManager.<init>(SourceFile:19)
    at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:261)
    at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
    at java.lang.Thread.run(Thread.java:745)


A detailed walkthrough of the error, its code path and all known details is as follows:
 

EgariaTV

Mineur des cavernes
14 Juin 2016
51
1
28
34
Sa marche sauf que quand la map se charge genre toute les modifications faite dessus son annulés

La map se remet à zézo ...
 
Dernière édition par un modérateur:

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 815
156
3 000
347
26
Alsace
www.minecraftforgefrance.fr
La map est surement corrompu alors :/

Le fichier lock s'ajoute lorsque la map est chargé et se retire quand elle est déchargé, donc comme il était présent alors que ton serveur était coupé, ça veut dire que quelque chose ne s'était pas passé normalement dans ce monde.