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

[ChunkFullTask] Expected poi chunk to be loaded with chunk for task ChunkProgressionTask #136

Open
JanReich opened this issue Sep 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@JanReich
Copy link

JanReich commented Sep 9, 2024

This exception happened while loading my island from SSB2 with SlimeWorlds enabled after restarting the server

[18:59:42 INFO]: JanX_X issued server command: /island
[18:59:49 ERROR]: [ChunkFullTask] Expected poi chunk to be loaded with chunk for task ChunkProgressionTask{class: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkFullTask, for world: island_5455aa8b-26c4-4c06-8e79-d91fabcd232c_normal, chunk: (-11,-12), hashcode: 1872150041, priority: COMPLETING, status: minecraft:full, scheduled: true}
[18:59:49 ERROR]: [ChunkFullTask] Expected poi chunk to be loaded with chunk for task ChunkProgressionTask{class: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkFullTask, for world: island_5455aa8b-26c4-4c06-8e79-d91fabcd232c_normal, chunk: (-12,11), hashcode: 363473567, priority: COMPLETING, status: minecraft:full, scheduled: true}
[18:59:49 ERROR]: [ChunkFullTask] Expected poi chunk to be loaded with chunk for task ChunkProgressionTask{class: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkFullTask, for world: island_5455aa8b-26c4-4c06-8e79-d91fabcd232c_normal, chunk: (-12,-11), hashcode: 1385912716, priority: COMPLETING, status: minecraft:full, scheduled: true}
...

@JanReich JanReich added the bug Something isn't working label Sep 9, 2024
@kyngs
Copy link
Member

kyngs commented Dec 13, 2024

@JanReich Hi,
Can you please replicate this on the latest version?
Even if this is still happening, it should only be a warning. Or does it actually have any effect?

@Happy-FZM
Copy link

Happy-FZM commented Dec 18, 2024

@JanReich Hi, Can you please replicate this on the latest version? Even if this is still happening, it should only be a warning. Or does it actually have any effect?

Hi, there is a probability of this warning appearing when starting the server or create a new world in the latest build.
But, some conditions that triggered this warning in previous versions seem to have been fixed.
Due to a lack of extensive testing it is difficult to determine what impact it will have on the server.

Server Start Logs:

[20:30:15 INFO]: Preparing level "world"
[20:30:15 INFO]: Preparing start region for dimension minecraft:overworld
[20:30:15 INFO]: [MCTypeRegistry] Initialising converters for DataConverter...
[20:30:15 INFO]: Preparing spawn area: 0%
[20:30:16 INFO]: [MCTypeRegistry] Finished initialising converters for DataConverter in 356.8ms
[20:30:16 INFO]: Preparing spawn area: 0%
[20:30:16 INFO]: Time elapsed: 988 ms
[20:30:16 INFO]: Preparing start region for dimension minecraft:the_nether
[20:30:16 INFO]: Preparing spawn area: 0%
[20:30:16 ERROR]: [ChunkFullTask] Expected poi chunk to be loaded with chunk for task ChunkProgressionTask{class: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkFullTask, for world: world_nether, chunk: (0,2), hashcode: 1584200010, priority: COMPLETING, status: minecraft:full, scheduled: true}
[20:30:16 INFO]: Time elapsed: 92 ms
[20:30:16 INFO]: Preparing start region for dimension minecraft:the_end
[20:30:16 INFO]: Preparing spawn area: 0%
[20:30:16 INFO]: Time elapsed: 99 ms

Create Worlds Logs:

[20:49:27 INFO]: Happy_FZM issued server command: /swm create test9 file
[20:49:27 INFO]: [AdvancedSlimePaper] Saving unloaded world test9...
[20:49:27 INFO]: [AdvancedSlimePaper] World test9 serialized in 1ms and saved in 0ms.
[20:49:27 INFO]: [AdvancedSlimePaper] Loading world test9...
[20:49:27 INFO]: [AdvancedSlimePaper] World test9 loaded in 23ms.
[20:49:30 INFO]: Happy_FZM issued server command: /swm create test10 file
[20:49:30 INFO]: [AdvancedSlimePaper] Saving unloaded world test10...
[20:49:30 INFO]: [AdvancedSlimePaper] World test10 serialized in 0ms and saved in 0ms.
[20:49:30 INFO]: [AdvancedSlimePaper] Loading world test10...
[20:49:30 INFO]: [AdvancedSlimePaper] World test10 loaded in 25ms.
[20:49:30 ERROR]: [ChunkFullTask] Expected poi chunk to be loaded with chunk for task ChunkProgressionTask{class: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkFullTask, for world: test10, chunk: (0,-1), hashcode: 249431829, priority: COMPLETING, status: minecraft:full, scheduled: true}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants