Jump to content
  • 0

[ERROR] Unkown Packet version


Question

Posted

Okay, So I'm new to making servers in rA as I used to use eA. It's alot harder than I thought it'd be..

I saw in my common/mmo.h that it was set out like this:

#ifndef PACKETVER

#define PACKETVER 20120410

//#define PACKETVER 20111116

So I went to http://supportmii.com/ro1/Clients/ and got the 2012-04-10a diff.

And managed to diff it..

And now I open my server and login with my account....

I can get until where I open my char, until it rejects me from the server. This is what happens in my mapserver.

clif_parse: Disconnecting session #3 with unknown packet version (p:0x464d,1:19)

Any idea on how to fix this? It would be great.

23 answers to this question

Recommended Posts

Posted (edited)

must like this if you use client 2011-11-16

#ifndef PACKETVER

#define PACKETVER 20120410

define PACKETVER 20111116

if using client 2012-04-12

#ifndef PACKETVER

define PACKETVER 20120410

#define PACKETVER 20111116

Edited by hendra814
Posted

must like this if you use client 2011-11-16

#ifndef PACKETVER

#define PACKETVER 20120410

define PACKETVER 20111116

if using client 2012-04-12

#ifndef PACKETVER

define PACKETVER 20120410

#define PACKETVER 20111116

I'm using 2012-04-10 and that's how it is..

Posted

Okay, So I'm new to making servers in rA as I used to use eA. It's alot harder than I thought it'd be..

I saw in my common/mmo.h that it was set out like this:

#ifndef PACKETVER

#define PACKETVER 20120410

//#define PACKETVER 20111116

So I went to http://supportmii.com/ro1/Clients/ and got the 2012-04-10a diff.

And managed to diff it..

And now I open my server and login with my account....

I can get until where I open my char, until it rejects me from the server. This is what happens in my mapserver.

clif_parse: Disconnecting session #3 with unknown packet version (p:0x464d,1:19)

Any idea on how to fix this? It would be great.

what emuator are you using?eA or rA?

Posted (edited)

Okay, So I'm new to making servers in rA as I used to use eA. It's alot harder than I thought it'd be..

I saw in my common/mmo.h that it was set out like this:

#ifndef PACKETVER

#define PACKETVER 20120410

//#define PACKETVER 20111116

So I went to http://supportmii.com/ro1/Clients/ and got the 2012-04-10a diff.

And managed to diff it..

And now I open my server and login with my account....

I can get until where I open my char, until it rejects me from the server. This is what happens in my mapserver.

clif_parse: Disconnecting session #3 with unknown packet version (p:0x464d,1:19)

Any idea on how to fix this? It would be great.

what emuator are you using?eA or rA?

rA ofcourse :)

Edited by NovaGFX
Posted

Make sure you have diffed the client with SkipPacketHeaderObfuscation.

Without it the emulator wont be able to recognize the packets sent by the client.

Posted (edited)

if you are using rA. no need to change the common/mmo.h. because it is already set to #define PACKETVER 20120410.

I don't know what you mean.. It's set at #define PACKETVER 20120410 yet It's not working..

There is no diff option in Shin's diff patcher with SkipPacketHeaderbfuscation..

Edited by NovaGFX
Posted

if you are using rA. no need to change the common/mmo.h. because it is already set to #define PACKETVER 20120410.

I don't know what you mean.. It's set at #define PACKETVER 20120410 yet It's not working..

There is no diff option in Shin's diff patcher with SkipPacketHeaderbfuscation..

change to another diff.. try n error..

Posted

if you are using rA. no need to change the common/mmo.h. because it is already set to #define PACKETVER 20120410.

I don't know what you mean.. It's set at #define PACKETVER 20120410 yet It's not working..

There is no diff option in Shin's diff patcher with SkipPacketHeaderbfuscation..

Hello,

Here is the diff file https://subversion.assembla.com/svn/weetools/trunk/ShinsDiffPatcher/plugins/WeeDiffGen/WDGSkipPacketHeaderObfuscation.dll

Hope it helps, goodluck :)

Posted

if you are using rA. no need to change the common/mmo.h. because it is already set to #define PACKETVER 20120410.

I don't know what you mean.. It's set at #define PACKETVER 20120410 yet It's not working..

There is no diff option in Shin's diff patcher with SkipPacketHeaderbfuscation..

the packetver is already set default for 2012-04-10 client. no need to modified there. the only problem is the SkipPacketHeaderbfuscation

Posted (edited)

It's already in there.. But when I open the Shins diff and look for it.. It's not in there.. But it's in the WeeDiffGen plugins folder

Edited by NovaGFX
Posted

It's already in there.. But when I open the Shins diff and look for it.. It's not in there.. But it's in the WeeDiffGen plugins folder

make sure you put the plugins inside the plugins\WeeDiffGen

post-1381-0-99745800-1354974120_thumb.jpg

  • Upvote 1
Posted

it's in there already i told you.. here's a SS

photo.php?fbid=10200129928041396&set=a.2348065551520.2135634.1546521293&type=1&theater

DesktopUntitled.png Why won't the damn SS show??

your screenshot is not showing.

I know D: It was a fb link that's probably why.. xD because it wont let me attach a photo in here except links

Posted

I had this issue too. All of my client and server packet information WAS correct, my diff was good and everything, but I was being rejected.

I checked out the newest SVN and compiled it... I'm able to connect to that without a problem.

Posted

I had this issue too. All of my client and server packet information WAS correct, my diff was good and everything, but I was being rejected.

I checked out the newest SVN and compiled it... I'm able to connect to that without a problem.

The SVN is the newest...

Posted (edited)

Hi! I also got this problem... The SkipPacketHeaderObfuscation is not appearing on the list of diffs on Shin's Diff Patcher although it's on the plugins folder.

 

You may wanna try out the By pass client for 2012-04-10... http://supportmii.com/ro1/Clients/Bypass_Clients/

It didn't need the skippacketheaderobfuscation... I just loaded the default patch that the program suggested. It worked for me.

 

One more thing.. check the packet version on the clientinfo.xml..  /no1

 

 

What does this phrase means anyway "SkipPacketHeaderObfuscation"?? XD

Edited by paopao

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