Page 1 of 1

Crash on init

Posted: Thu Jan 07, 2010 02:53
by Hideo
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?

Re: Crash on init

Posted: Thu Jan 07, 2010 09:47
by CrazyEddie
Hi,

If you look a few posts down, you will see the same issue and the likely cause / solution.

Please use the forum search feature as I do not have time to keep posting the same answers over and over again. Thanks.

CE.