Time Nick Message 00:18 MinetestBot 02[git] 04TumeniNodes -> 03minetest/minetest_game: Biomes: Add pine bush to taiga and snowy grassland 139318c71 https://git.io/fNtor (152018-07-13T00:17:07Z) 02:02 Sur3_ why are candles and torches not just a 2d plane that looks the same from every x,z angle? think that would look better than this fixed or intersected 2d planes.. 02:24 paramat you couldn't have a torch angled out from a wall, and it would look even worse than the fixed plane 02:26 Cornelia Why not 3D models? :P 02:46 paramat we have 3D torches now :) 02:57 Ruslan1 Hello I got gray screen in game 02:58 ANAND Hello Ruslan1, did you check debug.txt for error messages? 02:58 Ruslan1 Ok I’ll check 03:00 Ruslan1 Wait I need rejoin 03:01 ANAND debug.txt is the first place to go to, for troubleshooting Minetest (as if the file name does not make it clear already) :) 03:02 Ruslan1 Wait please 03:05 Ruslan1 My computer slow 03:13 Ruslan1_ i'm back ANAND can you tell me one more time 03:16 Ruslan1 ANAND 03:16 ANAND I just asked you to check debug.txt for error messages, that's it :) 03:18 Ruslan1 2018-07-12 21:47:05: ERROR[Main]: Some exception: "Failed to save block: disk I/O error" 03:19 Ruslan1 is that mean gray screan 03:19 ANAND Are there any more errors? 03:19 ANAND Your disk might probably be full 03:20 Ruslan1 i think there no error 03:20 ANAND Did you try again? 03:20 ANAND try playing again* 03:21 Ruslan1 i need fix it can you help me 03:22 Ruslan1 i'll test single player 03:23 ANAND Just try playing again; if your disk isn't problem-ridden, MT should work just fine. 03:24 Ruslan1 ok i'll test server 03:31 Ruslan1 ok it work 08:44 MarisaG Hi, Im trying to get ESM working on a 5.x minetest server but I get errors. Can anyone help me with it? 08:48 ANAND What is ESM? 08:49 ANAND Also, posting the error messages here (or on a pastebin if large) will help troubleshoot the errors. 08:50 MarisaG extreme survival 08:50 MarisaG just a sec 08:50 ANAND I see... sure 08:51 MarisaG https://pastebin.com/V0YxdwxF 08:52 ANAND You could try adding "beer_test" to trusted mods (recommended) or disable mod security (not recommended). 08:54 MarisaG Where do I do that? 08:56 MarisaG in the minetest.conf I assume? 08:56 ANAND Add this line to minetest.conf: 08:56 ANAND secure.trusted_mods = beer_test 08:58 Krock no, that won't work 08:58 MarisaG yes, didnt make a difference 08:58 Krock moment.. you'll have to adjust the mod a little 08:59 MarisaG ok sure 09:00 Krock duh.. weird. The code looks good 09:01 Krock MarisaG: where did you download the mod? 09:01 MarisaG From the official site, just a sec... 09:01 MarisaG https://github.com/maikerumine/ESM5 09:01 Krock how's that official? https://forum.minetest.net/viewtopic.php?t=10557 09:02 MarisaG Its not? :( 09:02 Krock no, what you got is a game, which has probably an outdated copy onboard 09:03 MarisaG Oh I see what you mean, beer_test is just included in the ESM game 09:03 Krock https://github.com/maikerumine/ESM5/blob/master/mods/beer_test/mod_files/other_mods.lua#L5 09:03 Krock needs a slash after " 09:04 MarisaG Ok hold on a sec 09:06 MarisaG where does the slash go? 09:07 Krock see highlighted line, then after the first " 09:07 Krock i.e. local config = Settings(worldpath.."/beer_test.conf") 09:08 MarisaG Awesome, that fixed it! 09:08 MarisaG Thx! 09:09 Krock !next 09:09 MinetestBot Another satisfied customer. Next! 09:11 KittyKat63 Hmm 09:12 Krock [THINKING INTENSIFIES] 09:50 MinetestBot 02[git] 04lhofhansl -> 03minetest/minetest: Ensure that legacy mode is correctly disabled. 1393c0b3b https://git.io/fNqeW (152018-07-13T09:50:01Z) 10:00 MarisaG Ok next issue LOL 10:01 MarisaG I have this in the minetest.conf file: 10:01 MarisaG server_announce = true 10:01 MarisaG But it does not appear in the game list 10:01 MarisaG If I manually enter the host & port it works fine 10:05 sfan5 do you have server_address set? which ip is the server running on? 10:09 MarisaG Gah that was it LOL. Somehow that entry got commented out 10:09 MarisaG thx :) 10:13 Krock !next 10:13 MinetestBot Another satisfied customer. Next! 10:21 ANAND Krock, it's the same customer... lol :P 10:22 Krock they can add themselves to the end of the queue again 10:22 ANAND XD 10:34 MarisaG lol 11:18 DanPete_ Anyone know of a good mod to fix that animals can go through fences? 11:23 rubenwardy Mobs redo has some code to help with this 11:23 rubenwardy Not sure if it works 11:27 DanPete_ Hmm, ya, I am using that but it seems some are still slipping through 12:03 MinetestBot 02[git] 04lhofhansl -> 03minetest/minetest: Fix bug setting channel window size. 138d629cf https://git.io/fNqmH (152018-07-13T12:02:08Z) 12:21 MarisaG Is there a way to shut down the server at a certain time if nobody is logged in? 12:22 MarisaG Say at 11pm I request a shutdown, and when there are no other users in the server exits 12:22 MarisaG Then my script detects it is not running and starts it up its own. 12:22 MarisaG I need this as the Tolkien-Test game says it needs to do this 12:23 MarisaG Here is the comment: "Over many hours of the server being up, the stamina system gets broken. Food drains very quickly (walking, crafting, etc). I have tweaked the stamina mod values a bit to compensate, but I've found the best way to fix it is to just restart the server every day or so. No idea what causes this." 12:23 sfan5 a cronjob 12:24 MarisaG yes of course 12:24 sfan5 paired with a lua mod if you need the "only shutdown if no players" thing 12:24 MarisaG but what do I do to request the shutdown? 12:24 sfan5 send a SIGINT to minetestserver 12:24 Krock terminate the process (but not kill -9) 12:24 MarisaG Ok, I'll try the sigint. Thx 14:24 [k00l]shamoanjac is it me or is stairs placement broken? 14:24 [k00l]shamoanjac no matter where I look towards, or which block I place them onto, all of my stairs face the same direction 14:26 entuland [k00l]shamoanjac: perhaps you're using my rhotator screwdriver? it causes that exact behavior 14:26 entuland but it's a feature 14:27 [k00l]shamoanjac uhm I don't remember using such a mod 14:27 entuland then it's probably not your case 14:27 entuland does it work like that for all kind of built-in stairs? 14:27 [k00l]shamoanjac what mod is it in? 14:27 [k00l]shamoanjac haven't tried 14:27 entuland it's called [rhotator] 14:27 entuland it's pretty new 14:28 entuland just a few weeks or so 14:28 Krock !mod rhotator 14:28 MinetestBot Krock: Rhotator Screwdriver [rhotator] by entuland - https://forum.minetest.net/viewtopic.php?t=20321 14:28 entuland so it's most likely not your case 14:29 Krock [k00l]shamoanjac: using minetest 0.4.17.1? 14:29 Krock there's also stairsplus (in the moreblocks mod) which might alter that behaviour a bit 14:30 [k00l]shamoanjac no, cobblestone works fine 14:30 [k00l]shamoanjac I'm using 5.0.0-dev 14:30 [k00l]shamoanjac aka latest™ git 15:15 cafee Hey guys, what does this error mean? "[Emerge-0] place_schematic: failed to get schematic". I'm placing schematics with minetest.place_schematic_on_vmanip, they are in lua format loaded in a table, it never gets unloaded, my code works fine until (very rarely) this error happens and then it just spams it in the terminal 15:15 cafee It doesn't terminate but no schematics ever spawn again 15:16 cafee In the current session I mean 15:18 Krock https://github.com/minetest/minetest/issues/5376 15:18 Krock seems to happen now and then. maybe a memory management issue 15:20 cafee It only happens to me at extreme map generation, when I'm forcing a lot of map blocks to generate and my code places tens of thousands of schematics 15:20 cafee But once it happens, schematics can't be spawned at all, from any mod 20:12 MinetestBot 02[git] 04lhofhansl -> 03minetest/minetest: Adjust some settings to modern environments and networks. (#7549) 13a95aed8 https://git.io/fNqhw (152018-07-13T20:11:49Z) 22:11 MinetestBot 02[git] 04lhofhansl -> 03minetest/minetest: Document config updates in minetest.conf.example. 1369358b6 https://git.io/fNmL9 (152018-07-13T22:10:35Z)