Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Initalizing failed

Newbie Spellweaver
Joined
Jul 14, 2012
Messages
17
Reaction score
0
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:

 

Attachments

You must be registered for see attachments list
Back
Top