Page 1 of 1

more problems

PostPosted: Sun Aug 11, 2013 10:37
by Nightfighter
now theres a wierd problem thats like this
some expection: Player::deSerialize():PlayerArgsEnd not
help me again thx

PostPosted: Sun Aug 11, 2013 10:55
by kaeza
This will most likely happen in case of a crash, or unexpected application close.

Open `<minetest>/worlds/<yourworld>/players/<playername>' in Notepad; if it's empty, delete it.

Repeat this for every player in that directory.

Sadly, you will lose your inventory and current position in the world.

PostPosted: Sun Aug 11, 2013 11:30
by sdzen
kaeza wrote:This will most likely happen in case of a crash, or unexpected application close.

Open `<minetest>/worlds/<yourworld>/players/<playername>' in Notepad; if it's empty, delete it.

Repeat this for every player in that directory.

Sadly, you will lose your inventory and current position in the world.

A good idea would be to copy the inventory part and your location from the file and substitute them into the new file. that way you don't get the sadly part :)

PostPosted: Sun Aug 11, 2013 11:32
by PilzAdam
The current dev version of Minetest prints out the name of the corrupted playerfile, so its easier to find it on bigger servers.

PostPosted: Sun Aug 11, 2013 11:33
by sdzen
PilzAdam wrote:The current dev version of Minetest prints out the name of the corrupted playerfile, so its easier to find it on bigger servers.

Though its probably his singleplayer server, and it was very easy to tell the corrupted player file then by looking at who logged in when a server went down.