Hello ragezone.
i have a problem when i added the new flaris in my test server.
here's the error, i'm not familiar yet with this error message so i cant solve it, and that's why i'm asking for help.
Code:2012/ 2/16 01:06:27 GetModelElem - out of range: type=0, size=1948, index=1948 2012/ 2/16 01:06:27 CModelMng::loadModel mdlObj/mdlDyna ¿¡ objtype=0 index=1948 bpart=0 ÀÇ Á¤º¸°¡ ¾ø±º¿©. 2012/ 2/16 01:06:27 GetModelElem - out of range: type=0, size=1948, index=1949 2012/ 2/16 01:06:27 CModelMng::loadModel mdlObj/mdlDyna ¿¡ objtype=0 index=1949 bpart=0 ÀÇ Á¤º¸°¡ ¾ø±º¿©. 2012/ 2/16 01:06:28 GetModelElem - out of range: type=0, size=1948, index=1854 2012/ 2/16 01:06:28 CModelMng::loadModel mdlObj/mdlDyna ¿¡ objtype=0 index=1854 bpart=0 ÀÇ Á¤º¸°¡ ¾ø±º¿©. 2012/ 2/16 01:06:28 GetModelElem - out of range: type=0, size=1948, index=1855 2012/ 2/16 01:06:28 CModelMng::loadModel mdlObj/mdlDyna ¿¡ objtype=0 index=1855 bpart=0 ÀÇ Á¤º¸°¡ ¾ø±º¿©. 2012/ 2/16 01:06:55 GetMoverProp range_error min:0, max:1511, index:1511 2012/ 2/16 01:06:55 CMover::InitProp - GetProp(1511) return NULL 2012/ 2/16 01:06:55 GetMoverProp range_error min:0, max:1511, index:1511
i've tried to look at the source, but it seems i understand nothing. LOL
Thanks in advance to those who will help meCode:CModel* CModelMng::LoadModel( LPDIRECT3DDEVICE9 pd3dDevice, int nType, int nIndex, BOOL bParts ) { LPMODELELEM lpModelElem = GetModelElem( nType, nIndex ); if( lpModelElem == NULL ) { Error( "CModelMng::loadModel mdlObj/mdlDyna ¿¡ objtype=%d index=%d bpart=%d ÀÇ Á¤º¸°¡ ¾ø±º¿©.", nType, nIndex, bParts ); return NULL; } TCHAR szFileName[ MAX_PATH ]; MakeModelName( szFileName, nType, nIndex ); return LoadModel( pd3dDevice, szFileName, lpModelElem, nType, bParts ;) }![]()




