Time |
Nick |
Message |
00:00 |
wsor4035 |
no, not at all |
00:01 |
|
specing_ joined #minetest |
00:04 |
|
Eman108 joined #minetest |
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 |
01:11 |
|
Taoki joined #minetest |
01:11 |
|
submariner joined #minetest |
01:14 |
|
v32itas joined #minetest |
01:28 |
|
Taoki joined #minetest |
01:34 |
|
Baytuch joined #minetest |
01:40 |
|
Hawk777 joined #minetest |
01:49 |
|
delta23 joined #minetest |
01:55 |
|
n_to joined #minetest |
02:38 |
|
Surfer2011_ joined #minetest |
04:00 |
|
MTDiscord joined #minetest |
04:02 |
|
Verticen joined #minetest |
04:03 |
|
delta23 joined #minetest |
04:46 |
|
delta23 joined #minetest |
05:00 |
|
riff-IRC joined #minetest |
05:02 |
|
Verticen joined #minetest |
05:02 |
|
Sven_vB joined #minetest |
05:06 |
|
Sven_vB joined #minetest |
05:55 |
|
Talkless joined #minetest |
06:32 |
|
proller joined #minetest |
06:36 |
|
troller joined #minetest |
06:46 |
|
Flabb joined #minetest |
06:47 |
|
Nav|C joined #minetest |
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 |
07:06 |
|
submariner joined #minetest |
07:29 |
|
gehmehgeh joined #minetest |
07:40 |
|
TomTom joined #minetest |
07:43 |
|
FeXoR joined #minetest |
08:00 |
|
ShadowNinja joined #minetest |
08:18 |
|
Flabb joined #minetest |
09:10 |
|
MTDiscord joined #minetest |
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) |
09:34 |
|
entuland joined #minetest |
10:10 |
|
hlqkj joined #minetest |
10:36 |
|
imi joined #minetest |
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 |
11:41 |
|
Fixer joined #minetest |
11:42 |
|
SwissalpS joined #minetest |
11:52 |
|
entuland joined #minetest |
12:03 |
|
specing_ joined #minetest |
12:08 |
|
Aris joined #minetest |
12:08 |
|
tech_exorcist joined #minetest |
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) |
13:05 |
|
big_caballito joined #minetest |
13:09 |
|
Baytuch joined #minetest |
14:04 |
|
smugler5 joined #minetest |
14:18 |
|
hlqkj joined #minetest |
14:20 |
|
sec^nd joined #minetest |
14:35 |
imi |
ok thanks |
14:43 |
|
Verticen joined #minetest |
15:01 |
|
FeXoR joined #minetest |
15:13 |
|
Baytuch joined #minetest |
15:51 |
|
Fixer_ joined #minetest |
15:56 |
|
absurb joined #minetest |
16:09 |
|
Baytuch joined #minetest |
16:15 |
|
Fixer joined #minetest |
16:23 |
|
Brackston joined #minetest |
16:26 |
|
ircSparky joined #minetest |
16:26 |
|
ircSparky joined #minetest |
17:07 |
|
TomTom joined #minetest |
17:07 |
|
Gustavo6046 joined #minetest |
17:08 |
|
erlehmann_ joined #minetest |
17:12 |
|
Hawk777 joined #minetest |
17:46 |
|
kamdard joined #minetest |
17:51 |
MinetestBot |
[git] sfan5 -> minetest/minetest: Fix overlays for 2D-drawn items 2443f1e https://git.io/J37HW (2021-05-08T17:44:43Z) |
17:55 |
|
linus joined #minetest |
18:37 |
|
sys4 joined #minetest |
18:38 |
|
appguru joined #minetest |
18:40 |
|
Verticen joined #minetest |
19:05 |
|
hlqkj joined #minetest |
20:47 |
|
delta23 joined #minetest |
22:00 |
|
Sven_vB joined #minetest |
22:01 |
|
delta23 joined #minetest |
23:12 |
|
delta23 joined #minetest |