Page 1 of 1

Dedicated server crashing after updating to 0.4.17.1

Posted: Tue Jun 12, 2018 13:56
by cain05
After updating to 0.4.17.1 my server keeps crashing. I'm using dreambuilder, but I'd updated it to the latest version. here's the error messages I'm seeing, and I've attached the full log file. I don't think the carbon_mobs:rat is the issue, because it was crashing even before I updated dreambuilder when it still had that particular mod.

2018-06-12 09:47:57: ERROR[Server]: LuaEntity name "carbone_mobs:rat" not defined
2018-06-12 09:47:57: ERROR[Server]: LuaEntity name "carbone_mobs:rat" not defined
2018-06-12 09:47:57: ERROR[Server]: In thread 7fc8092db700:
2018-06-12 09:47:57: ERROR[Server]: /build/minetest-5Mbp7_/minetest-0.4.17/src/script/common/c_internal.cpp:b8: void log_deprecated(lua_State*, const string&): A fatal error occured: lua_getstack() failed
2018-06-12 09:47:57: ERROR[Server]: Debug stacks:
2018-06-12 09:47:57: ERROR[Server]: DEBUG STACK FOR THREAD 7fc808ada700:
2018-06-12 09:47:57: ERROR[Server]: #0 virtual void* EmergeThread::run()
2018-06-12 09:47:57: ERROR[Server]: DEBUG STACK FOR THREAD 7fc8092db700:
2018-06-12 09:47:57: ERROR[Server]: #0 virtual void* ServerThread::run()
2018-06-12 09:47:57: ERROR[Server]: #1 void Server::AsyncRunStep(bool)
2018-06-12 09:47:57: ERROR[Server]: #2 virtual void ServerEnvironment::step(float)
2018-06-12 09:47:57: ERROR[Server]: DEBUG STACK FOR THREAD 7fc815053780:
2018-06-12 09:47:57: ERROR[Server]: #0 int main(int, char**)
2018-06-12 09:47:57: ERROR[Server]: #1 Dedicated server branch
2018-06-12 09:47:57: ERROR[Server]: #2 void dedicated_server_loop(Server&, bool&)

Re: Dedicated server crashing after updating to 0.4.17.1

Posted: Tue Jun 12, 2018 14:11
by Krock
You did not update your server to 0.4.17.1. Check the version:
minetestserver --version

The Ubuntu PPAs are yet not updated for the new version.

Re: Dedicated server crashing after updating to 0.4.17.1

Posted: Tue Jun 12, 2018 14:57
by cain05
Ok, I guess I'll just have to wait for the update then. Thanks for the help.

Re: Dedicated server crashing after updating to 0.4.17.1

Posted: Sat Jun 23, 2018 15:34
by Lejo
You can install minetestserver 0.4.17 with git:

Code: Select all

sudo apt-get install -y git build-essential libirrlicht-dev libgettextpo0 libfreetype6-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-openssl-dev libluajit-5.1-dev liblua5.1-0-dev libleveldb-dev

git clone -b stable-0.4 https://github.com/minetest/minetest.git --depth 100

cd minetest

cmake . -DBUILD_CLIENT=0 -DBUILD_SERVER=1

make -j3
Run it with ./minetest/bin/minetestserver --worldname ...