Time Nick Message 15:10 sfan5 merging #8487 in 5 minutes 15:10 ShadowBot https://github.com/minetest/minetest/issues/8487 -- CMakeLists.txt: Remove references to Minecraft and Infiniminer by ClobberXD 15:52 * ANAND notices that the PR is still open... o_O 15:54 ANAND nerzhul: Please see https://github.com/minetest/minetest/pull/8441#discussion_r276955017 when possible 15:58 ANAND Bumping #8434. Code-wise, the PR is quite simple, and it just needs more opinions. 15:58 ShadowBot https://github.com/minetest/minetest/issues/8434 -- Rename logfile to minetest.log by default by ClobberXD 16:03 ANAND #8468 is super-simple too. It'd be great if someone takes a look at it 16:03 ShadowBot https://github.com/minetest/minetest/issues/8468 -- Make automatic_rotate relative, allow setting rotation by ClobberXD 16:26 ANAND #8264 - Literally two lines changed... 16:26 ShadowBot https://github.com/minetest/minetest/issues/8264 -- PlayerSAO: Range-limit values passed to setHP and setBreath by ClobberXD 16:27 ANAND My clickbaiting skills are getting better by the day :) 16:49 ANAND And... #8488 16:49 ShadowBot https://github.com/minetest/minetest/issues/8488 -- Improve readability of debug menu by using '|' by ClobberXD 16:51 ANAND Screenshot included :D 17:07 sfan5 oh I got carried away 17:18 sofar no no keep going 17:19 sofar #8140 17:19 ShadowBot https://github.com/minetest/minetest/issues/8140 -- Force send a mapblock to a player. by sofar 17:19 sofar honestly I have no issues looking at better locking, but, better do lock overhauls in a different PR and do it right? 20:42 ganome is there anyone who can help me with an issue im having with MT 5.0.1 on a Rpi 3b? 20:43 ganome i dont know if i compiled something wrong? or what is happening 20:43 ganome please pardon the next message - it is a paste and i hope it does not carry on for 3 messages - one long message would be nice 20:43 ganome ubuntu@raspentoo:/usr/games$ sudo /usr/games/mtserver 20:43 ganome 2019-04-26 20:18:09: [Main]: Automatically selecting world at [/home/ubuntu/minetest/bin/../worlds/world] 20:43 ganome 2019-04-26 20:18:09: ERROR[Main]: In thread ffffb8147010: 20:43 ganome 2019-04-26 20:18:09: ERROR[Main]: /home/ubuntu/minetest/src/script/cpp_api/s_base.cpp:89: static int ScriptApiBase::luaPanic(lua_State*): A fatal error occurred: LUA PANIC: unprotected error in call to Lua API (bad light userdata pointer) 20:43 ganome Aborted 20:45 p_gimeno I've compiled it in Raspbian. No idea what can be going wrong there. 20:45 ganome P.S. if i run the same command as sudo - ie "sudo /usr/games/mtserver" - the only thing that changes is the Address at which the "ERROR[Main]: in thread THISCHANGESHERE" 20:45 ganome im in ubuntu server 20:45 ganome not raspian 20:46 ganome though i guess both debian flavors? 20:47 p_gimeno yes, I think both are, maybe Raspbian knows a bit better about the hardware quirks of the pi, not sure 20:48 ganome does it matter which version of C++ you compile with? not even sure what version ubuntu server has installed - but seeing as how its 18.04 i would assume its fairly current 20:48 ganome well its a Rpi specific ubuntu server - arm64 rpi build 20:48 ganome its pretty good with the hardware 20:49 ganome i want a super light weight distro, that doesnt hog up the 1Gb of ram =) 20:49 ganome maybe ill try minibian again 20:50 ganome i kept getting to 10%, and it would fail making the symlink or copying the actual bin file over - on minibian - but i learned a couple tricks since then. 20:50 ganome *100% 20:50 p_gimeno *shrug* I have the same amount of memory as you and it compiled out of the box for me 20:51 ganome do you run a de? 20:51 p_gimeno the default one that comes with raspbian 20:51 ganome yeah see - im aiming for completely headless and no de 20:52 p_gimeno server only? 20:52 ganome yeah 20:53 p_gimeno well, I was able to run singleplayer, so it's definitely capable of running server and client 20:53 ganome well i want to host for say ten people? 20:53 ganome and preferably be able to keep technic and pipeworks 20:53 ganome but i know thats pushing it 20:53 p_gimeno sounds like it is, yes 20:53 ganome which is why im trying to free up as much ram as possible 20:54 ganome minibian boots to a shell using only 30mb 20:55 p_gimeno I have 140 MB in use with X started, let me see if I close it 20:56 ganome maybe 100mb? shot in the dark 20:56 p_gimeno uh, there's a minetestserver running in the background... what the...? 20:57 p_gimeno ah crap, I have the minetest-server 0.4.15 package installed, let me remove that 20:59 p_gimeno 61 MB in use now 20:59 ganome not to bad 21:00 ganome does raspian use a swap? 21:00 p_gimeno yeah 21:00 ganome i was having to make my own on ubuntu server 21:00 ganome if this minibian distro doesnt work again - ill give raspian a shot 21:00 ganome can you compile MT5.0.1 21:00 ganome ?? 21:00 ganome or just /4/16 21:00 ganome .4.16 21:01 ganome 5.1 if possible =) 21:01 p_gimeno I compiled a late development version, close to release. I haven't tried any official 5.0 one. 21:02 p_gimeno close to the release of 5.0, I mean 21:04 ganome well its flashing the new os 21:05 ganome minibian is another highly specific flaver of debian for Rpi 21:05 p_gimeno after stopping gvfs, 53 MB used 21:05 ganome but for some reason or another - minibian-wifi (the wifi enabled headless version) does not boot 21:05 ganome not to shabby 21:26 ganome ooh, minibian uses raspian mirrors 23:55 paramat merging #8246 23:55 ShadowBot https://github.com/minetest/minetest/issues/8246 -- Correct the checkbox selection box position by SmallJoker