Time Nick Message 06:12 ecraven- is there any way to play split-screen with multiple players? 07:23 sfan5 nope 08:12 shrikant Hello, are there automated testing frameworks for minetest? Like custom minetest client that can be programmed to test or something else/ 09:44 MTDiscord Yes, https://github.com/S-S-X/mineunit 10:40 shrikant Niklp, nice, thanks! 15:48 bdju just logged on to my minetest server after a long break (and updating things) and I have unknown nodes / items all over. a ton of the ground and trees are just unknown nodes now. is there anything I can do to fix it? like figure out the mod and if I can restore stuff 15:49 Desour look into debug.txt 15:49 Desour maybe some mods were not loaded 15:58 bdju ERROR[Server]: Item "ethereal:bamboo_dirt" not defined at position 15:58 bdju could this be related? 15:58 Desour yes 15:59 Desour you can also try /mods in-game to see whether the etheral mod was loaded 15:59 Desour but you should get warnings and error messages anyway 16:00 bdju I see some things in the server debug log about missing dependencies like mesecons_gamecompat 16:00 bdju ethereal is not in the /mods list 16:02 bdju I have ethereal in the server mods dir. not sure why it's not loaded 16:07 muurkha maybe it had an error? 16:07 muurkha or you just don't have it enabled for that game 16:07 muurkha that world 16:07 bdju I have been downloading/updating my mods on the server with git clone/pull 16:08 bdju do mods need to be enabled on the server also? where is that done? 16:08 Desour in the world's world.mt 16:08 Desour or so 16:12 bdju I went around hitting stuff and saw it prints to the server console. etheral and homedecor are the most noticeable missing things but there's likely more 16:14 bdju aha I see a bunch of = false in world.mt. thanks. will give that a go 16:14 bdju how do I stop the server? is there a command or do I just C-c it? 16:17 bdju now there's a crash from the basic_materials init.lua file on server start 16:17 muurkha aw 16:18 bdju updated mods and now the crash is from big_webs hmmm 16:18 bdju disabled that and now df_caverns ice_sprites is the problem there's something major going on I guess 16:19 bdju looks like my server is on 5.5.0. could that be the problem? 16:22 bdju since I am taking the mods from git, maybe they're doing things that only work in a newer minetest versin 16:22 bdju s/sin/sion 16:25 bdju going in circles here. updated minetestserver version. saw new df_ things in world.mt, enabled them, now basic_materials is the thing flipping out again 16:26 MTDiscord Did you get the submodule? 16:27 bdju oh maybe not. can I do that with a pull or only a clone? 16:30 bdju working on it now 16:31 bdju no crash now! thank you for the hint Jonathon 16:34 bdju now my server crashes when I join due to simple_skins. maybe I'll just disable that 16:37 bdju okay all the missing stuff is back. thanks again for the help