Program terminated with signal SIGSEGV, Segmentation fault. #0 0x0000557103c8bc24 in CCharacterCore::Tick (this=0x55711728e038, UseInput=true) at /home/chiller/Desktop/git/chillerbot-zx/src/game/gamecore.cpp:325 325 if(pCharCore && m_Id != -1 && m_pTeams->CanKeepHook(m_Id, pCharCore->m_Id)) [Current thread is 1 (Thread 0x7f7e34d53780 (LWP 58692))] (gdb) bt #0 0x0000557103c8bc24 in CCharacterCore::Tick(bool) (this=0x55711728e038, UseInput=true) at /home/chiller/Desktop/git/chillerbot-zx/src/game/gamecore.cpp:325 #1 0x0000557103ba8dc7 in CCharacter::Tick() (this=0x55711728de10) at /home/chiller/Desktop/git/chillerbot-zx/src/game/client/prediction/entities/character.cpp:556 #2 0x0000557103bb0620 in CGameWorld::Tick() (this=0x7f7e32df6228) at /home/chiller/Desktop/git/chillerbot-zx/src/game/client/prediction/gameworld.cpp:189 #3 0x0000557103b8f206 in CGameClient::OnPredict() (this=0x7f7e32630010) at /home/chiller/Desktop/git/chillerbot-zx/src/game/client/gameclient.cpp:1857 #4 0x00005571039e5f40 in CClient::Update() (this=0x7f7e34615010) at /home/chiller/Desktop/git/chillerbot-zx/src/engine/client/client.cpp:2669 #5 0x00005571039e7cc2 in CClient::Run() (this=0x7f7e34615010) at /home/chiller/Desktop/git/chillerbot-zx/src/engine/client/client.cpp:3134 #6 0x00005571039efe92 in main(int, char const**) (argc=1, argv=0x7ffcef57b418) at /home/chiller/Desktop/git/chillerbot-zx/src/engine/client/client.cpp:4455 (gdb) print pCharCore $1 = (CCharacterCore *) 0x5f00000096 (gdb) list 320 if(m_HookState == HOOK_GRABBED) 321 { 322 if(m_HookedPlayer != -1 && m_pWorld) 323 { 324 CCharacterCore *pCharCore = m_pWorld->m_apCharacters[m_HookedPlayer]; 325 if(pCharCore && m_Id != -1 && m_pTeams->CanKeepHook(m_Id, pCharCore->m_Id)) 326 m_HookPos = pCharCore->m_Pos; 327 else 328 { 329 // release hook (gdb) print m_pTeams $2 = (CTeamsCore *) 0x7f7e32df6598 (gdb) print m_HookedPlayer $3 = -42 (gdb)