Jump to content
  • 0

Disconnecting session#3 Unknown packet version


strife81

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   1
  • Joined:  04/11/12
  • Last Seen:  

Help me pls.. I can't connect to the map-server. I receive this error always when I login on my character.

I use rAthena and rASql.

My diffed client is 2012-04-10 (latest i think)

I have the packet_db.txt of 2012-04-10 although i don't know what packet version it is.

packet_db.txt: http://svn6.assembla...kets/Packet_db/

And i have the lua and lub files of this version also.

My clientinfo.xml is:

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
 <connection>
 <display>ragnarok</display>
 <desc></desc>
<address>127.0.0.1</address>
 <port>6900</port>
 <version>28</version>
 <langtype>1</langtype>
 <registrationweb></registrationweb>
<loading>
</loading>
<aid>
<admin>2000000</admin>
<admin>2000001</admin>
<admin>2000002</admin>
<admin>2000003</admin>
<admin>2000004</admin>
<admin>2000005</admin>
<admin>2000006</admin>
<admin>2000007</admin>
<admin>2000008</admin>
<admin>2000009</admin>
<admin>2000010</admin>
<admin>2000011</admin>
<admin>2000012</admin>
<admin>2000013</admin>
<admin>2000014</admin>
<admin>2000015</admin>
<admin>2000016</admin>
<admin>2000017</admin>
<admin>2000018</admin>
<admin>2000019</admin>
<admin>2000020</admin>
<admin>2000021</admin>
<admin>2000022</admin>
<admin>2000023</admin>
<admin>2000024</admin>
<admin>2000025</admin>
<admin>2000026</admin>
<admin>2000027</admin>
<admin>2000028</admin>
<admin>2000029</admin>
<admin>2000030</admin>
</aid>
 </connection>
</clientinfo>

I don't know what my problem is.

Edited by strife81
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   3
  • Joined:  01/05/12
  • Last Seen:  

use default on the Packet_db

dbpacket_db.txt

packet_db_ver: default

//packet_db_ver: 23
packet_ver: 5

To connect, you need to change the SRC:

path:

srccommonmmo.h

#ifndef PACKETVER
	#define PACKETVER 20120410
#endif

ALL OTHER use please // to ignore them.

dont forget to compile after src changes.

NP (:

Edited by yakuu
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  162
  • Reputation:   3
  • Joined:  01/23/12
  • Last Seen:  

change

<version>28</version>

to

<version>26</version>

of your clientinfo.xml

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   1
  • Joined:  04/11/12
  • Last Seen:  

use default on the Packet_db

dbpacket_db.txt

packet_db_ver: default

//packet_db_ver: 23
packet_ver: 5

To connect, you need to change the SRC:

path:

srccommonmmo.h

#ifndef PACKETVER
	#define PACKETVER 20120410
#endif

ALL OTHER use please // to ignore them.

dont forget to compile after src changes.

NP (:

@Yakuu: I did what you said and recompiled using Visual C++ 2010. It doesn't seem to fix the problem.

change

<version>28</version>

to

<version>26</version>

of your clientinfo.xml

@Kanage: Tried it and it didn't work.

Edited by strife81
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   3
  • Joined:  01/05/12
  • Last Seen:  

langtypes and version changeing only some adds on the client or not, on my own test server,

i can change both to what ever i want to.

- so, client info isnt right to change there!

Anotherthing that can happend is:

/athena/src/map/clif.h

enum
{// packet DB
   MAX_PACKET_DB  = 0xA00,
   MAX_PACKET_VER = 28,
   MAX_PACKET_POS = 20,
};

is on my own. Test to change the PACKET_VER to 29 or 28.

packet_db.txt last line:

//Add new packets here
//packet_ver: 29

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   1
  • Joined:  04/10/12
  • Last Seen:  

It's not recommended to use clients of 2012+. Try to use some 2011 client, I recommend 2011-06-14RE.

Link to comment
Share on other sites


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

use default on the Packet_db

dbpacket_db.txt

packet_db_ver: default

//packet_db_ver: 23
packet_ver: 5

To connect, you need to change the SRC:

path:

srccommonmmo.h

#ifndef PACKETVER
	#define PACKETVER 20120410
#endif

ALL OTHER use please // to ignore them.

dont forget to compile after src changes.

NP (:

@Yakuu: I did what you said and recompiled using Visual C++ 2010. It doesn't seem to fix the problem.

change

<version>28</version>

to

<version>26</version>

of your clientinfo.xml

@Kanage: Tried it and it didn't work.

Same problem for me, changed the mmo.h (of course recompiled) and the packet_db.txt (added the text under the last, but above the "packer_ver: 29") and I get the same error message.

It's not recommended to use clients of 2012+. Try to use some 2011 client, I recommend 2011-06-14RE.

2011-06-14bRagexeRE doesn't even start at all after diffing. :o

Could somebody please recommend a stable and up2date exe file? I want to setup a test server with newest fixes & content.

EDIT:

Just got it to work! :)

I found the solution in this thread post number #2:

http://rathena.org/board/topic/62107-getting-me-frustratedrediffingrecompiling/page__p__94662#entry94662

Seems that you really need to use the client here:

http://supportmii.com/ro1/Clients/Bypass_Clients/

and get the right lua files, right PACKETVER in mmo.h and the right packet_db.txt entry.

Try it, should work! :D

Edited by ghazul
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...