Open Slakinator opened 1 year ago
It seems the shared memory acceleration is not working correctly on your machine.
You could try to turn off shared memory acceleration by setting enable_cache
to false in conf.yaml
.
Also, can you offer your machine specifications (including the python and OS version) so I can try to reproduce and analyze the problem?
It seems the shared memory acceleration is not working correctly on your machine. You could try to turn off shared memory acceleration by setting
enable_cache
to false inconf.yaml
.Also, can you offer your machine specifications (including the python and OS version) so I can try to reproduce and analyze the problem?
Omfg so this is a massive problem. For whatever reason, trying to run this after changing that conf file literally filled the entire rest of my m.2 drive. I waited a few hours and it said it was out of space, so I went in to check the folder and it was 289GB??? Something must have seriously broken here, what it made was not even useable.
I suppose now I can tell you my OS version is Win 10 64-bit (build 19045) and that the python used for this is 3.10.11 My PC is running 64GB RAM, a newly installed Gigabyte 4070, and an intel 12600k CPU
Omfg so this is a massive problem. For whatever reason, trying to run this after changing that conf file literally filled the entire rest of my m.2 drive. I waited a few hours and it said it was out of space, so I went in to check the folder and it was 289GB??? Something must have seriously broken here, what it made was not even useable.
You do need more storage for isometric map output. For game version 41, it will take around 450GB. You can check the Requirement section on the project README.md.
Storage: The full output size of isometric map for game version 41.78 is around 450GB (or 2.5TB with lossless png format) and consists of 4M files.
Alternatively, you could run run_top_view_only.bat
for a top view only map to reduce the space and time usage.
Wow that is a lot of space, and I'm sorry for not catching that. Unfortunately, top view seems to not work even when downloaded properly. I'm getting a blank black nothingness with no options showing up under the layers tab and it appears to be non functional on both firefox and chrome. Unsure why.
Wow that is a lot of space, and I'm sorry for not catching that. Unfortunately, top view seems to not work even when downloaded properly. I'm getting a blank black nothingness with no options showing up under the layers tab and it appears to be non functional on both firefox and chrome. Unsure why.
Thank you for the feedback. I just located and fixed an issue preventing the UI from working when only top-view data exists.
You can update to the latest code and redo the rendering. Or you can overwrite the pzmap.js
in your output with the new html/pzmap.js
Well would you look at that, it works on my end. And no problem, glad I can help you out!
VERY confused with what is happening here, trying my best to fix this issue but found no help. Any ideas?