Help !

Results 1 to 2 of 2
  1. #1

    sad Help !

    CRASH WORLD :3 HELP!
    WHY? http://prntscr.com/376jtc


  2. #2
    Member Fenris is offline
    MemberRank
    Sep 2011 Join Date
    RE:ℓσα∂Location
    69Posts

    Re: Help !

    Search for:
    Code:
    BOOL CModelMng::LoadScript( LPCTSTR lpszFileName )
    {

    Probably this one btw:
    Code:
    			if( iObject == 0 )
    			{
    				CString str;
    				str.Format( "CModelMng::LoadScript(%d) 0À¸·Î ÁöÁ¤µÈ ¸ð¼Ç ¾ÆÀ̵ð : %s, %s", script.GetLineNum(), szObject, script.token );
    				AfxMessageBox( str );
    			}

    Either or, check the line number in mdldyna.inc. Also, to specifically find out each error, you can add some indicator to the string, Or just translate it from Korean euc to Korean if the file is still ascii format rather than utf-8 / Unicode and then to English.
    Last edited by Fenris; 06-04-14 at 08:13 AM.



Advertisement