Page 1 of 1

minetestserver fails [Fedora, minetest 0.4.10]

PostPosted: Thu Dec 11, 2014 18:33
by Merlin
I am trying to start a minetest server, but it refuses.
Can anyone tell me how to fix this?
I did mkdir /usr/share/minetest, but it still says it cannot find it.
I compiled minetest by hand because it's not in the Fedora repos.

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
$ minetestserver
WARNING: system-wide share not found at "/usr/share/minetest"
WARNING: system-wide share not found at "/usr/bin/../share/minetest"
WARNING: system-wide share not found at "/usr/bin/.."
Automatically selecting world at [/home/glados/.minetest/worlds/surv]
19:26:24: ERROR[main]: ========== ERROR FROM LUA ===========
19:26:24: ERROR[main]: Failed to load and run script from
19:26:24: ERROR[main]: ../builtin/builtin.lua:
19:26:24: ERROR[main]: cannot open ../builtin/builtin.lua: No such file or directory
19:26:24: ERROR[main]: ======= END OF ERROR FROM LUA ========
19:26:24: ERROR[main]: Server: Failed to load and run ../builtin/builtin.lua
19:26:24: ERROR[main]: ERROR: An unhandled exception occurred: ModError: Failed to load and run ../builtin/builtin.lua

In thread 7f19c9648880:
/builddir/build/BUILD/minetest-0.4.9/src/main.cpp:1860: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 7f19c9648880:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
Aborted (core dumped)

Re: minetestserver fails [Fedora, minetest 0.4.10]

PostPosted: Thu Dec 11, 2014 18:46
by Krock
There's no builtin.lua in my builtin directory. (Version 0.4.10-dev)

Do a complete update to version 0.4.10(-dev) and try to reproduce this bug.

Re: minetestserver fails [Fedora, minetest 0.4.10]

PostPosted: Thu Dec 11, 2014 18:59
by Merlin
Would you mind telling me how to do that?
I used the guide on github to compile 0.4.10, so I am a bit puzzled on how to update it.

Sorry, noob here.

Re: minetestserver fails [Fedora, minetest 0.4.10]

PostPosted: Thu Dec 11, 2014 19:30
by Calinou
Do you run the minetestserver binary from the bin/ directory? It should generally be run like that.

Re: minetestserver fails [Fedora, minetest 0.4.10]

PostPosted: Thu Dec 11, 2014 19:32
by Merlin
Yes I do.