Jump to content
  • 0

Error when use any client from 2012 to 2015 clients


Diana

Question


  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.03
  • Content Count:  188
  • Reputation:   3
  • Joined:  12/17/16
  • Last Seen:  

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 :wacko::(

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1577
  • Reputation:   243
  • Joined:  08/03/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.03
  • Content Count:  188
  • Reputation:   3
  • Joined:  12/17/16
  • Last Seen:  

same error : 

[Info]: clif_parse: Disconnecting session #8 with unknown packet version (p:0x6b65,l:19).
 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1577
  • Reputation:   243
  • Joined:  08/03/12
  • Last Seen:  

your clientinfo.xml too. change 30 to 53

 <version>30</version>
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.03
  • Content Count:  188
  • Reputation:   3
  • Joined:  12/17/16
  • Last Seen:  

yes i already changed it ! :(

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1577
  • Reputation:   243
  • Joined:  08/03/12
  • Last Seen:  

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 by Chaos92
additional info
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  83
  • Topics Per Day:  0.03
  • Content Count:  188
  • Reputation:   3
  • Joined:  12/17/16
  • Last Seen:  

already do what you say 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1577
  • Reputation:   243
  • Joined:  08/03/12
  • Last Seen:  

u disable packet obfuscation... did u recompile after that?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  261
  • Reputation:   53
  • Joined:  11/11/16
  • Last Seen:  

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 by srhmike
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...