I'm not the best in debugging but I basically don't know how to fix this.
When u login with a new account and click on create char the game crashes, that's the same when u have an account with charachter it crashes at login animation.
I think there's something wrong with something not being initliazed.
Note: I don't have the standart source, mine includes QuestChallenge straight from MAIET and i guess that's why something's wrong.
Screenshot of DUMP & Attachement added:Code:bool RVisualMesh::Create(RMesh* pMesh) { m_pMesh = pMesh; // D3DXMatrixIdentity(&m_WorldMat); if(m_pMesh) { m_bIsCharacter = m_pMesh->m_isCharacterMesh; m_bIsNpc = m_pMesh->m_isNPCMesh; }
http://uploadimg.nl/Windows%20XP%20P...4-23-20-40.png



Reply With Quote

