Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007976

  • 0 - None Assigned

  • Done

Issue Confirmations

  • Yes (0)No (0)
Photo

Received unknown packet 0x65

Posted by Lelouch on 16 January 2014 - 06:56 PM

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.
[Error]: parse_char: Received unknown packet 0x65 from ip '127.0.0.1'! Disconnecting!

This is my mmo.h
#ifndef PACKETVER
    #define PACKETVER 20131223
#endif // PACKETVER

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

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


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

and be sure that #Define... is comment out in the MMO.H
//#define PACKETVER_RE


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

Edited by ossi0110, 16 January 2014 - 08:01 PM.


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.

changed status to: Done

Thanks for the update