-
Notifications
You must be signed in to change notification settings - Fork 42
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
Given NBT stream does not start with a TAG_Compound #91
Comments
Probably related, I'm seeing odd version 9 subchunks as of Manually parsing the data it appears to be where the paletteAndFlag usually are, there are two empty bytes followed by a single nbt. I made a gist trying to show the data I have, compared to a valid subchunk that's at the very next subchunk_index https://gist.github.com/wraithgar/a01b99ee7433a9c8a359069952f2147e |
+1 with newest Bedrock - I don't this is specifically realm related, perhaps a change in data structure for all bedrock maps? |
I use bedrock dedicated server and see this. I should poke my world and find what NBT is causing this. |
+1 for the newest Bedrock, and I'm not using a realm. Ran into this after freshly cloning and compiling with the instructions for linux-x64. |
My own testing seems to corroborate @TapeWerm's observation that all the affected chunks contain barrels. |
I should emphasize it could be a complete coincidence, there are chunks that also have barrels that rendered just fine. Amulet Editor loaded the chunks Papyrus CS failed to, and I haven't read my world's leveldb files. |
If I wrap a
in https://github.com/papyrus-mc/papyruscs/blob/master/Maploader/World/World.cs the map comes out fine. Heavy emphasis on I am not remotely familiar with the codebase, I would be shocked if that is a proper fix without introducing regressions. Edit:
Edit 2: Might be safer to just return than continue to the next loop iteration given the file reader. |
* Fix furnace, lit furnace to use top texture * Fix issues when bitsPerBlock == 0 (#91) * Fix y-level ranges * Update textures to 1.18 * Fix issues with render size * Various fixes * Improve candle rendering * Improve grindstone rendering * Improve lever rendering * Improve sign/banner rendering * Improve repeater/comparator rendering * Improve string rendering It looks like in the game it is scaled down more, so this is the best we can do. * Improve bell rendering * Fix lectern rotation * Fix loom rotation * Fix some comments * Fix cocoa beans * Fix bamboo
Has anyone else seen this issue with backup downloaded from a realm?
8188 of 47821 Chunks render @ 244.8 cps Error in CreateChunkAndRenderBlock: Given NBT stream does not start with a TAG_Compound
When I download from a Bedrock Realm running 1.17.34 I see this about 20 times, then there are chunks in the map that show as black. Usually it's ones where there is a lot of player constructed objects at multiple Y levels.
The text was updated successfully, but these errors were encountered: