Jump to content
  • 0
Sign in to follow this  
nasagnilac

Unsupported Packet

Question

Hello, I would like to know how to fix this?

 

(10/11/2016 01:38:55) [ Warning ] : clif_parse: Received unsupported packet (packet 0x0852 (0x0970), 31 bytes received), disconnecting session #209.

 

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Common question without reading error. Which client you use, did you set client version in mmo.h, what's your settings for packet encryption

Share this post


Link to post
Share on other sites
  • 0

Yes I did, If the client version is not correct. I cant login my account. 
 

#ifndef PACKETVER
    #define PACKETVER 20130807
#endif // PACKETVER

We have a mobile version but im not sure its from the app.

 

Share this post


Link to post
Share on other sites
  • 0

Error from map server, but packet 0x970 exists only in char server. 0x852 not exists in any known clients.

This mean 3 possible issues.

1. client bug and it send wrong packets.

2. not same packet encryption keys in server and in client.

3. you not rebuild server with configured packet version.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.