• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Crash - Log GDB

milbradt

New Member
Joined
Dec 25, 2011
Messages
177
Solutions
1
Reaction score
4
Code:
(gdb) bt full
#0  0x0000000000456e4c in Container::__startDecaying() ()
No symbol table info available.
#1  0x00000000005626a6 in Player::eek:nCreatureAppear(Creature const*) ()
No symbol table info available.
#2  0x0000000000496670 in Game::placeCreature(Creature*, Position const&, bool, bool) ()
No symbol table info available.
#3  0x000000000057f922 in ProtocolGame::login(std::string const&, unsigned int, std::string const&, OperatingSystem_t, unsigned short, bool) ()
No symbol table info available.
#4  0x00000000005864ce in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf6<bool, ProtocolGame, std::string const&, unsigned int, std::string const&, OperatingSystem_t, unsigned short, bool>, boost::_bi::list7<boost::_bi::value<ProtocolGame*>, boost::_bi::value<std::string>, boost::_bi::value<unsigned int>, boost::_bi::value<std::string>, boost::_bi::value<OperatingSystem_t>, boost::_bi::value<unsigned short>, boost::_bi::value<bool> > >, void>::invoke(boost::detail::function::function_buffer&) ()



I have no idea how to solve =\
Help? '-'
 
Did you move a compiled version of OT between different systems?

Even if you didn't, but you know how to compile OT, recompile and retest.
 
Do not understand your question very well.
However ..
Yes. Added new systems.
example:
DoCreateCustomMonster.

But I see the error ..
There is this new function.
I think it's something protocolgame""in ProtocolGame::login"""
or any item"""in Container::__startDecaying() ()""""


I am also in doubt about it.
------
#1 0x00000000005626a6 in Player::eek:nCreatureAppear(Creature const*) ()
No symbol table info available.
#2 0x0000000000496670 in Game::placeCreature(Creature*, Position const&, bool, bool) ()
------
I do not know what it means. =\
.
 
"symbol table" is compiler/interpreter terminology.

Is that a runtime error (i.e. happens after you try to start the server) or is it coming from the C++ compiler?
 
Back
Top