Dedicated server crashing after updating to 0.4.17.1

Post Reply
cain05
New member
Posts: 5
Joined: Thu Sep 14, 2017 13:54

Dedicated server crashing after updating to 0.4.17.1

by cain05 » Post

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&)
Attachments
debug.zip
(3.37 KiB) Downloaded 32 times

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: Dedicated server crashing after updating to 0.4.17.1

by Krock » Post

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.
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

cain05
New member
Posts: 5
Joined: Thu Sep 14, 2017 13:54

Re: Dedicated server crashing after updating to 0.4.17.1

by cain05 » Post

Ok, I guess I'll just have to wait for the update then. Thanks for the help.

User avatar
Lejo
Member
Posts: 718
Joined: Mon Oct 19, 2015 16:32
GitHub: Lejo1
In-game: Lejo

Re: Dedicated server crashing after updating to 0.4.17.1

by Lejo » Post

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 ...

Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests