Diana Posted January 12, 2017 Group: Members Topic Count: 85 Topics Per Day: 0.03 Content Count: 194 Reputation: 3 Joined: 12/17/16 Last Seen: April 1 Share Posted January 12, 2017 I am using rAthena latest version and when i Compile my server with any client version from 2012 to 2015 it gives me this error : [Info]: clif_parse: Disconnecting session #8 with unknown packet version (p:0x6b65,l:19). and i disabled packet in : core.h ( //#define PACKET_OBFUSCATION ) and packet_db.txt : //packet_db_ver: 46 packet_db_ver: default packet_keys_use: default Clientinfo : <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Ragnarok</display> <balloon>Ragnarok</balloon> <desc></desc> <address>91.***.***.**</address> <port>6900</port> <version>30</version> <langtype>19</langtype> <registrationweb></registrationweb> <aid> <admin>2000000</admin> </aid> <loading> <image>loading00.jpg</image> </loading> </connection> </clientinfo> and every time i change client version i change the version in clientinfo as what server say Please help me fixing this error i cant start my server Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 12, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 3 hours ago Share Posted January 12, 2017 change your packet version and key use corresponding to your clientdate. if you are using client date 20150916, then use : //packet_db_ver: 46 packet_db_ver: 53 packet_keys_use: 53 Quote Link to comment Share on other sites More sharing options...
0 Diana Posted January 12, 2017 Group: Members Topic Count: 85 Topics Per Day: 0.03 Content Count: 194 Reputation: 3 Joined: 12/17/16 Last Seen: April 1 Author Share Posted January 12, 2017 same error : [Info]: clif_parse: Disconnecting session #8 with unknown packet version (p:0x6b65,l:19). Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 12, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 3 hours ago Share Posted January 12, 2017 your clientinfo.xml too. change 30 to 53 <version>30</version> Quote Link to comment Share on other sites More sharing options...
0 Diana Posted January 12, 2017 Group: Members Topic Count: 85 Topics Per Day: 0.03 Content Count: 194 Reputation: 3 Joined: 12/17/16 Last Seen: April 1 Author Share Posted January 12, 2017 yes i already changed it ! Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 12, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 3 hours ago Share Posted January 12, 2017 (edited) you are testing version 53 using client 20150916 right ? u disable packet obfuscation so u need to disable packet obfuscation too in nemo patcher when diffing your clients Edited January 12, 2017 by Chaos92 additional info Quote Link to comment Share on other sites More sharing options...
0 Diana Posted January 12, 2017 Group: Members Topic Count: 85 Topics Per Day: 0.03 Content Count: 194 Reputation: 3 Joined: 12/17/16 Last Seen: April 1 Author Share Posted January 12, 2017 already do what you say Quote Link to comment Share on other sites More sharing options...
0 Chaos92 Posted January 13, 2017 Group: Members Topic Count: 49 Topics Per Day: 0.01 Content Count: 1826 Reputation: 288 Joined: 08/03/12 Last Seen: 3 hours ago Share Posted January 13, 2017 u disable packet obfuscation... did u recompile after that? Quote Link to comment Share on other sites More sharing options...
0 srhmike Posted January 13, 2017 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 261 Reputation: 53 Joined: 11/11/16 Last Seen: February 8, 2024 Share Posted January 13, 2017 (edited) You need to edit your src\common\mmo.h to the correct client your using, then make sure the rest of your files correspond with the same client. Edited January 13, 2017 by srhmike Quote Link to comment Share on other sites More sharing options...
Question
Diana
I am using rAthena latest version and when i Compile my server with any client version from 2012 to 2015
it gives me this error :
[Info]: clif_parse: Disconnecting session #8 with unknown packet version (p:0x6b65,l:19).
and i disabled packet in : core.h ( //#define PACKET_OBFUSCATION )
and packet_db.txt :
Clientinfo :
and every time i change client version i change the version in clientinfo as what server say
Please help me fixing this error i cant start my server
Link to comment
Share on other sites
8 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.