Time Nick Message 07:38 gh00p Greetings. It was suggested that I post this here. After an unexpected shutdown of the game (sudden power off), I can't seem to load this one world. It appears to be a problem with map.sqlite, because I've tried copying that map overtop other working worlds. This happens in version 5.1 on Android and 5.2 on macOS. The end of my debug.txt is here: http://sprunge.us/hszvG9 07:39 cheapie I still don't think it's necessarily a problem with the map itself (or at least not a corrupt map?) but somehow an engine issue that's somehow affecting that one world, judging by that last log entry. 10:09 PGimeno the EnvArgsEnd line looks more interesting to me 10:10 PGimeno that speaks of a possibly corrupt map 10:10 PGimeno gh00p: what OS? and how large is the world? 10:12 PGimeno I mean the server 10:16 PGimeno "Server shutting down" comes before the fatal error, so I think the problem happened earlier, and that fatal error is just a consequence of not being able of completing initialization 10:16 sfan5 deleting env_meta.txt *should* help here but from the description it sounds like gh00p already tried that 10:19 PGimeno I've just read http://irc.minetest.net/minetest/2020-05-25 , it looks like a conversation was already ongoing there 10:20 PGimeno it's probably a better place so I'll join #minetest to continue there 13:42 sfan5 merging game#2686 in 10m 13:42 ShadowBot https://github.com/minetest/minetest_game/issues/2686 -- Add node particles when leafdecay removes a node by sfan5 14:07 ANAND #9926 has been updated to fix the same issue, but in devtest instead. Still works. 14:07 ShadowBot https://github.com/minetest/minetest/issues/9926 -- minimal: Fix assertion failure when player HP == 3 by ClobberXD 14:08 ANAND I should edit the PR title and commit message though, lol 17:03 PGimeno src/client/mapblock_mesh.cpp:926:6: warning: ‘waving’ may be used uninitialized in this function [-Wmaybe-uninitialized] 17:04 PGimeno is that warning bogus? 17:06 Krock likely 17:06 Krock "may be" and "maybe uninitialized" indicate that it could maybe be bogus 17:07 Krock pushing patch in 10 minutes to silence that 17:13 PGimeno thanks 17:17 Krock pushing.. 17:35 rubenwardy may be means probably 20:11 paramat merging #9931 , thanks 20:11 ShadowBot https://github.com/minetest/minetest/issues/9931 -- L-System trees: Remove hardcoded use of 'mapgen_dirt' alias by paramat 22:05 sfan5 merging #9928 in 10 m 22:05 ShadowBot https://github.com/minetest/minetest/issues/9928 -- Rename “Minimal development test” to “Development Test” by Wuzzy2