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!

Start gauthd problem

Initiate Mage
Joined
Dec 9, 2022
Messages
1
Reaction score
0
I try to start gauthd service with gcontrold and I have error that.

I also quickly checked the file in Ida and found that the error is due to the fact that GNET::Rpc::Data which, as I understand it, contains some kind of data between services, contains slightly different parameters that it expects. Most likely this is due to some kind of setting in gamesys.conf or similar files. I checked them but unfortunately didn't find anything.

I also found why the login that is associated with this method did not pass: GNET::AnnounceChallengeAlgo::process(GNET::AnnounceChallengeAlgo *this)

Has anyone had this problem?

s9mz7t - Start gauthd problem - RaGEZONE Forums



Code:
2022-12-09 23:22:40 server gdeliveryd: debug : ChatBroadCast: challel=1 roleid=0 
2022-12-09 23:22:40 server glinkd-1: debug : GLinkServer::OnAddSession sid=12 
2022-12-09 23:22:40 server glinkd-1: debug : glinkd::receive response from client. identity=123456, use_token=0, state=cn, mid=wanmei, mid.size=6 
2022-12-09 23:22:40 server glinkd-1: debug : glinkd::send matrixpasswd, algo=0, version=0 
2022-12-09 23:22:40 server gdeliveryd: debug : gdelivery::matrixpasswd query, user=123456 
2022-12-09 23:22:40 server gdeliveryd: debug : gdelivery::mp5 check, user=123456 
2022-12-09 23:22:40 server gdeliveryd: debug : gdelivery::matrixpasswd cache missing, user=123456 
2022-12-09 23:22:40 server glinkd-1: debug : glinkd::SessionError: change to Null state sid=12, errno=8 reason=Server error. 
2022-12-09 23:22:41 server glinkd-1: debug : GLinkServer::OnDelSession sid=12 status=0x10000
 
Last edited:
Back
Top