In file Packet.cs line 377 the value for this line always become mines that is cause error:
Usually the value is '-16776588' that is unacceptable for next step
lLength = (bBinaryData[iBinaryDataPos++] << 24) ^ (bBinaryData[iBinaryDataPos++] << 16) ^ (bBinaryData[iBinaryDataPos++] << 8) ^ bBinaryData[iBinaryDataPos++];
so any one have solution ?