Issue information

Issue ID
#7976
Status
Done
Severity
None
Started
Lelouch
Jan 16, 2014 18:56
Last Post
kyeme
Jan 17, 2014 2:26
Confirmation
N/A

Lelouch - Jan 16, 2014 18:56

After i update my test trunk with the latest git which is Git Hash: '56c54542b7e444010a6287a426680044c6756db6' using 2013-12-23cRagexe.
I received this Error message in my char server when i tryed to logged in.
[code=auto:0][Error]: parse_char: Received unknown packet 0x65 from ip '127.0.0.1'! Disconnecting![/code]

This is my mmo.h
[code=auto:0]#ifndef PACKETVER #define PACKETVER 20131223 #endif // PACKETVER[/code]

Currently there are no modifications in the source because its a fresh test trunk.

This post has been edited by Lelouch on Jan 16, 2014 19:02

ossi0110 - Jan 16, 2014 19:35

could it be that you diffed "DisablePacketEncryption"

if yes you have to be sure to turn the Anti WPE feature off in the client.conf


[code=auto:0]// Whether to enable the official packet obfuscation support (good vs WPE) // 0: disabled // 1: optional (not recommended) -- identifies whether it is required // 2: enabled (recommended) packet_obfuscation: 0[/code]

and be sure that #Define... is comment out in the MMO.H
[code=auto_linenums:0]//#define PACKETVER_RE[/code]


just tested a clean Hercules with 2013-12-23 works like a charm, no packet errors

This post has been edited by ossi0110 on Jan 16, 2014 20:01

Lelouch - Jan 17, 2014 2:12

Fixed!. I test a new trunk and it works fine maybe i did something that cause that unknown packet which i didnt remember -_-. Please change this to Fixed or Working As intended.

kyeme - Jan 17, 2014 2:26

Thanks for the update