Jump to content

[Question]Packet Shop Normal


Recommended Posts

I have a problem when I want to put a shop, driving me to sign and shows me the following error, any solution?

Syser server

SYSERR: Jan  3 15:47:50 :: Process: SEQUENCE 4ee06080 mismatch 0xd7 != 0x0 header 55
SYSERR: Jan  3 15:47:50 :: Process: SEQUENCE_LOG [[Test]]-------------
[109 : 0xaf]
[006 : 0xca]
[241 : 0x8a]
[010 : 0xcf]
[003 : 0x48]
[011 : 0xa7]
[011 : 0x54]
[011 : 0xc7]
[055 : 0xd7]
 
Line packet : HEADER_CG_MYSHOP                            = 55,
 
Packet (server)
typedef struct SPacketCGMyShop
{
BYTE bHeader;
char szSign[SHOP_SIGN_MAX_LEN + 1];
BYTE bCount;
} TPacketCGMyShop;
 
Packet(client)
typedef struct SPacketCGMyShop
{
    BYTE        bHeader;
    char        szSign[SHOP_SIGN_MAX_LEN + 1];
    BYTE        bCount;
} TPacketCGMyShop;
Link to comment
Share on other sites

  • 3 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.