i have this problem.
I view source but i don't know
why have error----
Srry for English
- - - Updated - - -
@Future you can help me?
Last edited by xxradicaldxx; 20-01-20 at 05:00 PM.
Guess what?Code:VOID CAtumApplication::FieldSocketMoveHackShield_CRCReqMsg(MSG_FC_MOVE_HACKSHIELD_CRCReqMsg* pMsg) { if (b_CanadaMutex) //2012-09-17 by jhahn ij³ª´Ù ÇÙ½¯µå Á¦°Å ¹öÀü { // 2008-04-04 by bhsohn ÇÙ½¯µå ¹æ½Ä º¯°æ MSG_FC_MOVE_HACKSHIELD_CRCAckMsg sMsg; memset(&sMsg,0x00,sizeof(sMsg)); // HS_MakeCRCAckMsg(pMsg->pbyReqMsg, sMsg.pbyAckMsg); int nRet = _AhnHS_MakeResponse(pMsg->stRequestBuf.byBuffer, pMsg->stRequestBuf.nLength, &sMsg.stResponseBuf); if(ERROR_SUCCESS != nRet) { char szMessage[256]; //wsprintf(szMessage,STRMSG_C_060608_0000); //"¼¹ö°¡ Á¾·áµÇ¾ú½À´Ï´Ù. °ÔÀÓÀÌ Á¾·áµË´Ï´Ù. [%d]" wsprintf ( szMessage , "%s\n[%d]" , STRMSG_C_060608_0000 , nRet ); NetworkErrorMsgBox(szMessage); return; } // end 2008-04-04 by bhsohn ÇÙ½¯µå ¹æ½Ä º¯°æ m_pFieldWinSocket->SendMsg(T_FC_MOVE_HACKSHIELD_CRCAckMsg, (char*)&sMsg, sizeof(sMsg)); } }
Last edited by Future; 16-12-17 at 03:26 PM. Reason: Hab mir die Arbeit mal gemacht, ne?
deactivate everything related to Hackshield but the error continues
If you check HShield.h you can see following definition:
This might be your answer, looks like you haven't really disabled HShieldCode:#define HS_ERR_NOT_INITIALIZED 0x00000003
in log i see reason 5[0X000005], deletedPacketCount(0)
but i trying see maybe client and server but mmm continue
I came across this error again. I have reviewed everything about Hshield and it is completely deactivated.In the PRE Log, IM, LOG, NPC, I don't find anything weird.But in Field Log I found the Error that comes out. (It's episode 3.5)The Log shows this:
Code:Socket Closed Client( xxx.xxx.xxx.xxx:xxxxx) SocketType(7) |SockIdx( 201)| MaxWriteBufCounts[ 3] ==> reason 5[0X000005], deletedPacketCount(0) GameEndRoutine [A(test:6) C(Test:1004) CI(201)] Map(3018) Position(6613, 1070, 5173)
Fixed-> i need disable _using_hackshield_
This took you only 2 years, good job man !