07-08-2015, 08:27 PM
create some new accounts and test it again, you use finished files or self compiled?
|
Connector Login Fail
|
|
07-08-2015, 08:27 PM
create some new accounts and test it again, you use finished files or self compiled?
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 ; }
07-10-2015, 11:30 AM
You have some weird Database issues. I can advise you to install a clean database, i think this will fix the issue.
07-10-2015, 09:22 PM
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.
07-10-2015, 09:39 PM
it is db_auth error you need fixed one i have get same error and i change the database and it worked fine
07-14-2015, 11:20 AM
Ok, solved. Changed some lines in code and changed db_auth. Thanks all of you! |
|
« Next Oldest | Next Newest »
|