LunaPixelStudios / Better-MC

https://lunapixel.studio/discord
https://lunapixel.studio/discord
83 stars 15 forks source link

Tried to read NBT tag with too high complexity, depth > 512 [level.at] #1643

Closed 570b94b0b898524bfeed84cf639316cb closed 3 months ago

570b94b0b898524bfeed84cf639316cb commented 5 months ago

Describe the Bug

Running game in single player mode. Tried to load saved world. Game crashed while reading world data.

Exception reading XXX\minecraft\Instances\Better MC [FORGE] - BMC3\saves\Test2\level.dat
        java.lang.RuntimeException: Tried to read NBT tag with too high complexity, depth > 512

latest_cleaned.log (I already tried to run https://github.com/Lukrecjaaa/nbtmcafix, but it looks like it is only working on playerdata and entities and not the level.dat)

Reproduction Steps

Last things done: fishing, trading with villagers, leveling villagers. Not sure if the bug is reproducible.

Screenshots and Videos

No response

Crash Report or Log

https://github.com/LunaPixelStudios/Better-MC/files/15137777/latest_cleaned.log

Operating System

Windows 10

Minecraft Version

1.19

Modloader

Forge

Modpack Version

v20

Other Mods

No response

muon-rw commented 5 months ago

This looks like the bug between Citadel and Terrablender that causes recursive nesting overworld Surface Rules. I would have to see the level.dat to be sure.

See https://github.com/LunaPixelStudios/Better-MC/issues/1415#issuecomment-1743944136 for how to fix it, you can use a program like NBTStudio for that.

Just to make sure, did you start this world on a version before v19?

570b94b0b898524bfeed84cf639316cb commented 5 months ago

Thank you for the fast response.

This looks like the bug between Citadel and Terrablender that causes recursive nesting overworld Surface Rules. I would have to see the level.dat to be sure.

level.dat.zip

See https://github.com/LunaPixelStudios/Better-MC/issues/1415#issuecomment-1743944136 for how to fix it, you can use a program like NBTStudio for that.

I'll test this tomorrow. Thanks

Just to make sure, did you start this world on a version before v19?

The world was generated on a Better MC version prior to 19, Minecraft version was always 1.19.x

github-actions[bot] commented 4 months ago

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.