Initalizing failed

Results 1 to 1 of 1
  1. #1
    Apprentice Atreax is offline
    MemberRank
    Jul 2012 Join Date
    On a rainbowLocation
    18Posts

    Initalizing failed

    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.

    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;
            }
    Screenshot of DUMP & Attachement added:

    http://uploadimg.nl/Windows%20XP%20P...4-23-20-40.png
    Attached Thumbnails Attached Thumbnails windows-xp-professional-2012-07-a  




Advertisement