View Single Post
  #5  
Old 10-15-2012, 04:59 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Quote:
Originally Posted by image View Post
Well you are getting that error because the structure for OP_InspectRequest is only 4 bytes. The clients are sending 8 (and because of size restrictions we reject the packet). Odd.. what client are you using?
It fails with Titanium because there's no encode/decode for that opcode. All the other patches convert from the 8 byte to 4 byte packet the server expects.
Reply With Quote