Diana Posted January 12, 2017 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
0 Chaos92 Posted January 12, 2017 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
0 Diana Posted January 12, 2017 Author Posted January 12, 2017 same error : [Info]: clif_parse: Disconnecting session #8 with unknown packet version (p:0x6b65,l:19). Quote
0 Chaos92 Posted January 12, 2017 Posted January 12, 2017 your clientinfo.xml too. change 30 to 53 <version>30</version> Quote
0 Chaos92 Posted January 12, 2017 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
0 Chaos92 Posted January 13, 2017 Posted January 13, 2017 u disable packet obfuscation... did u recompile after that? Quote
0 srhmike Posted January 13, 2017 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
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
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.