• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Script crash server onstartup

Kayan

Active Member
Joined
Sep 19, 2007
Messages
1,561
Reaction score
38
Location
Santa Catarina
Hello, i tried to use this script.

http://otland.net/f81/working-demon-oak-quest-v0-4-forgotten-server-0-3-5-a-40244/

But when server start, i receive this crash report.

Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff2fe1710 (LWP 11775)]
0x000000000054a5a0 in QTreeNode::getLeaf(unsigned short, unsigned short) ()
(gdb) bt
#0  0x000000000054a5a0 in QTreeNode::getLeaf(unsigned short, unsigned short) ()
#1  0x000000000054ac34 in  Map::getSpectatorsInternal(std::list<Creature*,  std::allocator<Creature*> >&, Position const&, bool,  int, int, int, int, int, int) ()
#2  0x000000000054c937 in Map::getSpectators(std::list<Creature*,  std::allocator<Creature*> >&, Position const&, bool,  bool, int, int, int, int) ()
#3  0x000000000051b157 in LuaInterface::luaGetSpectators(lua_State*) ()
#4  0x00007ffff7bbcbc1 in ?? () from /usr/lib/liblua5.1.so.0
#5  0x00007ffff7bc7959 in ?? () from /usr/lib/liblua5.1.so.0
#6  0x00007ffff7bbd08d in ?? () from /usr/lib/liblua5.1.so.0
#7  0x00007ffff7bbc737 in ?? () from /usr/lib/liblua5.1.so.0
#8  0x00007ffff7bbc7b2 in ?? () from /usr/lib/liblua5.1.so.0
#9  0x00007ffff7bb81a1 in lua_pcall () from /usr/lib/liblua5.1.so.0
#10 0x0000000000537782 in LuaInterface::loadFile(std::string const&, Npc*) ()
#11 0x00000000005395e4 in LuaInterface::loadDirectory(std::string const&, Npc*)
    ()
#12 0x0000000000539b06 in LuaInterface::initState() ()
#13 0x000000000060b9d4 in OutputHandler::overflow(int) ()
#14 0x00007ffff5b70c40 in std::ostream::put(char) ()
   from /usr/lib/libstdc++.so.6
#15 0x00007ffff5b70d2a in std::basic_ostream<char,  std::char_traits<char> >& std::endl<char,  std::char_traits<char> >(std::basic_ostream<char,  std::char_traits<char> >&) () from /usr/lib/libstdc++.so.6
---Type <return> to continue, or q <return> to quit---bt
ring> >, ServiceManager*) ()
#17 0x00000000005868c1 in  boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void,  void (*)(std::vector<std::string, std::allocator<std::string>  >, ServiceManager*),  boost::_bi::list2<boost::_bi::value<std::vector<std::string,  std::allocator<std::string> > >,  boost::_bi::value<ServiceManager*> > >,  void>::invoke(boost::detail::function::function_buffer&) ()
#18 0x000000000049392f in Task::operator()() ()
#19 0x000000000049279a in Dispatcher::dispatcherThread(void*) ()
#20 0x00007ffff65b9b70 in thread_proxy ()
   from /usr/lib/libboost_thread.so.1.40.0
#21 0x00007ffff509f9ca in start_thread () from /lib/libpthread.so.0
#22 0x00007ffff539c6fd in clone () from /lib/libc.so.6
#23 0x0000000000000000 in ?? ()
But sometimes it start without crash..

Tfs error ou script error?
 
Back
Top