-
Notifications
You must be signed in to change notification settings - Fork 10
Woldmap glitches #503
Comments
Knew bugYes, this is a knew bug. The occuration of this bug is only when we're doing a manually reboot/merge, and yes, it's often morning or evening :) (when admin and devs are available) This bug has been explained many times, but you can't know this, for the moment :) The explanationWell, it's because of our worldmapper, mtsatellite. The mtseeder goal is to generate tiles, until the mtseeder isn't done the mtwebmapper can't displayed all levels of tiles. The problem is : the mtseeder duration is approximativly 15minutes, the server daily reboot is slow because of this, because we wait the entire mtseeder tiles before starting again all servers. When we reboot manually the server, the mtseeder can't generate all tiles, so the worldmap is displayed in a bugged way. MTSatelliteTo understand better the way MTSatellite works, you can have a look at the project on Bitbucket : https://bitbucket.org/s_l_teichmann/mtsatellite I also opened this : https://bitbucket.org/s_l_teichmann/mtsatellite/issues/19/mtseeder-is-really-slow |
Why do you run mtseeder at every reboot? |
@s-l-teichmann |
To fix the glitch by re-running mtseeder should not be the solution. Looking at the image i would guess that the colors.txt is out of sync: Some tiles are This may relate to your autocolor generator. You only need to update the colors.txt when you install/remove/updates mods. Blind guess: you re-generate colors.txt every reboot, too? (This also should not be necessary). |
mtseeder seems to be needed only once, no need at each reboot/start. We will test it. Linked to MinetestForFun/server-minetestforfun#503 (comment)
Yes, we regenerate the color.txt at each reboot, it's a really fast operation, less than 10sec needed to recreate the file, so no need to do it manually at each mod textures modification well, im tweaking our scripts to let mtcolormapper the time to done its job |
How ever this glitch should not happen. I would search for races between the re-gen of the colors.txt and mapping itself. |
Let automappercolors.py the time to done the colors.txt file Linked to MinetestForFun/server-minetestforfun#503 (comment)
Let automappercolors.py the time to done the colors.txt file Linked to MinetestForFun/server-minetestforfun#503 (comment)
Let automappercolors.py the time to done the colors.txt file Linked to MinetestForFun/server-minetestforfun#503 (comment)
Ok done, to be sure the autocolormapper isn't a problem anymore i let him 30sec to done its work, i will reduce this time after some tests and if the gitch isn't anymore here. EDIT : New scripts merged to the server |
Fixed, works like a charm! Thanks to everyone |
Often the worldmap is fully of glitches, as on the picture :
This bug seems to exist only at evening/night. So i guess this is a buffer overflow (or similar). The server is rebooted at morning, the buffer/cache is filling up during the day and at random time on evening/night the buffer/cache overflows.
The text was updated successfully, but these errors were encountered: