can anyone help me understand what problem in the server functions are causing the crash?
Using Nekiro Downgrade 1.5 7.72
Using Nekiro Downgrade 1.5 7.72
C++:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000055fa5b6e8f94 in Monster::doAttacking(unsigned int) ()
[Current thread is 1 (Thread 0x7f8f3aa06700 (LWP 137994))]
(gdb) bt full
#0 0x000055fa5b6e8f94 in Monster::doAttacking(unsigned int) ()
No symbol table info available.
#1 0x000055fa5b52c76b in Creature::onAttacking(unsigned int) ()
No symbol table info available.
#2 0x000055fa5b56d0a4 in Game::checkCreatures(unsigned long) ()
No symbol table info available.
#3 0x000055fa5b59d4cd in void std::__invoke_impl<void, void (Game::*&)(unsigned long), Game*&, unsigned long&>(std::__invoke_memfun_deref, void (Game::*&)(unsigned long), Game*&, unsigned long&) ()
No symbol table info available.
#4 0x000055fa5b59894f in std::__invoke_result<void (Game::*&)(unsigned long), Game*&, unsigned long&>::type std::__invoke<void (Game::*&)(unsigned long), Game*&, unsigned long&>(void (Game::*&)(unsigned long), Game*&, unsigned long&) ()
No symbol table info available.
#5 0x000055fa5b59246c in void std::_Bind<void (Game::*(Game*, unsigned long))(unsigned long)>::__call<void, , 0ul, 1ul>(std::tuple<>&&, std::_Index_tuple<0ul, 1ul>) ()
No symbol table info available.
#6 0x000055fa5b589f45 in void std::_Bind<void (Game::*(Game*, unsigned long))(unsigned long)>::operator()<, void>() ()
No symbol table info available.
#7 0x000055fa5b582223 in std::_Function_handler<void (), std::_Bind<void (Game::*(Game*, unsigned long))(unsigned long)> >::_M_invoke(std::_Any_data const&) ()
No symbol table info available.
#8 0x000055fa5b7eaece in std::function<void ()>::operator()() const ()
No symbol table info available.
#9 0x000055fa5b7ea7e2 in Task::operator()() ()
No symbol table info available.
#10 0x000055fa5b7eaa9c in Dispatcher::threadMain() ()
No symbol table info available.
#11 0x000055fa5b72e96e in void std::__invoke_impl<void, void (Dispatcher::*)(), Dispatcher*>(std::__invoke_memfun_deref, void (Dispatcher::*&&)(), Dispatcher*&&) ()
No symbol table info available.
#12 0x000055fa5b72e703 in std::__invoke_result<void (Dispatcher::*)(), Dispatcher*>::type std::__invoke<void (Dispatcher::*)(), Dispatcher*>(void (Dispatcher::*&&)(), Dispatcher*&&) ()
No symbol table info available.
--Type <RET> for more, q to quit, c to continue without paging--