Paper 1.20.4 Server Log

#BPowqsC
11 errors
55 lines
Raw
Analysis
Minecraft version:
1.20.4
1[02:17:58] [ServerMain/INFO]: Environment: Environment[sessionHost=https://api.minehut.com/mitm/proxy, servicesHost=https://api.minecraftservices.com/, name=properties]
2[02:17:58] [ServerMain/WARN]: Missing data pack paper
3[02:17:59] [ServerMain/INFO]: Loaded 1174 recipes
4[02:17:59] [ServerMain/INFO]: Loaded 1271 advancements
5[02:17:59] [Server thread/INFO]: Starting minecraft server version 1.20.4
6[02:17:59] [Server thread/INFO]: Loading properties
7[02:17:59] [Server thread/INFO]: This server is running Paper version git-Paper-499 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 9de3f75 on ver/1.20.4)
8[02:17:59] [Server thread/INFO]: Server Ping Player Sample Count: 12
9[02:17:59] [Server thread/INFO]: Using 4 threads for Netty based IO
10[02:17:59] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
11[02:17:59] [Server thread/ERROR]: [Configurations] Loading a newer configuration than is supported (31 > 30)! You may have to backup & delete the world defaults config file to start the server.
12[02:17:59] [Server thread/ERROR]: [MapSerializer] Could not deserialize value {hard=default, soft=default} into class io.papermc.paper.configuration.WorldConfiguration$Entities$Spawning$DespawnRange at [entities, spawning, despawn-ranges, ambient]
13[02:17:59] [Server thread/ERROR]: [MapSerializer] Could not deserialize value {hard=default, soft=default} into class io.papermc.paper.configuration.WorldConfiguration$Entities$Spawning$DespawnRange at [entities, spawning, despawn-ranges, axolotls]
14[02:17:59] [Server thread/ERROR]: [MapSerializer] Could not deserialize value {hard=default, soft=default} into class io.papermc.paper.configuration.WorldConfiguration$Entities$Spawning$DespawnRange at [entities, spawning, despawn-ranges, creature]
15[02:17:59] [Server thread/ERROR]: [MapSerializer] Could not deserialize value {hard=default, soft=default} into class io.papermc.paper.configuration.WorldConfiguration$Entities$Spawning$DespawnRange at [entities, spawning, despawn-ranges, misc]
16[02:17:59] [Server thread/ERROR]: [MapSerializer] Could not deserialize value {hard=default, soft=default} into class io.papermc.paper.configuration.WorldConfiguration$Entities$Spawning$DespawnRange at [entities, spawning, despawn-ranges, monster]
17[02:17:59] [Server thread/ERROR]: [MapSerializer] Could not deserialize value {hard=default, soft=default} into class io.papermc.paper.configuration.WorldConfiguration$Entities$Spawning$DespawnRange at [entities, spawning, despawn-ranges, underground_water_creature]
18[02:17:59] [Server thread/ERROR]: [MapSerializer] Could not deserialize value {hard=default, soft=default} into class io.papermc.paper.configuration.WorldConfiguration$Entities$Spawning$DespawnRange at [entities, spawning, despawn-ranges, water_ambient]
19[02:17:59] [Server thread/ERROR]: [MapSerializer] Could not deserialize value {hard=default, soft=default} into class io.papermc.paper.configuration.WorldConfiguration$Entities$Spawning$DespawnRange at [entities, spawning, despawn-ranges, water_creature]
20[02:17:59] [Server thread/ERROR]: Encountered an unexpected exception
21org.spongepowered.configurate.serialize.SerializationException: [misc, max-leash-distance] of type java.lang.Float: java.lang.NumberFormatException: For input string: "default"
22 at org.spongepowered.configurate.serialize.NumericSerializers.lambda$static$1(NumericSerializers.java:124) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
23 at org.spongepowered.configurate.serialize.FunctionScalarSerializer.deserialize(FunctionScalarSerializer.java:40) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
24 at org.spongepowered.configurate.serialize.ScalarSerializer.deserialize(ScalarSerializer.java:156) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
25 at org.spongepowered.configurate.serialize.ScalarSerializer.deserialize(ScalarSerializer.java:121) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
26 at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load0(ObjectMapperImpl.java:76) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
27 at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load(ObjectMapperImpl.java:56) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
28 at org.spongepowered.configurate.objectmapping.ObjectMapperFactoryImpl.deserialize(ObjectMapperFactoryImpl.java:230) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
29 at org.spongepowered.configurate.serialize.TypeSerializer.deserialize(TypeSerializer.java:96) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
30 at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load0(ObjectMapperImpl.java:76) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
31 at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load(ObjectMapperImpl.java:56) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
32 at org.spongepowered.configurate.objectmapping.ObjectMapperFactoryImpl.deserialize(ObjectMapperFactoryImpl.java:230) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
33 at org.spongepowered.configurate.AbstractConfigurationNode.get0(AbstractConfigurationNode.java:203) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
34 at org.spongepowered.configurate.AbstractConfigurationNode.get(AbstractConfigurationNode.java:161) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
35 at org.spongepowered.configurate.ConfigurationNode.get(ConfigurationNode.java:521) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
36 at org.spongepowered.configurate.ConfigurationNode.require(ConfigurationNode.java:408) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
37 at io.papermc.paper.configuration.Configurations.initializeWorldDefaultsConfiguration(Configurations.java:175) ~[paper-1.20.4.jar:git-Paper-499]
38 at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:210) ~[paper-1.20.4.jar:git-Paper-499]
39 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1131) ~[paper-1.20.4.jar:git-Paper-499]
40 at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.20.4.jar:git-Paper-499]
41 at java.lang.Thread.run(Thread.java:1583) ~[?:?]
42Caused by: java.lang.NumberFormatException: For input string: "default"
43 at jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054) ~[?:?]
44 at jdk.internal.math.FloatingDecimal.parseFloat(FloatingDecimal.java:122) ~[?:?]
45 at java.lang.Float.parseFloat(Float.java:556) ~[?:?]
46 at org.spongepowered.configurate.serialize.NumericSerializers.lambda$static$1(NumericSerializers.java:122) ~[configurate-core-4.2.0-SNAPSHOT.jar:?]
47 ... 19 more
48[02:17:59] [Server thread/ERROR]: This crash report has been saved to: /home/********/./crash-reports/crash-2024-12-26_02.17.59-server.txt
49[02:17:59] [Server thread/INFO]: Stopping server
50[02:17:59] [Server thread/INFO]: Saving players
51[02:18:00] [Server thread/INFO]: Saving worlds
52[02:18:00] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
53[02:18:00] [Server thread/INFO]: Flushing Chunk IO
54[02:18:00] [Server thread/INFO]: Closing Thread Pool
55[02:18:00] [Server thread/INFO]: Closing Server
This log will be saved for 90 days from their last view.
Report abuse