DragonDev1906 / Minecraft-Overviewer

Render high-resolution maps of a Minecraft world with a Leaflet powered interface
https://overviewer.org/
GNU General Public License v3.0
2 stars 0 forks source link

Bug: Memory access violation #26

Closed Tirpitz93 closed 4 years ago

Tirpitz93 commented 4 years ago

Currently the new renderer causes an issue when running with a list of all blocks. Generate tileset (-g) option works as expected. I suspect its to do with multiprocessing and shared access to some resource or similar. console output: https://gist.github.com/Tirpitz93/1dbf6b59fe77de9c80bd0c3d80945b28

Possibly use copy/deepcopy to ensure objects are valid while closing file handles.

Tirpitz93 commented 4 years ago

Fixed in b7e2a7c1b40b70829d34620f14fdf5035eaa94f3 was caused by resizing textures passed to C code without letting C know that it had changed.