You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set replace-ocean-biomes to true, I launch the server. After the server is loaded successfully. As soon as a player joins in the server, it kicked him, and get the error both on client and server-console.
P.S: I used the CavesAndCliffsPreview.zip datapack which is pfficially offered by Mojang Studio. Additional, I am also using a datapack which is called MINECRAFT BUT IT IS RAINING CHESTS WITH RANDOM LOOT.
This is Error from client
And below is the server-console's error
[04:13:04] [Server thread/INFO]: §a[UhcCore]§r Players are now allowed to join
[04:13:17] [User Authenticator #1/INFO]: UUID of player L_inkOO is d71f91fa-c275-4ae2-a39e-482b0f8e9c7f
[04:13:18] [Server thread/INFO]: L_inkOO[/183.221.76.132:1839] logged in with entity id 940 at ([world]240.5, 65.0, -239.5)
[04:13:18] [Server thread/INFO]: L_inkOO has made the advancement [Isn't It Iron Pick]
[04:13:18] [Server thread/INFO]: L_inkOO has made the advancement [Kingcraft UHC]
[04:13:18] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.MinecraftKey.getNamespace()" because "minecraft" is null
at org.bukkit.craftbukkit.v1_17_R1.util.CraftNamespacedKey.fromMinecraft(CraftNamespacedKey.java:24) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.biomeBaseToBiome(CraftBlock.java:507) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at org.bukkit.craftbukkit.v1_17_R1.CraftWorld.getBiome(CraftWorld.java:953) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getBiome(CraftBlock.java:494) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at com.gmail.val59000mc.maploader.BiomeTypePopulator.populate(BiomeTypePopulator.java:20) ~[?:?]
at net.minecraft.world.level.chunk.Chunk.loadCallback(Chunk.java:603) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.PlayerChunk.lambda$16(PlayerChunk.java:484) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.PlayerChunkMap$CallbackExecutor.run(PlayerChunkMap.java:149) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:617) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.ChunkProviderServer.runTasks(ChunkProviderServer.java:322) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1134) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.MinecraftServer.executeNext(MinecraftServer.java:1118) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.util.thread.IAsyncTaskHandler.executeAll(SourceFile:110) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.MinecraftServer.sleepForTick(MinecraftServer.java:1101) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1031) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at java.lang.Thread.run(Thread.java:831) [?:?]
[04:13:19] [Server thread/ERROR]: This crash report has been saved to: C:\Program Files\Minecraft_Server\UHC\.\crash-reports\crash-2021-06-27_04.13.19-server.txt
[04:13:19] [Server thread/INFO]: Stopping server
[04:13:19] [Server thread/INFO]: [UhcCore] Disabling UhcCore v1.19.4
[04:13:19] [Server thread/INFO]: [UhcCore] Plugin disabled
[04:13:19] [Server thread/INFO]: Saving players
[04:13:19] [Server thread/INFO]: L_inkOO lost connection: Server closed
[04:13:19] [Server thread/INFO]: L_inkOO left the game
[04:13:19] [Server thread/INFO]: Saving worlds
[04:13:19] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[04:13:20] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[04:13:20] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[04:13:20] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[04:13:20] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[04:13:21] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[04:13:21] [Server thread/INFO]: Saving chunks for level 'ServerLevel[631bdeed-a9a8-4dc1-b4b7-2e40e0392db2]'/minecraft:631bdeed-a9a8-4dc1-b4b7-2e40e0392db2
[04:13:21] [Server thread/ERROR]: Exception stopping the server
java.lang.NullPointerException: Cannot invoke "net.minecraft.resources.MinecraftKey.getNamespace()" because "minecraft" is null
at org.bukkit.craftbukkit.v1_17_R1.util.CraftNamespacedKey.fromMinecraft(CraftNamespacedKey.java:24) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.biomeBaseToBiome(CraftBlock.java:507) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at org.bukkit.craftbukkit.v1_17_R1.CraftWorld.getBiome(CraftWorld.java:953) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getBiome(CraftBlock.java:494) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at com.gmail.val59000mc.maploader.BiomeTypePopulator.populate(BiomeTypePopulator.java:20) ~[?:?]
at net.minecraft.world.level.chunk.Chunk.loadCallback(Chunk.java:603) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.PlayerChunk.lambda$16(PlayerChunk.java:484) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.PlayerChunkMap$CallbackExecutor.run(PlayerChunkMap.java:149) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:617) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.util.thread.IAsyncTaskHandler.awaitTasks(SourceFile:134) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.PlayerChunkMap.lambda$8(PlayerChunkMap.java:400) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?]
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?]
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?]
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?]
at net.minecraft.server.level.PlayerChunkMap.save(PlayerChunkMap.java:406) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.ChunkProviderServer.save(ChunkProviderServer.java:355) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.level.WorldServer.save(WorldServer.java:876) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.MinecraftServer.saveChunks(MinecraftServer.java:853) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:920) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.dedicated.DedicatedServer.stop(DedicatedServer.java:731) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1071) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at java.lang.Thread.run(Thread.java:831) [?:?]
[04:13:21] [IO-Worker-11/ERROR]: Cound not schedule mailbox
java.util.concurrent.RejectedExecutionException: Task IOWorker-chunk 2 false rejected from java.util.concurrent.ThreadPoolExecutor@431168e[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 41644]
at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2057) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:827) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1357) ~[?:?]
at net.minecraft.util.thread.ThreadedMailbox.g(SourceFile:120) [spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102) [spigot-1.17.jar:3159-Spigot-f773da8-887bc05]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
at java.lang.Thread.run(Thread.java:831) [?:?]
When I set
replace-ocean-biomes
totrue
, I launch the server. After the server is loaded successfully. As soon as a player joins in the server, it kicked him, and get the error both on client and server-console.P.S: I used the CavesAndCliffsPreview.zip datapack which is pfficially offered by Mojang Studio. Additional, I am also using a datapack which is called MINECRAFT BUT IT IS RAINING CHESTS WITH RANDOM LOOT.
This is Error from client
And below is the server-console's error
Server-side crash-report
The text was updated successfully, but these errors were encountered: