It can be easily resolved by adding the missing initialization in ClientList.cpp before line 562 with 0.70b code base as follow:
if (m_nBuddyStatus != Connected) { m_pBuddy = cur_client; m_nBuddyStatus = Connected; m_pBuddy->SetLastBuddyPingPongTime(); //Enig123::bug fix - Mar. 08, 2025 theApp.emuledlg->serverwnd->UpdateMyInfo(); }
This post has been edited by Enig123: 09 March 2025 - 06:15 AM