Hi elitepvpers,
I have started all over with an different source. (Clean V15 with added v16 etc content VS2013)
Now i am adding the option so that you can create / select 4 characters instead of 3.
I have changed all things inside WndSelectChar.cpp .h to setup the 4th slot also changed resdata.
Now when i am logging in its crashing so i did an debug and the crash is leading me to this line
__fastfail(FAST_FAIL_STACK_COOKIE_CHECK_FAILURE);
insde gs_report.c
When i set the MAX_CHARACTER_SLOT on 3 so i can check if the resdata is correct its crashing on this line
m_pBipedMesh[i]->InitDeviceObjects(m_pApp->m_pd3dDevice);
Function HRESULT CWndSelectChar::InitDeviceObjects()
I am an bit lost.
Any help would be appriciated.






