Advertisement
Whatsgoingonguys

Untitled

Jun 5th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.29 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 6/5/24, 6:44 PM
  5. Description: Exception in server tick loop
  6.  
  7. org.spongepowered.configurate.serialize.SerializationException: [entities, spawning, monster-spawn-max-light-level] of type java.lang.Integer: java.lang.NumberFormatException: For input string: "default"
  8. at org.spongepowered.configurate.serialize.NumericSerializers.parseNumber(NumericSerializers.java:346)
  9. at org.spongepowered.configurate.serialize.NumericSerializers.lambda$static$9(NumericSerializers.java:254)
  10. at org.spongepowered.configurate.serialize.FunctionScalarSerializer.deserialize(FunctionScalarSerializer.java:40)
  11. at org.spongepowered.configurate.serialize.ScalarSerializer.deserialize(ScalarSerializer.java:115)
  12. at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load0(ObjectMapperImpl.java:64)
  13. at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load(ObjectMapperImpl.java:48)
  14. at org.spongepowered.configurate.objectmapping.ObjectMapperFactoryImpl.deserialize(ObjectMapperFactoryImpl.java:204)
  15. at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load0(ObjectMapperImpl.java:64)
  16. at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load(ObjectMapperImpl.java:48)
  17. at org.spongepowered.configurate.objectmapping.ObjectMapperFactoryImpl.deserialize(ObjectMapperFactoryImpl.java:204)
  18. at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load0(ObjectMapperImpl.java:64)
  19. at org.spongepowered.configurate.objectmapping.ObjectMapperImpl.load(ObjectMapperImpl.java:48)
  20. at org.spongepowered.configurate.objectmapping.ObjectMapperFactoryImpl.deserialize(ObjectMapperFactoryImpl.java:204)
  21. at org.spongepowered.configurate.AbstractConfigurationNode.get(AbstractConfigurationNode.java:151)
  22. at org.spongepowered.configurate.ConfigurationNode.get(ConfigurationNode.java:520)
  23. at org.spongepowered.configurate.ConfigurationNode.require(ConfigurationNode.java:407)
  24. at io.papermc.paper.configuration.Configurations.initializeWorldDefaultsConfiguration(Configurations.java:139)
  25. at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:215)
  26. at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1122)
  27. at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:303)
  28. at java.base/java.lang.Thread.run(Thread.java:840)
  29. Suppressed: org.spongepowered.configurate.serialize.SerializationException: [entities, behavior, zombie-villager-infection-chance] of type java.lang.Double: java.lang.NumberFormatException: For input string: "default"
  30. at org.spongepowered.configurate.serialize.NumericSerializers.lambda$static$3(NumericSerializers.java:144)
  31. ... 19 more
  32. Caused by: java.lang.NumberFormatException: For input string: "default"
  33. at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
  34. at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
  35. at java.base/java.lang.Double.parseDouble(Double.java:651)
  36. at org.spongepowered.configurate.serialize.NumericSerializers.lambda$static$3(NumericSerializers.java:142)
  37. ... 19 more
  38. Suppressed: org.spongepowered.configurate.serialize.SerializationException: [environment, nether-ceiling-void-damage-height] of type java.lang.Integer: java.lang.NumberFormatException: For input string: "disabled"
  39. at org.spongepowered.configurate.serialize.NumericSerializers.parseNumber(NumericSerializers.java:346)
  40. at org.spongepowered.configurate.serialize.NumericSerializers.lambda$static$9(NumericSerializers.java:254)
  41. at org.spongepowered.configurate.serialize.FunctionScalarSerializer.deserialize(FunctionScalarSerializer.java:40)
  42. at org.spongepowered.configurate.serialize.ScalarSerializer.deserialize(ScalarSerializer.java:115)
  43. ... 14 more
  44. Caused by: java.lang.NumberFormatException: For input string: "disabled"
  45. at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
  46. at java.base/java.lang.Integer.parseInt(Integer.java:668)
  47. at org.spongepowered.configurate.serialize.NumericSerializers.parseNumber(NumericSerializers.java:344)
  48. ... 17 more
  49. Suppressed: org.spongepowered.configurate.serialize.SerializationException: [fixes, falling-block-height-nerf] of type java.lang.Integer: java.lang.NumberFormatException: For input string: "disabled"
  50. at org.spongepowered.configurate.serialize.NumericSerializers.parseNumber(NumericSerializers.java:346)
  51. at org.spongepowered.configurate.serialize.NumericSerializers.lambda$static$9(NumericSerializers.java:254)
  52. at org.spongepowered.configurate.serialize.FunctionScalarSerializer.deserialize(FunctionScalarSerializer.java:40)
  53. at org.spongepowered.configurate.serialize.ScalarSerializer.deserialize(ScalarSerializer.java:115)
  54. ... 14 more
  55. Suppressed: org.spongepowered.configurate.serialize.SerializationException: [fixes, tnt-entity-height-nerf] of type java.lang.Integer: java.lang.NumberFormatException: For input string: "disabled"
  56. ... 18 more
  57. Caused by: java.lang.NumberFormatException: For input string: "disabled"
  58. at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
  59. at java.base/java.lang.Integer.parseInt(Integer.java:668)
  60. at org.spongepowered.configurate.serialize.NumericSerializers.parseNumber(NumericSerializers.java:344)
  61. ... 17 more
  62. Caused by: java.lang.NumberFormatException: For input string: "disabled"
  63. at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
  64. at java.base/java.lang.Integer.parseInt(Integer.java:668)
  65. at org.spongepowered.configurate.serialize.NumericSerializers.parseNumber(NumericSerializers.java:344)
  66. ... 17 more
  67. Caused by: java.lang.NumberFormatException: For input string: "default"
  68. at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
  69. at java.base/java.lang.Integer.parseInt(Integer.java:668)
  70. at org.spongepowered.configurate.serialize.NumericSerializers.parseNumber(NumericSerializers.java:344)
  71. ... 20 more
  72.  
  73.  
  74. A detailed walkthrough of the error, its code path and all known details is as follows:
  75. ---------------------------------------------------------------------------------------
  76.  
  77. -- System Details --
  78. Details:
  79. Minecraft Version: 1.19
  80. Minecraft Version ID: 1.19
  81. Operating System: Linux (amd64) version 5.15.0-89-generic
  82. Java Version: 17.0.11, Eclipse Adoptium
  83. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
  84. Memory: 2481880056 bytes (2366 MiB) / 2793406464 bytes (2664 MiB) up to 4294967296 bytes (4096 MiB)
  85. CPUs: 4
  86. Processor Vendor: GenuineIntel
  87. Processor Name: Intel(R) Xeon(R) Gold 6348 CPU @ 2.60GHz
  88. Identifier: Intel64 Family 6 Model 106 Stepping 6
  89. Microarchitecture: Ice Lake (Server)
  90. Frequency (GHz): 2.60
  91. Number of physical packages: 2
  92. Number of physical CPUs: 56
  93. Number of logical CPUs: 112
  94. Graphics card #0 name: unknown
  95. Graphics card #0 vendor: unknown
  96. Graphics card #0 VRAM (MB): 0.00
  97. Graphics card #0 deviceId: unknown
  98. Graphics card #0 versionInfo: unknown
  99. Virtual memory max (MB): 573301.06
  100. Virtual memory used (MB): 602802.00
  101. Swap memory total (MB): 65536.00
  102. Swap memory used (MB): 14412.70
  103. JVM Flags: 21 total; -XX:ActiveProcessorCount=4 -Xmx4096M -Xms2662M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
  104. CraftBukkit Information:
  105. Running: Paper version git-Paper-81 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT) true
  106. Plugins: {}
  107. Warnings: DEFAULT
  108. Reload Count: 0
  109. Threads: { RUNNABLE DestroyJavaVM: [], TIMED_WAITING process reaper: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:840)], WAITING Finalizer: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176), [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:172)], RUNNABLE Signal Dispatcher: [], WAITING Paper Async Chunk Urgent Task Thread: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211), com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:97)], RUNNABLE Reference Handler: [[email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method), [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:253), [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)], WAITING Paper Async Chunk Task Thread #0: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211), com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:97)], RUNNABLE Notification Thread: [], WAITING Worker-Main-1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3465), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3436), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1625), [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:840)], RUNNABLE Server thread: [[email protected]/java.lang.Thread.dumpThreads(Native Method), [email protected]/java.lang.Thread.getAllStackTraces(Thread.java:1671), org.bukkit.craftbukkit.v1_19_R1.CraftCrashReport.get(CraftCrashReport.java:33), org.bukkit.craftbukkit.v1_19_R1.CraftCrashReport.get(CraftCrashReport.java:17), net.minecraft.SystemReport.a(SystemReport.java:61), net.minecraft.CrashReport.<init>(CrashReport.java:36), net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1271), net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1212), net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:303), net.minecraft.server.MinecraftServer$$Lambda$4318/0x00007fce1091e1e8.run(Unknown Source), [email protected]/java.lang.Thread.run(Thread.java:840)], TIMED_WAITING Craft Scheduler Thread - 1: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:840)], TIMED_WAITING Craft Scheduler Thread - 3: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:840)], WAITING Log4j2-AsyncAppenderEventDispatcher-1-Async: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506), [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3465), [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3436), [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1625), [email protected]/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420), org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.dispatchAll(AsyncAppenderEventDispatcher.java:71), org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.run(AsyncAppenderEventDispatcher.java:63)], TIMED_WAITING Timer hack thread: [[email protected]/java.lang.Thread.sleep(Native Method), net.minecraft.SystemUtils$7.run(SystemUtils.java:706)], RUNNABLE Attach Listener: [], TIMED_WAITING Craft Scheduler Thread - 2: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:840)], TIMED_WAITING Common-Cleaner: [[email protected]/java.lang.Object.wait(Native Method), [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155), [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140), [email protected]/java.lang.Thread.run(Thread.java:840), [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)], TIMED_WAITING Craft Scheduler Thread - 0: [[email protected]/jdk.internal.misc.Unsafe.park(Native Method), [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252), [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401), [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903), [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061), [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122), [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635), [email protected]/java.lang.Thread.run(Thread.java:840)],}
  110.  
  111. Force Loaded Chunks: {}
  112. Server Running: true
  113. Player Count: 0 / 9999; []
  114. Data Packs: vanilla, file/bukkit (incompatible)
  115. World Generation: ERR
  116. Is Modded: Definitely; Server brand changed to 'Paper'
  117. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement