Jump to content
  • 0

Packet Obfuscation ?


Question

Posted

With or Without Packet Obsfuscation I still get error ?

Error :
 

Spoiler

[Info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x0064,l:55).
[Info]: Closed connection from '127.0.0.1'.

My clientinfo.xml
 

Spoiler

<version>55</version>


My packet_db

Spoiler

//packet_db_ver: 46
packet_db_ver: 55
packet_keys_use: default

 

My mmo.h

Spoiler

#ifndef PACKETVER
    #define PACKETVER 20151104
    //#define PACKETVER 20120410
#endif

My core.h

Spoiler

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
/// This requires PACKETVER 2011-08-17 or newer.
//#define PACKET_OBFUSCATION

 

Tried this settings but still got that error :

Spoiler

Client : 2015-11-04

Setting 1:
Disable Packet Encryption : Yes
Packet_Obfuscation : Yes

Setting 2:
Disable Packet Encryption : Yes
Packet_Obfuscation : No

Setting 3:
Disable Packet Encryption : No
Packet_Obfuscation : Yes

Setting 4:
Disable Packet Encryption : No
Packet_Obfuscation : No

Any Suggestion on How to fix it ? Or anyone who can help me ? We can use Teamviewer :) 

10 answers to this question

Recommended Posts

  • 0
Posted (edited)
1 hour ago, chibikyle said:

Any Suggestion on How to fix it ? Or anyone who can help me ?

Packet 0x64 with size 55 bytes - it is login packet.

I think you set wrong port in clientinfo.xml and client is trying to login to the map server instead of login server.

Edited by Functor
  • 0
Posted (edited)
packet_ver: 5
0x0064,55

[Info]: clif_parse: Disconnecting session #3 with unknown packet version (p:0x0064,l:55).

 

#define PACKET_OBFUSCATION 

Enable that.

Some reason, your is using packet_ver 5, not 55.  Please double check your files, make sure to recompile.

Edited by srhmike
  • 0
Posted (edited)

This happens for me as well.
Still trying to figure out why.

Will re-enable the obfuscation and see how things play out.
Certainly it is the right port in the client info.

 

Error shows in client after selecting character to play as.

 

 

Last known commit that worked for me was.
e820ef9090a02e8483ef672147e159210dd09c16

I'll work my way back up the list of commits that are on master to see when it happens :).

 

Edited by MegaByte
  • 0
Posted
On 25/12/2016 at 11:50 PM, MegaByte said:

This happens for me as well.
Still trying to figure out why.

Will re-enable the obfuscation and see how things play out.
Certainly it is the right port in the client info.

 

Error shows in client after selecting character to play as.

 

 

Last known commit that worked for me was.
e820ef9090a02e8483ef672147e159210dd09c16

I'll work my way back up the list of commits that are on master to see when it happens :).

 

any update here? i'm incountering the same problem

 

  • 0
Posted

Hey sorry, due to IRL,
I have not yet been able to update the code to see.

But I plan to try again soon :).

Let us know if you find anything too.

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