Page 1 of 1

Server crashes at startup

PostPosted: Wed May 09, 2012 18:16
by cosarara97
Since today, every time I start my server, it immediately crashes with the following error:
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 --worldname world --config ~/minetest/server.conf
[WorldEdit] Loading Table-Save/Load Library...
[WorldEdit] Loaded!
[MESEcons] Loaded!
 ++ loaded : Doors by ZLovesPancakes
[ 50cal ] Loaded
[mesegun ] Loaded
[BobBlocks By minetest@rabbibob.com] Version 0.0.6 loaded!
20:10:50: ERROR[main]: ERROR: An unhandled exception occurred: Player::deSerialize(): PlayerArgsEnd not found

In thread 7ff4cea17740:
/build/buildd/minetestc55-201204161538/src/main.cpp:1726: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD 7ff4cea17740:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  void ServerMap::loadMapMeta())
Avortat

* "Avortat" means "Aborted"

I use the latest version from the development ppa.

PostPosted: Wed May 09, 2012 20:31
by Calinou
PPA.

Please use the latest git then compile it - it is FAR better. PPA means "Probably Packaged by Amateur" (not the exact meaning but quite close).

edit: truncated post bug

PostPosted: Wed May 09, 2012 22:34
by cosarara97
I compiled from git and I have the same error.

PostPosted: Thu May 10, 2012 17:50
by cosarara97
Ok, I found the error.
The game can't start if there is an empty file in the players directory (it wasn't because of the PPA :P)

PostPosted: Sat Mar 29, 2014 15:01
by kriskovski
cosarara97 wrote:Ok, I found the error.
The game can't start if there is an empty file in the players directory (it wasn't because of the PPA :P)

Thanks I had the same problem