Worlds crashing

Dominique Maik

New Member
I am generating new worlds, but they are breaking down with time. see the errors, how can I solve?

04.07 09:38:41 [Multicraft] Starting server!
04.07 09:38:41 [Multicraft] Loaded config for "Default"
04.07 09:38:41 [Multicraft] Updating eula.txt file
04.07 09:38:42 [Server] INFO 2020-07-04 09:38:42,749 main WARN Disabling terminal, you're running in an unsupported environment.
04.07 09:38:42 [Server] INFO Loading nukkit.yml ...
04.07 09:38:43 [Server] INFO Loading server.properties ...
04.07 09:38:43 [Server] INFO Selecionado Português (bra) como a linguagem base
04.07 09:38:43 [Server] INFO Iniciando Servidor de Minecraft: BE, versão v1.14.60
04.07 09:38:43 [Server] INFO Selected Zlib Provider: 2 (cn.nukkit.utils.ZlibThreadLocal)
04.07 09:38:43 [Server] INFO Abrindo servidor em 170.81.41.61:25727
04.07 09:38:43 [Server] INFO Este servidor está rodando Nukkit versão git-ee42036 "" (API 1.0.10)
04.07 09:38:43 [Server] INFO Nukkit é distribuido com a licença LGPL
04.07 09:38:43 [Server] INFO Loading recipes...
04.07 09:38:44 [Server] INFO Loaded 1320 recipes.
04.07 09:38:44 [Server] INFO Successfully loaded 0 resource packs
04.07 09:38:44 [Server] INFO Carregando MobPlugin v1.13.1
04.07 09:38:44 [Server] INFO Ativando MobPlugin v1.13.1
04.07 09:38:44 [Server] INFO Epoll Status is true
04.07 09:38:44 [Server] ERROR Não foi possível carregar o mundo "world": Caused by java.lang.reflect.InvocationTargetException
04.07 09:38:44 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
04.07 09:38:44 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
04.07 09:38:44 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
04.07 09:38:44 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
04.07 09:38:44 [Server] INFO at cn.nukkit.level.Level.<init>(Level.java:274)
04.07 09:38:44 [Server] INFO at cn.nukkit.Server.loadLevel(Server.java:1906)
04.07 09:38:44 [Server] INFO at cn.nukkit.Server.<init>(Server.java:537)
04.07 09:38:44 [Server] INFO at cn.nukkit.Nukkit.main(Nukkit.java:112)
04.07 09:38:44 [Server] INFO Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
04.07 09:38:44 [Server] INFO at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
04.07 09:38:44 [Server] INFO at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
04.07 09:38:44 [Server] INFO at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:117)
04.07 09:38:44 [Server] INFO at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
04.07 09:38:44 [Server] INFO at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
04.07 09:38:44 [Server] INFO at java.io.DataInputStream.readByte(DataInputStream.java:265)
04.07 09:38:44 [Server] INFO at cn.nukkit.nbt.stream.NBTInputStream.readByte(NBTInputStream.java:65)
04.07 09:38:44 [Server] INFO at cn.nukkit.nbt.tag.Tag.readNamedTag(Tag.java:81)
04.07 09:38:44 [Server] INFO at cn.nukkit.nbt.NBTIO.read(NBTIO.java:87)
04.07 09:38:44 [Server] INFO at cn.nukkit.nbt.NBTIO.read(NBTIO.java:82)
04.07 09:38:44 [Server] INFO at cn.nukkit.nbt.NBTIO.readCompressed(NBTIO.java:118)
04.07 09:38:44 [Server] INFO at cn.nukkit.level.format.generic.BaseLevelProvider.<init>(BaseLevelProvider.java:56)
04.07 09:38:44 [Server] INFO at cn.nukkit.level.format.anvil.Anvil.<init>(Anvil.java:38)
04.07 09:38:44 [Server] INFO ... 8 more
 

PetteriM1

Resource Mod
Staff member
The world/level.dat is either corrupted or in format that is not supported by Nukkit
 
Top