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? '-'