Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"java.lang.IllegalStateException: Expected null ref count when queue does not exist" when teleporting #746

Open
1264175987 opened this issue Jan 11, 2025 · 1 comment
Labels
platform: folia This issue is specific to Folia status: needs testing This needs video proof and testing

Comments

@1264175987
Copy link

A player stucked in server after he use warplist and then he teleport to a warp

• Plugin Version: v4.8.3
• Server Version: Luminol/1.21.1-DEV-dacd3c5 (MC: 1.21.1)
• Language: zh-cn
• Minecraft Version: 1.21.1-R0.1-SNAPSHOT
• Java Version: 21.0.2
• Java Vendor: Azul Systems, Inc.
• Server Name: s1
• Database Type: MySQL
• Is Database Local: Yes
• Using Redis Sentinel: No
• Using Redis Password: Yes
• Redis Using Ssl: Yes
• Is Redis Local: Yes
• Loaded Hooks:
• Loaded Importers:

[Region Scheduler Thread #7/WARN]: [HuskHomes] Entity task for HuskHomes v4.8.3 generated an exception
java.lang.IllegalStateException: Expected null ref count when queue does not exist
at io.papermc.paper.threadedregions.RegionizedTaskQueue$PrioritisedQueue$ChunkBasedPriorityTask.queue(RegionizedTaskQueue.java:715) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at io.papermc.paper.threadedregions.RegionizedTaskQueue.queueChunkTask(RegionizedTaskQueue.java:54) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.scheduleChunkTask(ChunkTaskScheduler.java:860) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.ChunkTaskScheduler.scheduleChunkLoad(ChunkTaskScheduler.java:582) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at net.minecraft.server.level.ServerLevel.moonrise$loadChunksAsync(ServerLevel.java:472) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at net.minecraft.server.level.ServerLevel.moonrise$loadChunksAsync(ServerLevel.java:433) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at net.minecraft.server.level.ServerLevel.loadChunksForMoveAsync(ServerLevel.java:315) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at net.minecraft.world.entity.Entity.placeInAsync(Entity.java:4040) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at net.minecraft.world.entity.Entity.teleportAsync(Entity.java:4210) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at org.bukkit.craftbukkit.entity.CraftEntity.lambda$teleportAsync$2(CraftEntity.java:1076) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at org.bukkit.craftbukkit.entity.CraftEntity.teleportAsync(CraftEntity.java:1091) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at org.bukkit.entity.Entity.teleportAsync(Entity.java:213) ~[paper-mojangapi-1.21.1-R0.1-SNAPSHOT.jar:?]
at HuskHomes-Paper-4.8.3.jar/net.william278.huskhomes.libraries.paperlib.features.asyncteleport.AsyncTeleportPaper_13.teleportAsync(AsyncTeleportPaper_13.java:13) ~[HuskHomes-Paper-4.8.3.jar:?]
at HuskHomes-Paper-4.8.3.jar/net.william278.huskhomes.libraries.paperlib.environments.Environment.teleport(Environment.java:122) ~[HuskHomes-Paper-4.8.3.jar:?]
at HuskHomes-Paper-4.8.3.jar/net.william278.huskhomes.libraries.paperlib.PaperLib.teleportAsync(PaperLib.java:95) ~[HuskHomes-Paper-4.8.3.jar:?]
at HuskHomes-Paper-4.8.3.jar/net.william278.huskhomes.user.BukkitUser.lambda$teleportLocally$3(BukkitUser.java:125) ~[HuskHomes-Paper-4.8.3.jar:?]
at HuskHomes-Paper-4.8.3.jar/net.william278.huskhomes.libraries.paperlib.scheduling.EntitySpecificScheduler.lambda$run$0(EntitySpecificScheduler.java:42) ~[HuskHomes-Paper-4.8.3.jar:?]
at io.papermc.paper.threadedregions.scheduler.FoliaEntityScheduler$EntityScheduledTask.accept(FoliaEntityScheduler.java:168) ~[luminol-1.21.1.jar:?]
at io.papermc.paper.threadedregions.scheduler.FoliaEntityScheduler$EntityScheduledTask.accept(FoliaEntityScheduler.java:115) ~[luminol-1.21.1.jar:?]
at io.papermc.paper.threadedregions.EntityScheduler.executeTick(EntityScheduler.java:181) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1711) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:407) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:459) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:546) ~[luminol-1.21.1.jar:1.21.1-DEV-dacd3c5]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]

@WiIIiam278 WiIIiam278 added the status: needs testing This needs video proof and testing label Jan 17, 2025
@WiIIiam278 WiIIiam278 changed the title Player Stuck "java.lang.IllegalStateException: Expected null ref count when queue does not exist" when teleporting Jan 17, 2025
@zhjc2021
Copy link

another issue in same server
Image

2025-01-28-1.log.gz

@WiIIiam278 WiIIiam278 added the platform: folia This issue is specific to Folia label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: folia This issue is specific to Folia status: needs testing This needs video proof and testing
Projects
None yet
Development

No branches or pull requests

3 participants