Unsupported Packet

nasagnilac

New member
Messages
121
Points
0
Github
gmblank
Hello, I would like to know how to fix this?

 

Code:
(10/11/2016 01:38:55) [ Warning ] : clif_parse: Received unsupported packet (packet 0x0852 (0x0970), 31 bytes received), disconnecting session #209.
 
Common question without reading error. Which client you use, did you set client version in mmo.h, what's your settings for packet encryption

 
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.

 
 
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.

 
Back
Top