Recent Discussions
Chunks being reset and server console spamming Ignoring heightmap data for chunk [186, 12], size doe
Unanswered
Yacare Caiman posted this in #questions
13 messages
0 views
Yacare CaimanOP
The title pretty much says it all but im having all chunks reset when loaded in entities are still there and arent changed but all placed blocks are gone and the console is being spammed with messages like this
Ignoring heightmap data for chunk [186, 12], size does not match; expected: 52, got: 37
i have a datapack that increases the world height to 2032 which could be the cause but it hasnt bappened before this
Ignoring heightmap data for chunk [186, 12], size does not match; expected: 52, got: 37
i have a datapack that increases the world height to 2032 which could be the cause but it hasnt bappened before this
Yacare CaimanOP
ailed to parse chunk data for task: GenericDataLoadTask{class: ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkLoadTask$ChunkDataLoadTask, world: world, chunk: (-1,-4), hashcode: 2117359351, priority: NORMAL, type: CHUNK_DATA}, chunk data will be lost
java.lang.ArrayIndexOutOfBoundsException: Index 24 out of bounds for length 24
at net.minecraft.world.level.chunk.ChunkAccess.getOrCreateOffsetList(ChunkAccess.java:461) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at net.minecraft.world.level.chunk.ChunkAccess.addPackedPostProcess(ChunkAccess.java:380) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at net.minecraft.world.level.chunk.storage.SerializableChunkData.read(SerializableChunkData.java:450) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkLoadTask$ChunkDataLoadTask.runOffMain(ChunkLoadTask.java:355) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.GenericDataLoadTask$ProcessOffMainTask.run(GenericDataLoadTask.java:311) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:281) ~[concurrentutil-0.0.3.jar:?]
at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:101) ~[concurrentutil-0.0.3.jar:?]
at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$ExecutorGroup$ThreadPoolExecutor.executeTask(PrioritisedThreadPool.java:533) ~[concurrentutil-0.0.3.jar:?]
at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:354) ~[concurrentutil-0.0.3.jar:?]
at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.doRun(PrioritisedQueueExecutorThread.java:60) ~[concurrentutil-0.0.3.jar:?]
at
also noticed this in the console when restarting the server
java.lang.ArrayIndexOutOfBoundsException: Index 24 out of bounds for length 24
at net.minecraft.world.level.chunk.ChunkAccess.getOrCreateOffsetList(ChunkAccess.java:461) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at net.minecraft.world.level.chunk.ChunkAccess.addPackedPostProcess(ChunkAccess.java:380) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at net.minecraft.world.level.chunk.storage.SerializableChunkData.read(SerializableChunkData.java:450) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.ChunkLoadTask$ChunkDataLoadTask.runOffMain(ChunkLoadTask.java:355) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at ca.spottedleaf.moonrise.patches.chunk_system.scheduling.task.GenericDataLoadTask$ProcessOffMainTask.run(GenericDataLoadTask.java:311) ~[paper-1.21.4.jar:1.21.4-138-5395ae3]
at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue$PrioritisedQueuedTask.execute(PrioritisedTaskQueue.java:281) ~[concurrentutil-0.0.3.jar:?]
at ca.spottedleaf.concurrentutil.executor.queue.PrioritisedTaskQueue.executeTask(PrioritisedTaskQueue.java:101) ~[concurrentutil-0.0.3.jar:?]
at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$ExecutorGroup$ThreadPoolExecutor.executeTask(PrioritisedThreadPool.java:533) ~[concurrentutil-0.0.3.jar:?]
at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:354) ~[concurrentutil-0.0.3.jar:?]
at ca.spottedleaf.concurrentutil.executor.thread.PrioritisedQueueExecutorThread.doRun(PrioritisedQueueExecutorThread.java:60) ~[concurrentutil-0.0.3.jar:?]
at
also noticed this in the console when restarting the server
Yacare CaimanOP
Yacare CaimanOP
ive checked with mca selector and the chunks are still there + ive taken a backup to stop any further damage being done
could i maybe use mca selector to fix the chunks
could i maybe use mca selector to fix the chunks
@Yacare Caiman ive checked with mca selector and the chunks are still there + ive taken a backup to stop any further damage being done
could i maybe use mca selector to fix the chunks
could i maybe use mca selector to fix the chunks
Bichon Frisé
You can delete the chunks with MCA selector, and regenerate them either manually or with chunky
Don't know if that would fix the issue, but it's something you can do
Yacare CaimanOP
ive managed to fix the chunks by using --forceupdate when starting the server
Bichon Frisé
Kk
If you remove that flag, does it happen again?
If not, you can remove that flag, ig
Lol
@Yacare Caiman ive managed to fix the chunks by using --forceupdate when starting the server
Bichon Frisé
Sounds like your issue has been solved, at this point
Yacare CaimanOP
yes ive managede to fix it for now
Loading...
Loading...