Time Nick Message 00:00 wsor4035 no, not at all 00:05 Eman108 Helllooooo 00:06 wsor4035 no, we cant hear you at all 00:06 MTDiscord not in the slightest 00:07 Eman108 sorry 00:07 Eman108 first time using irc 00:14 AntumDeluge farming_plus seems to be the offending mod ( https://forum.minetest.net/viewtopic.php?t=2787 ). I deleted it & wheat & cotton started to grow (but only after I replaced the seeds on wet soil nodes). 00:16 AntumDeluge Seeds that were not picked up & put back down after removing did not grow. 00:16 MTDiscord well, its your own fault for using a ancient mod and expecting it to work proprly 00:17 AntumDeluge Dangit. I was hoping someone else would want to take the blame. 00:17 MTDiscord not like if you flip to the last page of the forum link you provided does it say expertmm: Farming Redo has plus compatibility and is a fully working replacement for default farming with more crops and food items included: viewtopic.php?f=11&t=9019 00:18 AntumDeluge Ooooh! Thanks. 00:20 Eman108 has anyone used the portal gun mod 00:21 Eman108 https://content.minetest.net/packages/AiTechEye/portalgun/ 00:23 MTDiscord nope 00:24 Eman108 oh 00:24 Eman108 oh 00:24 Eman108 for some reason it keeps on crashing and giving me a error 00:25 AntumDeluge What is the error? I have found that even some mods on ContentDB are unstable. 00:26 Eman108 I don't remember 00:27 AntumDeluge I'll see if it works for me. 00:27 Eman108 thx 00:28 AntumDeluge It crashed when I used the gun. 00:29 Eman108 yeah 00:29 AntumDeluge This is the line that is causing the problem: https://github.com/AiTechEye/portalgun/blob/master/init.lua#L61 00:29 AntumDeluge Err, where the problem occurs. 00:30 Eman108 hmm 00:30 AntumDeluge Argument 2 is supposed to be a number, but a table is being passed. 00:31 Eman108 maybe the code is outdated? 00:32 Eman108 sorry mod 00:34 AntumDeluge Last update was in June 2020. The method is supposed to be "object:punch(puncher, time_from_last_punch, tool_capabilities, direction)". I notice they have 'nil' as the last argument. Perhaps that should be the second argument. Same problem is repeated in line 70. 00:35 Eman108 it seems that someone else has had this problem to 00:35 Eman108 https://github.com/AiTechEye/portalgun/issues/4 00:39 AntumDeluge Changing the line to "portalgun_portal[name].portal1:punch(portalgun_portal[name].portal1, nil, {full_punch_interval=1.0,damage_groups={fleshy=9000}}, nil)" (and the same for line 70 with "portal2") prevents the crash. But I don't know if that is the right fix because I don't know how the gun works. 00:41 AntumDeluge That mod is very buggy. Yes, probably outdated code. 00:44 AntumDeluge I got it to work, by changing those lines & similar lines in 'gravityuse.lua'. 00:53 AntumDeluge Here are the changes I made to get it to work: https://github.com/AiTechEye/portalgun/issues/4#issuecomment-834914800 06:49 Nav|C I ran this cmake command $ cmake . -DIRRLICHT_INCLUDE_DIR=/home/navic/user-shit/minetest_irrlicht/include/ -DRUN_IN_PLACE=false -DBUILD_SERVER=true 06:49 Nav|C then I ran the make command 06:49 Nav|C I get this error 06:49 Nav|C [ 88%] Building CXX object src/CMakeFiles/minetest.dir/version.cpp.o 06:49 Nav|C make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libIrrlicht.so', needed by 'bin/minetest'. Stop. 06:49 Nav|C make[2]: *** Waiting for unfinished jobs.... 06:49 Nav|C [ 88%] Building CXX object src/CMakeFiles/minetest.dir/voxelalgorithms.cpp.o 06:49 Nav|C make[1]: *** [CMakeFiles/Makefile2:532: src/CMakeFiles/minetest.dir/all] Error 2 06:49 Nav|C make: *** [Makefile:152: all] Error 2 09:13 sfan5 Nav|C: you need to set IRRLICHT_LIBRARY too 09:14 Nav|C to what? 09:16 sfan5 /home/navic/user-shit/minetest_irrlicht/lib/Linux/libIrrlichtMt.so 09:16 sfan5 or similar 09:17 sfan5 ok wait, you want to build the client right? 09:25 Nav|C sfan5: yes I want client AND server 09:25 sfan5 then yes you do need to specify the irrlicht lib too 09:26 Nav|C yay build 09:32 MinetestBot 02[git] 04ElCeejo -> 03minetest/minetest_game: Check for attachments before attaching player to bed (#2862) 138158926 https://git.io/J3QJ9 (152021-05-08T09:30:57Z) 10:38 imi hi, the last known working version forr irrlicht for me was "imefix1" (and not imefix2) what happened since than? can I upgrade to origin/master now? 10:53 sfan5 ye 10:53 sfan5 s 12:43 MinetestBot 02[git] 04tenplus1 -> 03minetest/minetest_game: Use group for mushroom spread ABM (#2863) 13642fde4 https://git.io/J3Q6g (152021-05-08T12:42:34Z) 12:43 MinetestBot 02[git] 04An0n3m0us -> 03minetest/minetest_game: Reclassify some items 131c78666 https://git.io/J3Q6a (152021-05-08T12:42:16Z) 14:35 imi ok thanks 17:51 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Fix overlays for 2D-drawn items 132443f1e https://git.io/J37HW (152021-05-08T17:44:43Z)