SmallJoker
SmallJoker
#14542 was merged. @grorp @rubenwardy Do we need additional code to fix the default, or is it good enough to auto-toggle as needed?
From how I understood https://github.com/minetest/minetest/issues/6918, the problem is `/clearobjects` alone - more precisely: its optional argument. I suggest to fix this simply by making `quick` mandatory to type. If this...
FWIW: Yesterday I tested this PR on Android 6 and could not reproduce any such crash. Works on my side.
Cannot test due to #15452. ``` 2024-11-18 20:33:51: ERROR[Main]: GUIEngine: execution of menu script failed: Failed to load and run script from /storage/emulated/0/Android/data/net.minetest.minetest/files/Minetest/builtin/init.lua: 2024-11-18 20:33:51: ERROR[Main]: "Mod security: Blocked attempted...
@grorp I would've done that if I had an Android build system set up at all. Currently I am testing the ARM v7a builds from the buildbot and sign them...
Checked the diff since my last review. Still LGTM. Thanks for the update. :+1:
Please wait a moment. I need to figure out whether this PR causes a crash on my Android 6.1 or whether it's already caused by master.
Please provide more details about your hardware and drivers that you're using. Generally, applications in userspace cannot crash your system. Hence this might be a driver or hardware issue -...
Server pack: https://github.com/minetest/minetest/blob/d92da47697a2520f50c1324fcff11617770deb32/src/server.cpp#L2496-L2501 Active pack: https://github.com/minetest/minetest/blob/d92da47697a2520f50c1324fcff11617770deb32/src/server.cpp#L418-L426 The server pack code is executed before the other, and before populating the node aliases. Needs checking whether that can be combined.
Please remove your debug.txt file, join singleplayer and provide the new log. Hopefully that reveals some information about what could be wrong. If there's nothing useful, use verbose logging. The...