Connector Login Fail
#11
create some new accounts and test it again, you use finished files or self compiled?

#12

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 ;
}

#13

You have some weird Database issues.

I can advise you to install a clean database, i think this will fix the issue.

#14
I tried diferent databases, and I get the same error, but I think that is probably a Nation error, because I changed some things in the code and the connector and loginserver do not connect properly.

#15

it is db_auth  error you need fixed one 

i have get same error and i change the database and it worked fine

#16

Ok, solved.

Changed some lines in code and changed db_auth. Thanks all of you!



Forum Jump:


Users browsing this thread: 1 Guest(s)