Hadeszeus 15 Posted August 21, 2014 [Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...anyone knows? Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted August 21, 2014 post your mmo.h in pastebin or some paste site and post here please Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted August 22, 2014 [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) Quote Share this post Link to post Share on other sites
0 Hadeszeus 15 Posted August 23, 2014 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. Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted August 23, 2014 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. //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 Quote Share this post Link to post Share on other sites
0 Hadeszeus 15 Posted August 23, 2014 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. //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 I uncomment number 3 to 6 and still the same packet error. Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted August 23, 2014 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 Quote Share this post Link to post Share on other sites
0 Hadeszeus 15 Posted August 23, 2014 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? Quote Share this post Link to post Share on other sites
0 Jedzkie 58 Posted August 23, 2014 did you enable the packet_obfuscation? Quote Share this post Link to post Share on other sites
0 Hadeszeus 15 Posted August 23, 2014 (edited) 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 August 23, 2014 by Hadeszeus Quote Share this post Link to post Share on other sites
[Error]: Packet Error: packet 0x7036 is greater than the maximum allowed (0xf00), skipping...
anyone knows?
Share this post
Link to post
Share on other sites