Jump to content
  • 0

clif_parse: Disconnecting session #6 with unknown packet version.


Cirno

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  04/09/12
  • Last Seen:  

Hello I've just checked out rAthena, configured it and stuff, it all works properly and starts ok, but after selecting a character the clients says 'Rejected from Server', looking at the server console I get the following:

[23/May 18:11][info]: Subnet check [My IP]: WAN
[23/May 18:11][info]: clif_parse: Disconnecting session #6 with unknown packet version.
[23/May 18:11][info]: Closed connection from 'My IP'.

I'm using 20110824 client & packetver, and I cannot find anything as to why I can't connect, could someone help?

Edited by Cirno
Link to comment
Share on other sites

14 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   2
  • Joined:  04/04/12
  • Last Seen:  

I had an error similar to this (instead of #6 it was #3 lol) but the list of fixes should be the same.

1 - Check to make sure your mmo.h packet_ver is the date of your client.

2 - Make sure your packet_db.txt has support for it - Dunno if the link is broken yet but this is the only place ive found for a complete and updated list for packet_db svn6.assembla.com/svn/ClientSide/

3 - When your patching your client, make sure your use the skip packet obfuscation fix

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

I had an error similar to this (instead of #6 it was #3 lol) but the list of fixes should be the same.

1 - Check to make sure your mmo.h packet_ver is the date of your client.

2 - Make sure your packet_db.txt has support for it - Dunno if the link is broken yet but this is the only place ive found for a complete and updated list for packet_db svn6.assembla.com/svn/ClientSide/

3 - When your patching your client, make sure your use the skip packet obfuscation fix

3 - When your patching your client, make sure your use the skip packet obfuscation fix

This setting most important part if you're going to use latest Client.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  08/09/12
  • Last Seen:  

3 - When your patching your client, make sure your use the skip packet obfuscation fix

May I know where can we get packet obfuscation fix dll?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  08/09/12
  • Last Seen:  

Thank you very much. /thx it works.

By the way, some of the buttons are displayed in Korea, but items and skill are displayed in English.

I have checked "Translate Client into English" during patch.

Do I miss something?

post-6953-0-07707300-1345643276_thumb.png

Link to comment
Share on other sites


  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3123
  • Reputation:   1617
  • Joined:  03/26/12
  • Last Seen:  

Those buttons are just images, you need to update your data folder/grf to include the latest translation pack: http://subversion.assembla.com/svn/ClientSide/Translation_Project/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  08/09/12
  • Last Seen:  

Those buttons are just images, you need to update your data folder/grf to include the latest translation pack: http://subversion.as...lation_Project/

Actually I already have those images in my adata.grf which is from http://rathena.org/b...english-folder/.

Not sure whether the below text is correct or not

DATA.INI in kro client

[Data]
1=adata.grf
2=data.grf

grf-files.txt in rathena-trunk-16675/conf

//-----------------------------------------
// GRF List
//-----------------------------------------
// grf: C:\path	o\RO\data.grf
// You may add more in this format
// grf: <data file path>

grf: D:\Games\RO\kRO Client 2012-06-02\data.grf
grf: D:\Games\RO\kRO Client 2012-06-02\adata.grf

//------ Others ---------------------------

// Data Directory (without the actual data\ though)
// the below example would use C:\path	o\RO\data\
//data_dir: C:\path	o\RO\

Edited by Idiotring
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  51
  • Reputation:   0
  • Joined:  06/16/12
  • Last Seen:  

Delete the GRF paths in /conf and try again. It is not necessary to put those in /conf.

What I think happened is that the client reads the GRF list from your server side first and it read it by order, so that images from data.grf comes first and then all the rest that are missing are being read in adata.grf. Meaning that the korean images are being read first, thus ignoring the english version.

Leave the DATA.ini as it is, because the order the GRF files are being read in there is correct.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

use your own custom grf......you must have your own grf to use the translation pack.....

[Data]
0=YOURGRF.grf
1=adata.grf
2=data.grf

pack everything of your clientside file into the grf...

translated lua/lub .... items info ....skill ....quest...whatever..

custom images...custom skin....custom pictures....

All put inside that grf...

and make sure your client didnt "Read the data folder"...dont use that patch...

dont use "Read Lua before Lub"

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  4
  • Reputation:   0
  • Joined:  09/04/12
  • Last Seen:  

I have the same problem, but in my case aren't the buttons, are the skill names, descriptions, cards etc, can someone

know to to fix this? my EXE is reading the korean skills first, the buttons are ok tho

25ho1gw.jpg

This is my Data.INI

[Data]

0=DarkGenesisRO.grf

1=data.grf

2=rdata.grf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

The easiest way is to download the package from http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/

Merge that to your grf.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  4
  • Reputation:   0
  • Joined:  09/04/12
  • Last Seen:  

The easiest way is to download the package from http://rathena.org/b...english-folder/

Merge that to your grf.

Im using that Data V2.0 folder, and still the same, actually in that

screenshot i was using that Data folder

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  04/18/12
  • Last Seen:  

disable "[Data] Use Plain Text Descriptions" when patching your exe :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  07/14/13
  • Last Seen:  

can anyone help me with the same problem, i cant understand what shoul I add or delete from my KRO folder..

im using 2012 04 18..

 

can anyone tell me what should I download? help me please.. thanks.

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...