Jump to content
  • 0
Hadeszeus

Why I'm getting this error?

Question

9 answers to this question

Recommended Posts

  • 0

[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...

 

anyone knows?

7036 = 28726

f00 = 3840

the maximum packet limit is 0xF00 , but the packet received is 0x7036(much larger than the limit)

Share this post


Link to post
Share on other sites
  • 0

post your mmo.h in pastebin or some paste site and post here please

 

 

 

[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...

 

anyone knows?

7036 = 28726

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.

Share this post


Link to post
Share on other sites
  • 0

 

post your mmo.h in pastebin or some paste site and post here please

 

 

[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...

 

anyone knows?

7036 = 28726

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.

 

  1. //Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).

  2. //#define ENABLE_PACKETVER_RE

  3. //#ifdef ENABLE_PACKETVER_RE

  4. //      #define PACKETVER_RE

  5. //      #undef ENABLE_PACKETVER_RE

  6. //#endif // DISABLE_PACKETVER_RE

 
remove the "//" from #ifdef upto #endif

Share this post


Link to post
Share on other sites
  • 0

 

 

post your mmo.h in pastebin or some paste site and post here please

 

 

>> 

[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...

 

anyone knows?

7036 = 28726

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.

 

  1. //Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).

  2. //#define ENABLE_PACKETVER_RE

  3. //#ifdef ENABLE_PACKETVER_RE

  4. //      #define PACKETVER_RE

  5. //      #undef ENABLE_PACKETVER_RE

  6. //#endif // DISABLE_PACKETVER_RE

 
remove the "//" from #ifdef upto #endif

 

 

I uncomment number 3 to 6 and still the same packet error. :(

Share this post


Link to post
Share on other sites
  • 0

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 

 

Share this post


Link to post
Share on other sites
  • 0

 

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

Share this post


Link to post
Share on other sites
  • 0

did you enable the packet_obfuscation?

Share this post


Link to post
Share on other sites
  • 0

yes and the game is running properly with crashing or errors.. 

 

packet_obfuscation = 2

 

This happens after this line

 

[info]: Connecting to the Map DB Server....
[status]: connect success! (Map Server Connection)
[info]:
: Connecting to the Log Database trincli0173 At 10.0.1.2...
[status]: [sql]: Successfully 'connected' to Database '*******'.
[status]: Loading maps (using db/re/map_cache.dat as map cache)...
[info]: Successfully loaded '888' maps.
[status]: Done reading '62' command aliases in 'conf/atcommand.conf'.
[color=#ff0000][Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...[/color]
[status]: Done reading '4' channels in 'conf/channels.conf'.
[status]: Done reading '8310' entries in 're/item_db.conf'.
[status]: Done reading '1718' entries in 'item_db2.conf'.
[status]: Done reading '201' entries in 'item_combo_db'.
[status]: Done reading '53' entries in 'db/re/item_group.conf'.
Edited by Hadeszeus

Share this post


Link to post
Share on other sites

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

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.