When I try and load my 1.13 pre5 world in the new pre6 server.jar, I get up to "preparing start region for level 0" and then I get a "couldn't load chunk" error and a bunch of NullPointerExceptions are thrown.
I can start a new world on pre6, but using the old world doesn't work. It still works in pre5 however.
My latest.log is attached.
[13:23:05] [Server thread/ERROR]: Couldn't load chunk
java.lang.NullPointerException: null
at bqv.a(SourceFile:484) ~[server-pre6.jar:?]
at bqv.a(SourceFile:176) ~[server-pre6.jar:?]
at bqv.a(SourceFile:124) ~[server-pre6.jar:?]
at sl.g(SourceFile:92) [server-pre6.jar:?]
at sl.b(SourceFile:114) [server-pre6.jar:?]
at sl.a(SourceFile:150) [server-pre6.jar:?]
at net.minecraft.server.MinecraftServer.g_(SourceFile:386) [server-pre6.jar:?]
at net.minecraft.server.MinecraftServer.a(SourceFile:337) [server-pre6.jar:?]
at rx.d(SourceFile:248) [server-pre6.jar:?]
at net.minecraft.server.MinecraftServer.run(SourceFile:501) [server-pre6.jar:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
[13:23:05] [WorldGen-Scheduler-1/ERROR]: Couldn't load protochunk
java.lang.NullPointerException: null
at bqv.a(SourceFile:484) ~[server-pre6.jar:?]
at bqv.a(SourceFile:176) ~[server-pre6.jar:?]
at bqv.b(SourceFile:195) ~[server-pre6.jar:?]
at bqv.b(SourceFile:140) ~[server-pre6.jar:?]
at tg.a(SourceFile:70) ~[server-pre6.jar:?]
at tg.a(SourceFile:51) ~[server-pre6.jar:?]
at java.util.Map.computeIfAbsent(Map.java:957) ~[?:1.8.0_171]
at tg.a(SourceFile:50) ~[server-pre6.jar:?]
at tg.a(SourceFile:25) ~[server-pre6.jar:?]
at agi.a(SourceFile:60) ~[server-pre6.jar:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) [?:1.8.0_171]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_171]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_171]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]Attachments
Comments 3
Just a note - I also just tried it with a completely new world. I copied everything to a blank folder and:
Started brand new world in 1.13-pre5
Did not even log into it, did /save-all and /stop
started the 1.13-pre6 server.jar in the same directory.
It gives the same errors, "couldn't load chunk," etc. Command I used (if it helps) is: java -Xms1G -Xmx1G -jar <serverjar here>
The return of MC-132375?