Error opening a server by terminal
I'm running the server on a VPS. S.O. Ubuntu without a GUI
which configuration is wrong?
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
root@computer:~# minetest --server
signal_handler_init()
Using system-wide paths (NOT RUN_IN_PLACE)
path_data = /usr/games/../share/minetest
path_userdata = /root/.minetest
Debug streams initialized, disable_stderr=0
21:39:07: ACTION[main]: minetest with SER_FMT_VER_HIGHEST=20, VER=0.3.1 RUN_IN_PLACE=0 USE_GETTEXT=1 INSTALL_PREFIX=/usr BUILD_TYPE=Release
INFO: Initial run of init_mapnode with g_texturesource=NULL. If this segfaults, there is a bug with something not checking for the NULL value.
AuthManager: loading from /root/.minetest/world/auth.txt
BanManager: loading from /root/.minetest/world/ipban.txt
21:39:59: ERROR[ServerThread]: ERROR: An unhandled exception occurred: Couldn't save env meta
In thread 7fcba7e79700:
/build/buildd/minetest-0.3.1+dfsg/src/server.cpp:104: virtual void* ServerThread::Thread(): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 7fcba7e79700:
#0 virtual void* ServerThread::Thread()
(Leftover data: #1 void Server::AsyncRunStep())
(Leftover data: #2 virtual void ServerMap::save(bool))
(Leftover data: #3 void ServerMap::saveMapMeta())
DEBUG STACK FOR THREAD 7fcbacd7c740:
#0 int main(int, char**)
#1 Dedicated server branch
#2 void dedicated_server_loop(Server&, bool&)
(Leftover data: #3 void Server::step(float))
Aborted
which configuration is wrong?