-
Notifications
You must be signed in to change notification settings - Fork 474
Description
Greetings.
I am experiencing zigzag cropping on adjacent crop sections.
:~/applications/minecraftmap/Minecraft-Overviewer$ ./overviewer.py --config=/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt --processes=1 --forcerender
2020-09-11 15:28:11 Welcome to Minecraft Overviewer version 0.16.4 (91ea874)!
2020-09-11 15:28:11 Forcerender mode activated. ALL tiles will be rendered.
2020-09-11 15:28:11 Generating textures...
2020-09-11 15:28:24 Preprocessing...
2020-09-11 15:28:25 Rendering 2417 total tiles.
98% [================================================================= ] 2392 7.93t/s eta 00h 00m 03s
2020-09-11 15:33:27 Rendering complete!
I've tried playing with --tiles-check and --forcerender to no avail.
Map update behavior options: rerenderprob and renderchecks are giving me "not defined" errors.
:~/applications/minecraftmap/Minecraft-Overviewer$ ./overviewer.py --config=/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt --processes=1
2020-09-11 14:53:51 E NameError parsing '/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt'.
2020-09-11 14:53:51 E The traceback below will tell you which line referenced the non-existent variable.
2020-09-11 14:53:51 E Partial traceback:
Traceback (most recent call last):
File "/home/-redacted-/applications/minecraftmap/Minecraft-Overviewer/overviewer_core/config_parser.py", line 86, in parse
rendermodes.__dict__, self._config_state)
File "/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt", line 25, in <module>
renderchecks: 1,
NameError: name 'renderchecks' is not defined
:~/applications/minecraftmap/Minecraft-Overviewer$ ./overviewer.py --config=/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt --processes=1
2020-09-11 14:54:13 E NameError parsing '/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt'.
2020-09-11 14:54:13 E The traceback below will tell you which line referenced the non-existent variable.
2020-09-11 14:54:13 E Partial traceback:
Traceback (most recent call last):
File "/home/-redacted-/applications/minecraftmap/Minecraft-Overviewer/overviewer_core/config_parser.py", line 86, in parse
rendermodes.__dict__, self._config_state)
File "/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt", line 24, in <module>
rerenderprob: 1.0,
NameError: name 'rerenderprob' is not defined
--check-tiles gives me an excessive amount of tiles ( ~43k) to check/render with a lot of warning items.
results in even more random croppings and tile renders (picture after the code quote).
:~/applications/minecraftmap/Minecraft-Overviewer$ ./overviewer.py --config=/home/-redacted-/applications/minecraftmap/renders/insist-config-light.txt --processes=1 --check-tiles
2020-09-11 15:56:05 Welcome to Minecraft Overviewer version 0.16.4 (91ea874)!
2020-09-11 15:56:05 Checking all tiles for updates manually.
2020-09-11 15:56:05 Generating textures...
2020-09-11 15:56:18 Preprocessing...
2020-09-11 15:56:19 Rendering 43690 total tiles.
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/0/3/0/3/2.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/0/3/0/3/3.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/0/3/2/1/0.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/0/3/2/1/1.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/0/3/2/1/2.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/0/3/3/0/0.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/0/3/3/0/1.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/1/2/2/2/0.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/1/2/2/2/1.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/1/2/2/2/2.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/1/2/2/2/3.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/1/2/2/3/2.png
2020-09-11 15:56:27 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:27 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/1/2/2/3/3.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/0/0.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/0/1.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/0/3.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/1/0.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/1/1.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/1/2.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/1/3.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/2/1.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/2/3.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/3/0.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/3/1.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/3/2.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/0/3/3.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/2/0/1.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/2/0/3.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/2/1/0.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/2/1/1.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/2/1/2.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/2/1/3.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/2/2/1.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/2/3/0.png
2020-09-11 15:56:55 W I found a tile with a more recent modification time than any of its chunks. This can happen when a tile has been modified with an outside program, or by a copy utility that doesn't preserve mtimes. Overviewer uses the filesystem's mtimes to determine which tiles need rendering and which don't, so it's important to preserve the mtimes Overviewer sets. Please see our FAQ page on docs.overviewer.org or ask us in IRC for more information.
2020-09-11 15:56:55 W Tile was: /home/-redacted-/applications/minecraftmap/renders/insist_light/normalrendernw/2/1/3/0/2/3/1.png
100% [==========================================================] 43690.0 1210.32t/s Time: 00h 00m 36s
2020-09-11 15:56:55 Rendering complete!
2020-09-11 15:56:55 Your render has been written to '/home/-redacted-/applications/minecraftmap/renders/insist_light', open index.html to view it.
--forcerender reverts everything back to the first image.
Any suggestions very much appreciated.
render config file attached:
insist-config-light.txt
minor: can't get multi-thread to word, crashes everytime, forced to use --processes=1