Unsupported Packet 0x093d

Keanu

New member
Messages
19
Points
0
Emulator
Hi there,

I'm recieving the error of; 

[Info]: Selected char: (Account 2000000: 0 - )[Info]: Subnet check []: WAN[Warning]: clif_parse: Received unsupported packet (packet 0x736e (0x093d), 19 bytes received), disconnecting session #7.[Info]: Closed connection from ''.

I've tried several different clients;

2013-08-14a

2014-02-12a

2014-04-16a

(few others) and finally the current one; 2014-06-13 however to no luck. I've followed these guides too;

http://www.eathena.ws/board/index.php?showtopic=220481&st=0&p=1203335entry1203335http://herc.ws/board/topic/7466-whats-the-packet-and-what-can-i-do-with-it/?hl=%2Bpacket+%2Bdb


Here is a copy of my mmo.h, packet.h and a link to the client i've used.

mmo.h:http://pastebin.ca/2861655packets.h:http://pastebin.ca/2861656Clent:https://www.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2FThemonChan%2F2014-Ragexe-Client&h=fAQFA-mVX

Please note that we have used NEMO to do the diff.

But to no luck either... Can anyone provide with with support for this please?

Thanks

-Keanu

 
Last edited by a moderator:
I used the svn to download? Am I meant to be using branch then, not trunk?

After painfully uploading a copy of the master repo via SFTP (did this to make SURE i had the latest instead of relying on svn this time), i'm still getting the same problems. I'm adamant that its not outdated now as I got the zip from here.

https://github.com/HerculesWS/Hercules

Can anyone provide me with a copy of the latest packets.h / mmo.h please? 

 
Last edited by a moderator:
Hi there,

I've just copied the document you've given me and uploaded it to the server.and Yeah, I recompiled the server using these commands;

configure --disable-64bit

make clean

make sql.

Is that correct?

Also just used the make all command to no avail.

Kind Regards

-Keanu

 
Last edited by a moderator:
Hi there,

I'm recieving the error of; 

[Info]: Selected char: (Account 2000000: 0 - )[Info]: Subnet check []: WAN[Warning]: clif_parse: Received unsupported packet (packet 0x736e (0x093d), 19 bytes received), disconnecting session #7.[Info]: Closed connection from ''.

I've tried several different clients;

2013-08-14a

2014-02-12a

2014-04-16a

(few others) and finally the current one; 2014-06-13 however to no luck. I've followed these guides too;

http://www.eathena.ws/board/index.php?showtopic=220481&st=0&p=1203335entry1203335http://herc.ws/board/topic/7466-whats-the-packet-and-what-can-i-do-with-it/?hl=%2Bpacket+%2Bdb


Here is a copy of my mmo.h, packet.h and a link to the client i've used.

mmo.h:http://pastebin.ca/2861655packets.h:http://pastebin.ca/2861656Clent:https://www.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2FThemonChan%2F2014-Ragexe-Client&h=fAQFA-mVX

Please note that we have used NEMO to do the diff.

But to no luck either... Can anyone provide with with support for this please?

Thanks

-Keanu
As Yommy said,

your packets.h is outdated,

Update your repo and packets.h and then try to run 2014 clients and it will work well.

(imo, use 2012-02-05 or below)

 
Thanks for your reply, I have updated the repo and also the packets.h however to no avail. Would it be a problem using a outdated client? I mean to say, would it still have all the features (e.g. Pin code login screen, client items shop and auction house etc?)

I can't understand why I'm having the problem in the first place, I mean, I followed the guide and used SVN to download the emu, so I can't see why I'd have a problem with it being outdated unless it's actually outdated on the repo?

If it helps, I'm running CentOS 6, and have fully updated using "yum upgrade" the only other thing I can think of would be that it's not compiling correctly using make? But then, wouldn't it show an error? I'm using the commands listed above then running ./athena-start start and it's running fine?

Looking forward to your reply,

Kind Regards,

-Keanu

 
By the way, is there anyone can release unpacked 2014-10-22bRagexe client, please?
its released for the devs currently, until hercules can support it.there will be a release topic when its ready for public
default_smile.png


 
As you can see https://github.com/HerculesWS/Hercules/blob/master/src/map/packets.h , here is no packet info for 2014-06-13a client. So you can use 2014-04-16a instead of.

By the way, is there anyone can release unpacked 2014-10-22bRagexe client, please?
I'm now using the 2014-04-16a client but i'm still getting the error of unsupported packets. this is the latest one;

[Warning]: clif_parse: Received unsupported packet (packet 0x068a (0x022d), 19 bytes received), disconnecting session #7.
patched the client using NEMO and using "Recommended". I have updated the repo, and compiled it. Still no luck. This still doesn't answer the questions I had in a previous post.
 
 I can't understand why I'm having the problem in the first place, I mean, I followed the guide and used SVN to download the emu, so I can't see why I'd have a problem with it being outdated unless it's actually outdated on the repo?
If it helps, I'm running CentOS 6, and have fully updated using "yum upgrade" the only other thing I can think of would be that it's not compiling correctly using make? But then, wouldn't it show an error? I'm using the commands listed above then running ./athena-start start and it's running fine?"

What could possibly be going wrong to cause all these issues? As said, i've even installed a fresh version of the emu, but even that didn't work. 
 
Last edited by a moderator:
Back
Top