1 | [11:51:35] [ServerMain/INFO]: Building unoptimized datafixer
|
2 | [11:51:36] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
|
3 | [11:51:38] [ServerMain/INFO]: Loaded 7 recipes
|
4 | [11:51:38] [ServerMain/INFO]: Loaded 1179 advancements
|
5 | [11:51:39] [ServerMain/WARN]: Failed to parse level-type default, defaulting to minecraft:normal
|
6 | [11:51:39] [Server thread/INFO]: Starting minecraft server version 1.19.2
|
7 | [11:51:39] [Server thread/INFO]: Loading properties
|
8 | [11:51:39] [Server thread/INFO]: Default game type: CREATIVE
|
9 | [11:51:39] [Server thread/INFO]: Generating keypair
|
10 | [11:51:39] [Server thread/INFO]: Starting Minecraft server on *:11903
|
11 | [11:51:39] [Server thread/INFO]: Using epoll channel type
|
12 | [11:51:39] [Server thread/ERROR]: Encountered an unexpected exception
|
13 | com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 4 path $
|
14 | at com.google.gson.Gson.assertFullConsumption(Gson.java:939) ~[gson-2.8.9.jar:?]
|
15 | at com.google.gson.Gson.fromJson(Gson.java:902) ~[gson-2.8.9.jar:?]
|
16 | at net.minecraft.server.players.StoredUserList.load(SourceFile:118) ~[server-1.19.2.jar:?]
|
17 | at net.minecraft.server.dedicated.DedicatedPlayerList.loadUserBanList(SourceFile:84) ~[server-1.19.2.jar:?]
|
18 | at net.minecraft.server.dedicated.DedicatedPlayerList.<init>(SourceFile:23) ~[server-1.19.2.jar:?]
|
19 | at net.minecraft.server.dedicated.DedicatedServer.initServer(SourceFile:164) ~[server-1.19.2.jar:?]
|
20 | at net.minecraft.server.MinecraftServer.runServer(SourceFile:636) ~[server-1.19.2.jar:?]
|
21 | at net.minecraft.server.MinecraftServer.spin(SourceFile:257) ~[server-1.19.2.jar:?]
|
22 | at java.lang.Thread.run(Thread.java:833) [?:?]
|
23 | Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 4 path $
|
24 | at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1562) ~[gson-2.8.9.jar:?]
|
25 | at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1403) ~[gson-2.8.9.jar:?]
|
26 | at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:541) ~[gson-2.8.9.jar:?]
|
27 | at com.google.gson.stream.JsonReader.peek(JsonReader.java:424) ~[gson-2.8.9.jar:?]
|
28 | at com.google.gson.Gson.assertFullConsumption(Gson.java:935) ~[gson-2.8.9.jar:?]
|
29 | ... 8 more
|
30 | [11:51:40] [Server thread/ERROR]: This crash report has been saved to: /server/./crash-reports/crash-2022-10-28_11.51.40-server.txt
|
31 | [11:51:40] [Server thread/INFO]: Stopping server
|
32 | [11:51:40] [Server thread/INFO]: Saving worlds
|
33 | [11:51:40] [Server thread/ERROR]: Exception stopping the server
|
34 | java.lang.NullPointerException: Cannot invoke "agg.p_()" because "$$5" is null
|
35 | at net.minecraft.server.MinecraftServer.saveAllChunks(SourceFile:531) ~[server-1.19.2.jar:?]
|
36 | at net.minecraft.server.MinecraftServer.stopServer(SourceFile:592) ~[server-1.19.2.jar:?]
|
37 | at net.minecraft.server.dedicated.DedicatedServer.stopServer(SourceFile:547) ~[server-1.19.2.jar:?]
|
38 | at net.minecraft.server.MinecraftServer.runServer(SourceFile:697) ~[server-1.19.2.jar:?]
|
39 | at net.minecraft.server.MinecraftServer.spin(SourceFile:257) ~[server-1.19.2.jar:?]
|
40 | at java.lang.Thread.run(Thread.java:833) [?:?]
|
41 |
|