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!

HELP ME AUTH connecting authorization lost. and also GameServer no list

Initiate Mage
Joined
Jun 5, 2018
Messages
2
Reaction score
0
[Ty-DET][Tm-2018-08-07 21:50:49][Ex-ÀÎÁõ ¼­¹ö ·Î±×ÀÎ(´ë¸¸) DataSource : RYLauth, Account : sa, Password : 031273][Rt-CDBComponent::Connect][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\RylServerLibrary\DB\DBComponent.cpp][LN-121][Ty-DET][Tm-2018-08-07 21:50:49][Ex-Å°ÆÛ ¼­¹ö ·Î±×ÀÎ DataSource : RYLkeeper, Account : sa, Password : 031273][Rt-CDBComponent::Connect][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\RylServerLibrary\DB\DBComponent.cpp][LN-156][Ty-ERR][Tm-2018-08-07 21:50:50][Ex-Connected socket creation error : 0, destination : 127.0.0.1:10111][Rt-CIOCPNet::Connect][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\BaseLibrary\Network\IOCP\IOCPNet.cpp][LN-149][Ty-ERR][Tm-2018-08-07 21:50:50][Ex-this:0x0046BE50/Cannot connect to DBAgent server][Rt-CRylAuthServer::ConnectToDBAgent][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\RylAuthServer\RylAuthServer.cpp][LN-277][Ty-DET][Tm-2018-08-07 21:50:50][Ex-Time Overflow : Elapsed time is 1000, (TPP is 100), HeavyTrafficCount is 1][Rt-CPulse::CheckSleep][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\BaseLibrary\Utility\Time\Pulse\Pulse.cpp][LN-57][Ty-SER][Tm-2018-08-07 21:51:54][Ex-this:0x0046BE50/finish server][Rt-CServerWindowFramework::processMessage][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\RylServerLibrary\Utility\ServerAppFrameWork\ServerWindowFramework.cpp][LN-367][Ty-SER][Tm-2018-08-07 21:51:54][Ex-this:0x0046BE50/finish process threads][Rt-CServerWindowFramework::processMessage][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\RylServerLibrary\Utility\ServerAppFrameWork\ServerWindowFramework.cpp][LN-385][Ty-DET][Tm-2018-08-07 21:51:54][Ex-TID:0x000003C0/Authorize thread stop now.][Rt-CAuthorizeThread::Run][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\RylAuthServer\AuthorizeThread.cpp][LN-115][Ty-NOR][·Î±×¸¦ ³¡³À´Ï´Ù.]



Making Server offline :(
 
Newbie Spellweaver
Joined
Oct 26, 2012
Messages
35
Reaction score
3
poikujyhtg
 
Last edited:
Newbie Spellweaver
Joined
Aug 13, 2019
Messages
39
Reaction score
10
Well, i'll give you some hints

FIRST, everytime you mess with RYL, no matter if it's part 1, 2 or Row, you ALLWAYS need to take a deep look on log files.

SECOND, the configuration need to be done perfectly, following the right way. MSSQL configuration unlocking the IP to be used by the game, ODBC to link the database manager to the server and SERVER itself

There are 2 lines showing error here on AUTH SERVER. "Ty-ERR" means someting will not work. in this case you recieved the warning on second line "Cannot connect to DBAgent server" this means that the IP adress for DBAgent server isn't working or free to acess. take a look on MSSQL network configuration and it may solve your problem.

[Ty-ERR][Tm-2018-08-07 21:50:50][Ex-Connected socket creation error : 0, destination : 127.0.0.1:10111][Rt-CIOCPNet::Connect][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\BaseLibrary\Network\IOCP\IOCPNet.cpp][LN-149]

[Ty-ERR][Tm-2018-08-07 21:50:50][Ex-this:0x0046BE50/Cannot connect to DBAgent server][Rt-CRylAuthServer::ConnectToDBAgent][FN-D:\Work\RYL\Source\v.538] ÇØ¿Ü (¼­¹ö ÅëÇÕ Á÷ÀüÀÇ Part I)\Server\RylServerProject\RylAuthServer\RylAuthServer.cpp][LN-277]

DO NOT FORGET TO GIVE A FEEDBACK HERE, NEW USERS MAY EXPERIENCE THE SAME SITUATION AND THIS POST CAN BE THE SOLUTION.
 
Newbie Spellweaver
Joined
Aug 5, 2018
Messages
11
Reaction score
0
maybe SQL problem,but you can try.open SQL Server configuration Manager,find Protocols for MSSQLServer and Enabled TCP/IP.Hope its work xD.
 
Back
Top