Jump to content

Rarder44

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

About Rarder44

Informations

  • Gender
    Not Telling

Recent Profile Visitors

409 profile views

Rarder44's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

4

Reputation

  1. Hi, what's the problem ? Which client do you use to login ? 40K TEST CLIENT from Terenzo After connect return Unknow reason: 5 EDIT: I remove securitycode from: and login stopped: from dev_log.txt: 00-1 -1:-1.-1.0810 DEB0 (D:~SERWER~METIN~SOURCE~SERWERserversrcgamedesc_manager.cpp, 230,DESC_MANAGER::ConnectAccount) BBBB ConnectAccount(eksik) 00-1 -1:-1.-1.8450 DEB0 (D:~SERWER~METIN~SOURCE~SERWERserversrcgamedesc_manager.cpp, 236,DESC_MANAGER::DisconnectAccount) BBBB DisConnectAccount(eksik) i have the same problem. this is the code for the securitycode problem ( game -> db.cpp ): char szSecuritycode[200]; if (!row[col]) { sys_err("error column %d", col); M2_DELETE(pinfo); break; } enhance_strlcpymt(szSecuritycode, row[col++], sizeof(szSecuritycode)); (insert after if (!row[col]) { sys_err("error column %d", col); M2_DELETE(pinfo); break; } enhance_strlcpymt(szPassword, row[col++], sizeof(szPassword)); ) after insert user & password, the console: the client stays: "you are to be connected to the server" ( italiano: stai per essere collegato al server ) The problem should be the client; someone who the server works, could tell which client uses? THANKS!!!! (sorry for my bad english) I have solved this problem : [Hidden Content] Enjoy I LOVE U!!!!!
  2. Can u post all SYSLOG.TXT? [Hidden Content] SYSERR: Dec 22 21:28:57 :: CInputDB::Boot: cannot load SpecialItemGroup: locale/turkey/special_item_group.txt try to replace this file: locale/turkey/special_item_group.txt
  3. Hi, what's the problem ? Which client do you use to login ? 40K TEST CLIENT from Terenzo After connect return Unknow reason: 5 EDIT: I remove securitycode from: and login stopped: from dev_log.txt: 00-1 -1:-1.-1.0810 DEB0 (D:~SERWER~METIN~SOURCE~SERWERserversrcgamedesc_manager.cpp, 230,DESC_MANAGER::ConnectAccount) BBBB ConnectAccount(eksik) 00-1 -1:-1.-1.8450 DEB0 (D:~SERWER~METIN~SOURCE~SERWERserversrcgamedesc_manager.cpp, 236,DESC_MANAGER::DisconnectAccount) BBBB DisConnectAccount(eksik) i have the same problem. this is the code for the securitycode problem ( game -> db.cpp ): char szSecuritycode[200]; if (!row[col]) { sys_err("error column %d", col); M2_DELETE(pinfo); break; } enhance_strlcpymt(szSecuritycode, row[col++], sizeof(szSecuritycode)); (insert after if (!row[col]) { sys_err("error column %d", col); M2_DELETE(pinfo); break; } enhance_strlcpymt(szPassword, row[col++], sizeof(szPassword)); ) after insert user & password, the console: the client stays: "you are to be connected to the server" ( italiano: stai per essere collegato al server ) The problem should be the client; someone who the server works, could tell which client uses? THANKS!!!! (sorry for my bad english)
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.