Luanti logo

IRC log for #minetest, 2021-05-08

| Channels | #minetest index | Today | | Google Search | Plaintext

All times shown according to UTC.

Enable nick filtering
Time Nick Message
00:00 wsor4035 no, not at all
2 more elements. Show/hide.
00:05 Eman108 Helllooooo
00:06 wsor4035 no, we cant hear you at all
00:06 MTDiscord <Jonathon> not in the slightest
00:07 Eman108 sorry
00:07 Eman108 first time using irc
00:11 Verticen joined #minetest
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 <Jonathon> 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 <Jonathon> 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 <Jonathon> 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:52 tsadok joined #minetest
00:53 AntumDeluge Here are the changes I made to get it to work: https://github.com/AiTechEye/portalgun/issues/4#issuecomment-834914800
22 more elements. Show/hide.
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
7 more elements. Show/hide.
09:13 sfan5 Nav|C: you need to set IRRLICHT_LIBRARY too
09:14 Nav|C to what?
09:14 calcul0n joined #minetest
09:16 sfan5 /home/navic/user-shit/minetest_irrlicht/lib/Linux/libIrrlichtMt.so
09:16 sfan5 or similar
09:16 MTDiscord1 joined #minetest
09:17 sfan5 ok wait, you want to build the client right?
09:19 MTDiscord joined #minetest
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 [git] ElCeejo -> minetest/minetest_game: Check for attachments before attaching player to bed (#2862) 8158926 https://git.io/J3QJ9 (2021-05-08T09:30:57Z)
3 more elements. Show/hide.
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:44 calcul0n_ joined #minetest
10:53 sfan5 ye
10:53 sfan5 s
6 more elements. Show/hide.
12:43 MinetestBot [git] tenplus1 -> minetest/minetest_game: Use group for mushroom spread ABM (#2863) 642fde4 https://git.io/J3Q6g (2021-05-08T12:42:34Z)
12:43 MinetestBot [git] An0n3m0us -> minetest/minetest_game: Reclassify some items 1c78666 https://git.io/J3Q6a (2021-05-08T12:42:16Z)
5 more elements. Show/hide.
14:35 imi ok thanks
15 more elements. Show/hide.
17:51 MinetestBot [git] sfan5 -> minetest/minetest: Fix overlays for 2D-drawn items 2443f1e https://git.io/J37HW (2021-05-08T17:44:43Z)
9 more elements. Show/hide.

| Channels | #minetest index | Today | | Google Search | Plaintext