Hadeszeus
New member
[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...
anyone knows?
anyone knows?
7036 = 28726[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...
anyone knows?
post your mmo.h in pastebin or some paste site and post here please
7036 = 28726[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...
anyone knows?
f00 = 3840
the maximum packet limit is 0xF00 , but the packet received is 0x7036(much larger than the limit)
post your mmo.h in pastebin or some paste site and post here please
>
7036 = 28726[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...
anyone knows?
f00 = 3840
the maximum packet limit is 0xF00 , but the packet received is 0x7036(much larger than the limit)
@evilpuncker here it is @evilpuncker here it is http://pastebin.com/3PTK3HTR
@Dast i dont understand what the cause.
I uncomment number 3 to 6 and still the same packet error.post your mmo.h in pastebin or some paste site and post here please
>>
7036 = 28726[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...
anyone knows?
f00 = 3840
the maximum packet limit is 0xF00 , but the packet received is 0x7036(much larger than the limit)
@evilpuncker here it is @evilpuncker here it is http://pastebin.com/3PTK3HTR
@Dast i dont understand what the cause.
I know what is your error..
in this part.
- //Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).
- //#define ENABLE_PACKETVER_RE
- //#ifdef ENABLE_PACKETVER_RE
- // #define PACKETVER_RE
- // #undef ENABLE_PACKETVER_RE
- //#endif // DISABLE_PACKETVER_RE
remove the "//" from #ifdef upto #endif
//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).//#define ENABLE_PACKETVER_RE#ifdef ENABLE_PACKETVER_RE #define PACKETVER_RE #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE
it should look like this:
//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).//#define ENABLE_PACKETVER_RE#ifdef ENABLE_PACKETVER_RE #define PACKETVER_RE #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE
It look exactly like that. I recompile and run the server twice still got the error. Can you explain why im getting that error? I tried to revert back to 20140115 client and i got the same error.. what error should I expect or security issue if i dont fix the issue?it should look like this:
//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).//#define ENABLE_PACKETVER_RE#ifdef ENABLE_PACKETVER_RE #define PACKETVER_RE #undef ENABLE_PACKETVER_RE#endif // DISABLE_PACKETVER_RE
: Connecting to the Log Database trincli0173 At 10.0.1.2...
We use essential cookies to make this site work, and optional cookies to enhance your experience.