Crash on init
Posted: Thu Jan 07, 2010 02:53
This is the code:
CEGUI::Direct3D9Renderer &ceguiRenderer=CEGUI::Direct3D9Renderer::create(m_device);
CEGUI::System::create(ceguiRenderer);
Upon System::create i get a nasty exception:
Unhandled exception at 0x7c812afb in Runecast_d.exe: Microsoft C++ exception: CEGUI::GenericException at memory location 0x0012f0f4..
How to handle this exception?
CEGUI::Direct3D9Renderer &ceguiRenderer=CEGUI::Direct3D9Renderer::create(m_device);
CEGUI::System::create(ceguiRenderer);
Upon System::create i get a nasty exception:
Unhandled exception at 0x7c812afb in Runecast_d.exe: Microsoft C++ exception: CEGUI::GenericException at memory location 0x0012f0f4..
How to handle this exception?