LCKB
Connector Login Fail - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157)
+----- Forum: Ep4 Support (https://lckb.dev/forum/forumdisplay.php?fid=128)
+------ Forum: Solved topics (https://lckb.dev/forum/forumdisplay.php?fid=158)
+------ Thread: Connector Login Fail (/showthread.php?tid=2561)

Pages: 1 2


- DamonA - 07-08-2015

create some new accounts and test it again, you use finished files or self compiled?




- AdiH97 - 07-08-2015


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




- Nikolee - 07-10-2015


You have some weird Database issues.

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




- AdiH97 - 07-10-2015

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.




- SibaN - 07-10-2015


it is db_auth  error you need fixed one 

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




- AdiH97 - 07-14-2015


Ok, solved.

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