sVoxelDev / minecraft-server-template

A 30 seconds quickstart template for creating minecraft server networks with docker and git.
MIT License
63 stars 10 forks source link

Corrupted Worlds using Docker for Desktop on Windows 11 #7

Open GustavHaavik opened 2 years ago

GustavHaavik commented 2 years ago

I just started the server, all the docker containers are running just fine. As soon as the world started to load I began getting the following error. I am not getting it when I just open a normal simple server. https://pastebin.com/0wLePEDT

GustavHaavik commented 2 years ago

When that is said, I am unable to find the /data directory, so the problem might have something to do with it not existing

Silthus commented 2 years ago

Could it be that you are running Windows 11 and Docker for Windows? There seems to be a known issue with Windows 11 and corrupted worlds. See this issue here: https://github.com/itzg/docker-minecraft-server/issues/1247

Btw. I am having the same problem on my Windows 11 PC. On Windows 10 everything still works fine.