Page 1 of 1

Random Server Crashes

PostPosted: Sat Jun 30, 2012 00:27
by Menche
My server has been very stable normally, but in the past day it has been crashing frequently. This is the last output:
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
15:33:23: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=14 m_static_exists=true but static data doesn't actually exist in (12,0,-30)
WARNING: StaticObjectList::remove(): id=14 not found
15:33:23: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=15 m_static_exists=true but static data doesn't actually exist in (12,0,-30)
WARNING: StaticObjectList::remove(): id=15 not found
15:33:23: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=16 m_static_exists=true but static data doesn't actually exist in (12,0,-30)
WARNING: StaticObjectList::remove(): id=16 not found
15:33:23: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=17 m_static_exists=true but static data doesn't actually exist in (12,0,-30)
WARNING: StaticObjectList::remove(): id=17 not found
15:33:23: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=18 m_static_exists=true but static data doesn't actually exist in (12,0,-30)
WARNING: StaticObjectList::remove(): id=18 not found
15:33:23: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=69 m_static_exists=true but static data doesn't actually exist in (12,0,-30)
WARNING: StaticObjectList::remove(): id=69 not found
15:33:23: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=71 m_static_exists=true but static data doesn't actually exist in (12,0,-30)
WARNING: StaticObjectList::remove(): id=71 not found
15:33:23: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=73 m_static_exists=true but static data doesn't actually exist in (12,0,-30)
WARNING: StaticObjectList::remove(): id=73 not found
15:33:23: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=75 m_static_exists=true but static data doesn't actually exist in (12,0,-30)
WARNING: StaticObjectList::remove(): id=75 not found
15:33:23: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: ...e/minetest/games/minetest_game/mods/default/init.lua:1409: attempt to concatenate field 'item' (a userdata value)
15:33:23: ERROR[main]: stack traceback:

In thread b744e6d0:
/home/unpriv/minetest/src/main.cpp:1741: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b744e6d0:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  virtual void ServerMap::save(ModifiedState))
(Leftover data: #3  virtual void ServerMap::saveBlock(MapBlock*))
(Leftover data: #4  void ItemStack::serialize(std::ostream&) const)

PostPosted: Sat Jun 30, 2012 03:34
by Menche
Now it has been crashing immediately whenever I log in. Output:
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
[WorldEdit] Loading Table-Save/Load Library...
[WorldEdit] Loaded!
[PoisonIvy] Loaded!
[MESEcons] Main mod Loaded!
20:31:34: ACTION[main]:         .__               __                   __   
20:31:34: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_
20:31:34: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
20:31:34: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  | 
20:31:34: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__| 
20:31:34: ACTION[main]:       \/        \/     \/          \/     \/       
20:31:34: ACTION[main]: World at [/home/unpriv/.minetest/worlds/Server World]
20:31:34: ACTION[main]: Server for gameid="minetest" listening on port 30001.
20:31:41: ACTION[ServerThread]: Menche joins game. List of players: Menche
20:31:45: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: ...e/minetest/games/minetest_game/mods/default/init.lua:1409: attempt to concatenate field 'item' (a userdata value)
20:31:45: ERROR[main]: stack traceback:

In thread b75236d0:
/home/unpriv/minetest/src/main.cpp:1741: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b75236d0:
#0  int main(int, char**)
(Leftover data: #1  Dedicated server branch)
(Leftover data: #2  virtual void ServerMap::save(ModifiedState))
(Leftover data: #3  virtual void ServerMap::saveBlock(MapBlock*))
(Leftover data: #4  void ItemStack::serialize(std::ostream&) const)
Aborted

PostPosted: Sat Jun 30, 2012 03:36
by Death Dealer
looks like your server map is corrupted.

PostPosted: Sat Jun 30, 2012 03:37
by Death Dealer
it gets corrupted when you crash with it up. there was a thread on here somewhere that explained ow to fix corrupted maps.

PostPosted: Sat Jun 30, 2012 03:46
by SegFault22
I guess that means...new map... :'C

PostPosted: Sat Jun 30, 2012 07:34
by LolManKuba
Death Dealer wrote:it gets corrupted when you crash with it up. there was a thread on here somewhere that explained ow to fix corrupted maps.

(offtopic) Did you finally return to the forums?