07-08-2015, 09:23 PM
create some new accounts and test it again, you use finished files or self compiled?
I created 3 new accounts, and now I get "Unactived Acount ID" and "Timed Out" (no at the same time, and they appear randomly).
I'm using self-compiled 2
Error when appears "Unactived Account ID"
[GameServer]
- LOGIN REQ > test3 : VERSION : 20140731 : MODE : 0 : IP : 192.168.1.35 : NATION : 9 : PROSITE :
- CONN_ERR > test3 : NO MATCH
[Connector]
- LOGIN_FAIL > test3 : From : 1 : 2
- SYS_ERR > test3 : From : 1 : Not Found User
This is the part that produce the error
if (user == NULL)
{
GAMELOG << init("SYS_ERR", id)
<< "From" << delim << d->m_subno << delim
<< "Not Found User" << end;
return ;
}

