AngelaKiss Posted June 18, 2014 Group: Members Topic Count: 66 Topics Per Day: 0.01 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 8 Share Posted June 18, 2014 Having problems to run Cliente date 2013-08-07 Heres my clientinfo <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>YourRO 30x 30x 30x</display> <desc>YourRO </desc> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>1</langtype> <balloon>YourRO </balloon> <aid> <admin>2000008</admin> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> </loading> </aid> </connection> </clientinfo> mmo.h // server->client protocol version // 0 - pre-? // 1 - ? - 0x196 // 2 - ? - 0x78, 0x79 // 3 - ? - 0x1c8, 0x1c9, 0x1de // 4 - ? - 0x1d7, 0x1d8, 0x1d9, 0x1da // 5 - 2003-12-18aSakexe+ - 0x1ee, 0x1ef, 0x1f0, ?0x1c4, 0x1c5? // 6 - 2004-03-02aSakexe+ - 0x1f4, 0x1f5 // 7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c // see conf/battle/client.conf for other version #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20130807 #endif packet_db // Main packet version of the DB to use (default = max available version) // Client detection is faster when all clients use this version. // Version 23 is the latest Sakexe (above versions are for Renewal clients) //packet_db_ver: 46 packet_db_ver: 45 and i got this 2 errors http://puu.sh/9zFQg/1c27f57cba.jpg http://puu.sh/9zFYc/d690c21556.png hope you can help me =) Quote Link to comment Share on other sites More sharing options...
Pneuma Posted June 18, 2014 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted June 18, 2014 On 6/18/2014 at 10:44 PM, angelakied said: Having problems to run Cliente date 2013-08-07 Heres my clientinfo <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>YourRO 30x 30x 30x</display> <desc>YourRO </desc> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>1</langtype> <balloon>YourRO </balloon> <aid> <admin>2000008</admin> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> </loading> </aid> </connection> </clientinfo> mmo.h // server->client protocol version // 0 - pre-? // 1 - ? - 0x196 // 2 - ? - 0x78, 0x79 // 3 - ? - 0x1c8, 0x1c9, 0x1de // 4 - ? - 0x1d7, 0x1d8, 0x1d9, 0x1da // 5 - 2003-12-18aSakexe+ - 0x1ee, 0x1ef, 0x1f0, ?0x1c4, 0x1c5? // 6 - 2004-03-02aSakexe+ - 0x1f4, 0x1f5 // 7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c // see conf/battle/client.conf for other version #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20130807 #endif packet_db // Main packet version of the DB to use (default = max available version) // Client detection is faster when all clients use this version. // Version 23 is the latest Sakexe (above versions are for Renewal clients) //packet_db_ver: 46 packet_db_ver: 45 and i got this 2 errors http://puu.sh/9zFQg/1c27f57cba.jpg http://puu.sh/9zFYc/d690c21556.png hope you can help me =) Try setting packet_db to "default" instead of "45" Quote Link to comment Share on other sites More sharing options...
AngelaKiss Posted June 18, 2014 Group: Members Topic Count: 66 Topics Per Day: 0.01 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 8 Author Share Posted June 18, 2014 same error =( i did recompile and nothing Quote Link to comment Share on other sites More sharing options...
Jasc Posted June 18, 2014 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 270 Reputation: 20 Joined: 12/10/11 Last Seen: June 28, 2022 Share Posted June 18, 2014 (edited) Have you tried a different packet just to test it. You could try packet_db_ver: default Edited June 18, 2014 by Jasc Quote Link to comment Share on other sites More sharing options...
Jerhia Posted June 19, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 115 Reputation: 14 Joined: 08/13/13 Last Seen: May 17, 2023 Share Posted June 19, 2014 (edited) Your mmh.o // server->client protocol version // 0 - pre-? // 1 - ? - 0x196 // 2 - ? - 0x78, 0x79 // 3 - ? - 0x1c8, 0x1c9, 0x1de // 4 - ? - 0x1d7, 0x1d8, 0x1d9, 0x1da // 5 - 2003-12-18aSakexe+ - 0x1ee, 0x1ef, 0x1f0, ?0x1c4, 0x1c5? // 6 - 2004-03-02aSakexe+ - 0x1f4, 0x1f5 // 7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c // see conf/battle/client.conf for other version #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20130807 #endif change to // server->client protocol version // 0 - pre-? // 1 - ? - 0x196 // 2 - ? - 0x78, 0x79 // 3 - ? - 0x1c8, 0x1c9, 0x1de // 4 - ? - 0x1d7, 0x1d8, 0x1d9, 0x1da // 5 - 2003-12-18aSakexe+ - 0x1ee, 0x1ef, 0x1f0, ?0x1c4, 0x1c5? // 6 - 2004-03-02aSakexe+ - 0x1f4, 0x1f5 // 7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c // see conf/battle/client.conf for other version #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20120410 #endif Edited June 19, 2014 by Jerhia Quote Link to comment Share on other sites More sharing options...
Pneuma Posted June 19, 2014 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted June 19, 2014 On 6/19/2014 at 4:56 AM, Jerhia said: Your mmh.o // server->client protocol version // 0 - pre-? // 1 - ? - 0x196 // 2 - ? - 0x78, 0x79 // 3 - ? - 0x1c8, 0x1c9, 0x1de // 4 - ? - 0x1d7, 0x1d8, 0x1d9, 0x1da // 5 - 2003-12-18aSakexe+ - 0x1ee, 0x1ef, 0x1f0, ?0x1c4, 0x1c5? // 6 - 2004-03-02aSakexe+ - 0x1f4, 0x1f5 // 7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c // see conf/battle/client.conf for other version #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20130807 #endif change to // server->client protocol version // 0 - pre-? // 1 - ? - 0x196 // 2 - ? - 0x78, 0x79 // 3 - ? - 0x1c8, 0x1c9, 0x1de // 4 - ? - 0x1d7, 0x1d8, 0x1d9, 0x1da // 5 - 2003-12-18aSakexe+ - 0x1ee, 0x1ef, 0x1f0, ?0x1c4, 0x1c5? // 6 - 2004-03-02aSakexe+ - 0x1f4, 0x1f5 // 7 - 2005-04-11aSakexe+ - 0x229, 0x22a, 0x22b, 0x22c // see conf/battle/client.conf for other version #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20120410 #endif That has nothing to do with it >.>; Mine is the same way and it works fine Quote Link to comment Share on other sites More sharing options...
devildos Posted June 20, 2014 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 24 Reputation: 0 Joined: 12/03/13 Last Seen: March 13, 2021 Share Posted June 20, 2014 http://rathena.org/board/topic/72597-disconnecting-session-3-with-unknown-packet-version/ Check the post link might give insight on where you might be going wrong as much as it was an older client version. Quote Link to comment Share on other sites More sharing options...
Pneuma Posted June 20, 2014 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted June 20, 2014 This topic was solved over Skype/Teamviewer by myself. The issue was his client and GRF. Quote Link to comment Share on other sites More sharing options...
Question
AngelaKiss
Having problems to run Cliente date 2013-08-07
Heres my clientinfo
mmo.h
packet_db
and i got this 2 errors
http://puu.sh/9zFQg/1c27f57cba.jpg
http://puu.sh/9zFYc/d690c21556.png
hope you can help me =)
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.