Irrlicht - CEGUI Problem

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Witch1986
Posts: 3
Joined: Wed Jul 12, 2006 10:29 pm

Irrlicht - CEGUI Problem

Post by Witch1986 »

Hi!

I have one question. When I start my prgramm with the CEGUI Interface my Prog will shutdown with this message:
Unbehandelte Ausnahme bei 0x7c81eb33 in Tamagotchi Irrlicht CPP.exe: Microsoft C++-Ausnahme: CEGUI::InvalidRequestException an Speicherposition 0x0012ec08..
I have all things do that I must to start CEGUI but I will get every time the same message!

Could anybody help me?

Sorry for my bad english!

Witch
Baal Cadar
Posts: 377
Joined: Fri Oct 28, 2005 10:28 am
Contact:

Post by Baal Cadar »

Debug it. Without any code at all, we have way too little information here.
First look into your cegui.log, to see if there are further informations.

If this doesn't help to resolve the issue: Use the debugger!
And if you can't figure it out then yourself, present a stack trace together with the relevant portions of the source code. You might also better ask this question in the cegui-forum, since it is a cegui-exception that is thrown. (After putting enough effort into handling it yourself, that is ;) )
No offense :)
Post Reply