Hi
i have problem in my server ""response error after connection causes conclusion"
every couple hours it shows on GS and disconnect all players...
Here is a screenshot:
Screenshot by Lightshot
how to fix that? :scared:
Printable View
Hi
i have problem in my server ""response error after connection causes conclusion"
every couple hours it shows on GS and disconnect all players...
Here is a screenshot:
Screenshot by Lightshot
how to fix that? :scared:
If you want others to help, at least let's give them the minimum information:
Server? IGCN / Titan / SzTeam / ...
Server Version? Share or Buy? Where? Have source?
Windows version 8/08/10 x32 / 64?
SQL 2000/2008/2016, ...
Look through the code it seems like it has problems connecting from the client to the server.
Other issues, we need more information aserver and test
Quote:
//user.cpp gObjSecondProc()
LPOBJ lpObj;
for(int n = 0; n < g_ConfigRead.server.GetObjectMax();n++)
{
lpObj = &gObj[n];
if(!ObjectMaxRange(lpObj->m_Index))
{
gObjDel(n);
continue;
}
if(lpObj->Connected == PLAYER_CONNECTED ||
lpObj->Connected == PLAYER_LOGGED ||
lpObj->Connected == PLAYER_PLAYING)
{
if(lpObj->Type == OBJ_USER && lpObj->m_PlayerData->ISBOT == false && lpObj->m_bOff == false)
{
if(lpObj->Connected >= PLAYER_LOGGED )
{
if(GetTickCount() - lpObj->ConnectCheckTime > 60000)
{
IOCP.ResponErrorCloseClient(n);
g_Log.Add("Game working response error causes conclusion [%d][%s][%s][%s]",lpObj->m_Index,lpObj->AccountID,lpObj->Name,lpObj->m_PlayerData->Ip_addr);
}
}
else
{
if(GetTickCount() - lpObj->ConnectCheckTime > 30000)
{
IOCP.ResponErrorCloseClient(n);
g_Log.Add("Response error after connection causes conclusion [%d][%s][%s][%s]",lpObj->m_Index,lpObj->AccountID,lpObj->Name,lpObj->m_PlayerData->Ip_addr);
}
}
}
.....scheduled, can not faster.
Bump!
Bump.......... @VIP
Bump.
This server not have full source.
Cann't debug to check why error!
i found a solution to my problem here : http://forum.ragezone.com/f196/getqu...remake-641721/
but image linkes are dead :scared:
any help?? @VIP @KarLi
hmm not sure my friend, like i said.. its about your VPS and ur Files (GS) i am 99% this guide wont help u but if @Gembrid can update it, it would be awesome =]
So do you have full source or not? If it's not fixed as described in the guide, it will cause problems.