Jump to content
  • 0

clif_parse: Disconnecting session #6 with unknown packet version.


Question

Posted (edited)

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

14 answers to this question

Recommended Posts

Posted

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
Posted

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.

Posted (edited)

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
Posted

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.

Posted

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"

Posted

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

Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...