twoolie / NBT

Python Parser/Writer for the NBT file format, and it's container the RegionFile.
MIT License
361 stars 74 forks source link

[Question, Potential Bug Report]: _render_buffer recursion when trying to modify region files in entities folder #155

Closed ghost closed 1 year ago

twoolie commented 2 years ago

I suspect that you've somehow created a loop in the tag graph, and _render_buffer is chasing down this loop until it hits the recursion limit. I suspect I should add a loop checker to these recursive functions to try and catch situations like these and give more informative error messages.

Is there a region file that I can run your code against?