Server can`t start. #987
-
Hi purpur i need our help my server can`t start ---- Minecraft Crash Report ---- Time: 5/24/22, 6:09 PM java.lang.RuntimeException: net.minecraft.util.SessionLock$ExceptionWorldConflict: /root/Minecraft/./world_nether/session.lock: already locked (possibly by other Minecraft instance?) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is not a bug. The server is telling you exactly what is wrong.
Your nether world is locked by another instance. This means you're running two versions of the game on the same world, or the last instance ended before it could unlock the world(s). If you can verify for certain this is the only instance of the server running then you can manually delete the file lock(s) mentioned in the log. |
Beta Was this translation helpful? Give feedback.
This is not a bug.
The server is telling you exactly what is wrong.
Your nether world is locked by another instance. This means you're running two versions of the game on the same world, or the last instance ended before it could unlock the world(s).
If you can verify for certain this is the only instance of the server running then you can manually delete the file lock(s) mentioned in the log.