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

Missing field named 'sections' (or of wrong type) #37

Open
para-dise opened this issue Feb 18, 2024 · 0 comments
Open

Missing field named 'sections' (or of wrong type) #37

para-dise opened this issue Feb 18, 2024 · 0 comments

Comments

@para-dise
Copy link

Hephaistos seems to throw Missing field named 'sections' (or of wrong type)

org.jglrxavpok.hephaistos.mca.AnvilException: Missing field named 'sections' (or of wrong type)
        at org.jglrxavpok.hephaistos.mca.AnvilException$Companion.missing(AnvilException.kt:15)
        at org.jglrxavpok.hephaistos.mca.readers.ChunkReader.getSections(ChunkReader.kt:57)
        at org.jglrxavpok.hephaistos.mca.readers.ChunkReader.getYRange(ChunkReader.kt:85)
        at net.minestom.server.instance.AnvilLoader.loadMCA(AnvilLoader.java:105)
        at net.minestom.server.instance.AnvilLoader.loadChunk(AnvilLoader.java:86)
        at net.minestom.server.instance.InstanceContainer.lambda$retrieveChunk$6(InstanceContainer.java:294)
        at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
        at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)
        at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
        at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
        at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
        at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
        at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

Whenever an ItemEntity from Minestom is spawned in my world for the first time.
Here's the world for reference: san_andreas.zip

The world is correctly loaded in vanilla and has also been upgraded using the Minecraft builtin tools, but Hephaistos still seems to error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant