Page 1 of 1

Server Crash

PostPosted: Tue Jul 10, 2012 06:28
by Menche
My server has been randomly crashing. A player says that it crashed when he hit a mesecon button/switch, and the output mentions that. Also, it mentions seemingly random points in the ocean, all at level 0. There doesn't seem to be anything special at the coordinates.
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
16:18:29: ACTION[ServerThread]:  digs moreblocks:horizontaltree at (128,21,808)
16:18:29: ACTION[ServerThread]:  places node moreblocks:horizontaltree at (127,21,808)
16:18:29: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=10 m_static_exists=true but static data doesn't actually exist in (6,0,-8)
WARNING: StaticObjectList::remove(): id=10 not found
16:18:29: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=28 m_static_exists=true but static data doesn't actually exist in (6,0,-8)
WARNING: StaticObjectList::remove(): id=28 not found
16:18:29: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=37 m_static_exists=true but static data doesn't actually exist in (7,0,52)
WARNING: StaticObjectList::remove(): id=37 not found
16:18:29: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=38 m_static_exists=true but static data doesn't actually exist in (7,0,52)
WARNING: StaticObjectList::remove(): id=38 not found
16:18:29: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=39 m_static_exists=true but static data doesn't actually exist in (7,0,52)
WARNING: StaticObjectList::remove(): id=39 not found
16:18:29: ERROR[main]: ServerEnvironment::deactivateFarObjects(): id=40 m_static_exists=true but static data doesn't actually exist in (7,0,52)
WARNING: StaticObjectList::remove(): id=40 not found
16:18:30: ERROR[main]: ERROR: An unhandled exception occurred: ServerError: LuaError: error: /usr/local/bin/../share/minetest/builtin/item.lua:153: attempt to index local 'playerpos' (a nil value)
16:18:30: ERROR[main]: stack traceback:
16:18:30: ERROR[main]:     [C]: in function 'place_node'
16:18:30: ERROR[main]:     ...el/.minetest/mods/minetest/mesecons_pistons/init.lua:204: in function '?'
16:18:30: ERROR[main]:     ...el/.minetest/mods/minetest/mesecons/internal_api.lua:68: in function 'activate'
16:18:30: ERROR[main]:     ...el/.minetest/mods/minetest/mesecons/internal_api.lua:254: in function 'turnon'
16:18:30: ERROR[main]:     ...el/.minetest/mods/minetest/mesecons/internal_api.lua:264: in function 'turnon'
16:18:30: ERROR[main]:     ...el/.minetest/mods/minetest/mesecons/internal_api.lua:264: in function 'turnon'
16:18:30: ERROR[main]:     ...ome/daniel/.minetest/mods/minetest/mesecons/init.lua:183: in function 'receptor_on'
16:18:30: ERROR[main]:     ...iel/.minetest/mods/minetest/mesecons_switch/init.lua:33: in function 'callback'
16:18:30: ERROR[main]:     /usr/local/bin/../share/minetest/builtin/item.lua:223: in function </usr/local/bin/../share/minetest/builtin/item.lua:219>
16:18:30: ERROR[main]:     (tail call): ?

In thread b74de6d0:
/home/daniel/minetest/src/main.cpp:1741: int main(int, char**): Assertion '0' failed.
Debug stacks:
DEBUG STACK FOR THREAD b74de6d0:
#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