Closed berengma closed 4 years ago
thanks, looking into
Do you know how it happens by any chance? I fail to reproduce this problem with mv6.
Yes that is a strange issue because it only happens on my server Jungle. I guess it has something to do with the lua version maybe. Someone had a similar issue with my water-life mod: https://github.com/berengma/water_life/pull/20
That never happened on my other servers or my desktop at home. An other thing that ocured on that server Jungle is a crash after running this: https://forum.minetest.net/viewtopic.php?p=372100#p372100
Goto command and ::gotohere:: unknown. That is what makes me think that there is a Lua version problem. But maybe I am totally wrong, being only an amateur X)
How it happens is difficult to say. The server is full of mods and 5yrs running now. I deleted mobs_redo and all mobs from it. Installed mobkit, wildlife, petz, aerotest and water_life. Started and server crashed. After adding the "tonumber" it was fixed and runs until today like that :)
Ok then, so I'm not going to know. Made the change anyway, thanks.
Turns out this could have been an engine bug. https://github.com/minetest/minetest/issues/9841
By the way active_block_range
is not a mapgen setting, there is no reason to use minetest.get_mapgen_setting()
.
By the way
active_block_range
is not a mapgen setting, there is no reason to useminetest.get_mapgen_setting()
.
I think I had to use it for a reason, I'm going to check again.
happens on my server using mapgen V6 solution is trivial :) for example like:
local abr = tonumber(minetest.get_mapgen_setting('active_block_range')) or 1