Page 1 of 1
Running server without lrrlicht

Posted:
Tue Mar 03, 2015 17:48
by Don
I upgraded my server to 0.4.12 - dev.
My graphics card is not good enough to handle it.
As soon as I start the server or if I start minetest it would freeze. Had to xkill it. Put the hard drive in another computer and it ran no problem. The other computer is too slow for the server and the server computer does not have a slot for the good graphics card.
Can I compile it without lrrlicht and it would run? I am not sure what running the server without lrrlicht does.
Re: Running server without lrrlicht

Posted:
Tue Mar 03, 2015 18:05
by Krock
Compile it with BUILD_SERVER and without BUILD_CLIENT (cmake)
Re: Running server without lrrlicht

Posted:
Tue Mar 03, 2015 18:29
by Don
Krock wrote:Compile it with BUILD_SERVER and without BUILD_CLIENT (cmake)
Then it won't depend on the video card?
Re: Running server without lrrlicht

Posted:
Tue Mar 03, 2015 18:42
by ExeterDad
It shouldn't. I've run on a headless server without problems.
Re: Running server without lrrlicht

Posted:
Tue Mar 03, 2015 18:43
by Morn76
I don't think you have to recompile; just start the existing MT binary in server mode with "minetest --server" from a terminal.
Re: Running server without lrrlicht

Posted:
Tue Mar 03, 2015 19:44
by Don
Morn76 wrote:I don't think you have to recompile; just start the existing MT binary in server mode with "minetest --server" from a terminal.
That is how I run it.
Re: Running server without lrrlicht

Posted:
Tue Mar 03, 2015 19:54
by ExeterDad
Hey Don, why not use the actual server binary if your running from a command anyway?
Re: Running server without lrrlicht

Posted:
Tue Mar 03, 2015 20:17
by Don
ExeterDad wrote:Hey Don, why not use the actual server binary if your running from a command anyway?
Because I am not sure how it works. I will look it up. Thanks.
Re: Running server without lrrlicht

Posted:
Tue Mar 03, 2015 22:46
by Don
I compiled without the client and it worked. Thank you everyone for your help.