Thats how it goes:
Code:
bool CLS OR GS, OR WS namespace::HandlePACKET (t_PACKETHEADER *pPacket )
{
switch ( pPacket->m_wType ) {
case 1 :
return somehing( (t_PACKET*)pPacket );
case 2:
return something(Same);
default :
LOG (adress, "** ERROR:: CLS_Server: Invalid packet type: 0x%x, Size: %d\n", pPacket->m_wType, pPacket->m_nSize);
}
}
I would say this error occurs because your exes ( GS WS LS ) can't communicate properly in the first place.
I don't know what are the files ihaki sent, but try them and give us some feedback.
Hij