Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Server Can't Detect Registered ID from Database

Initiate Mage
Joined
Jun 2, 2022
Messages
4
Reaction score
0
As the tittle say, i already registered ID and Pass inside DB dbo.usertbl. When try to login it show "ID is unregistered or password is incorrect"

Im using database, server file and client from this sources https://forum.ragezone.com/f564/reupload-row-playon-files-1169995/

Any clue or help? Someone with knowledge or experience pls help :thumbup:

This is my Auth Log :
Code:
[Ty-DET][Tm-2022-06-09 01:39:10][Ex-DP:0x00000000/Setting new dispatch(DP:0x07C524F0)][Rt-CSingleDispatch::SetDispatch][FN-.\Network\Dispatch\SingleDispatchStorage.cpp][LN-25]
[Ty-DET][Tm-2022-06-09 01:39:10][Ex-SS:0x07C51260/DP:0x07C524F0/Connected CAuthAgentDispatch][Rt-CAuthAgentDispatch::Connected][FN-.\AuthAgentDispatch.cpp][LN-65]
[Ty-DET][Tm-2022-06-09 01:40:33][Ex-SS:0x07C512F4/DP:0x02741CB0/IP:127.0.0.1/Connected AuthClientDispatch][Rt-CAuthClientDispatch::Connected][FN-.\AuthClientDispath.cpp][LN-58]
[COLOR=#ff0000][Ty-ERR][Tm-2022-06-09 01:40:35][Ex-Auth Error. Error:20 Account:admin UID:0][Rt-CROWGlobalAuthorizeThread::Authorize][FN-.\AuthorizeThread.cpp][LN-914]
[Ty-ERR][Tm-2022-06-09 01:40:38][Ex-Auth Error. Error:20 Account:admin UID:0][Rt-CROWGlobalAuthorizeThread::Authorize][FN-.\AuthorizeThread.cpp][LN-914]
[Ty-ERR][Tm-2022-06-09 01:40:40][Ex-Auth Error. Error:20 Account:admin UID:0][Rt-CROWGlobalAuthorizeThread::Authorize][FN-.\AuthorizeThread.cpp][LN-914]
[Ty-ERR][Tm-2022-06-09 01:42:29][Ex-Auth Error. Error:20 Account:admin UID:0][Rt-CROWGlobalAuthorizeThread::Authorize][FN-.\AuthorizeThread.cpp][LN-914]
[Ty-ERR][Tm-2022-06-09 01:42:29][Ex-Auth Error. Error:20 Account:admin UID:0][Rt-CROWGlobalAuthorizeThread::Authorize][FN-.\AuthorizeThread.cpp][LN-914]
[Ty-ERR][Tm-2022-06-09 01:42:29][Ex-Auth Error. Error:20 Account:admin UID:0][Rt-CROWGlobalAuthorizeThread::Authorize][FN-.\AuthorizeThread.cpp][LN-914][/COLOR]
[Ty-DET][Tm-2022-06-09 01:42:31][Ex-SS:0x07C512F4/DP:0x02741CB0/IP:127.0.0.1/Disconnected AuthClientDispatch][Rt-CAuthClientDispatch::Disconnected][FN-.\AuthClientDispath.cpp][LN-66]
[Ty-DET][Tm-2022-06-09 01:42:31][Ex-SS:0x07C512F4/DP:0x02741CB0/IP:127.0.0.1/Destroy AuthClientDispatch][Rt-CAuthClientDispatch::~CAuthClientDispatch][FN-.\AuthClientDispath.cpp][LN-46]
[Ty-SER][Tm-2022-06-09 01:42:58][Ex-this:0x00474968/finish server][Rt-CServerWindowFramework::ProcessMessage][FN-.\Utility\ServerAppFramework\ServerWindowFramework.cpp][LN-367]
[Ty-SER][Tm-2022-06-09 01:42:58][Ex-this:0x00474968/finish process threads][Rt-CServerWindowFramework::ProcessMessage][FN-.\Utility\ServerAppFramework\ServerWindowFramework.cpp][LN-385]
[Ty-DET][Tm-2022-06-09 01:42:58][Ex-DP:0x07C524F0/Reset dispatch][Rt-CSingleDispatch::InternalRemoveDispatch][FN-.\Network\Dispatch\SingleDispatchStorage.cpp][LN-71]
[Ty-DET][Tm-2022-06-09 01:42:58][Ex-SS:0x07C51260/DP:0x07C524F0/Disconnected CAuthAgentDispatch][Rt-CAuthAgentDispatch::Disconnected][FN-.\AuthAgentDispatch.cpp][LN-71]
[Ty-DET][Tm-2022-06-09 01:42:58][Ex-DP:0x07C524F0/Destroy AuthAgentDispatch][Rt-CAuthAgentDispatch::~CAuthAgentDispatch][FN-.\AuthAgentDispatch.cpp][LN-48]
[Ty-DET][Tm-2022-06-09 01:42:58][Ex-TID:0x00001A90/Authorize thread stop now.][Rt-CAuthorizeThread::Run][FN-.\AuthorizeThread.cpp][LN-315][Ty-NOR][·Î±×¸¦ ³¡³À´Ï´Ù.]

Thanks in advance!!
 
Back
Top