CEGUI + HGE

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

DaiShiva
Just popping in
Just popping in
Posts: 3
Joined: Wed Nov 29, 2006 23:43

CEGUI + HGE

Postby DaiShiva » Mon Dec 18, 2006 00:48

I'm trying to get CEGUI and HGE working together with the hgeRenderer previously created. The original link is broken, I got them from this link.

I run my program, and its failing on the System initialization line:
[code]
CEGUI::HgeRenderer* hgeRenderer= new CEGUI::HgeRenderer();
new CEGUI::System(hgeRenderer);
[code]

The error is not obvious as to what is wrong. All the output window says is:
Unhandled exception at 0x7c59bc81 in sample.exe: Microsoft C++ exception: CEGUI::GenericException at memory location 0x0012e208..

I'm thinking I might need to put all the CEGUI sources in my project so I can see what is throwing the exception, and the sheer number of sources makes it quite intimidating.

User avatar
lindquist
CEGUI Team (Retired)
Posts: 770
Joined: Mon Jan 24, 2005 21:20
Location: Copenhagen, Denmark

Postby lindquist » Mon Dec 18, 2006 07:17

Take a look inside CEGUI.log.
CEGUI exceptions should log their message!

DaiShiva
Just popping in
Just popping in
Posts: 3
Joined: Wed Nov 29, 2006 23:43

Postby DaiShiva » Tue Dec 19, 2006 07:32

Hmmm, sounds like there are problems with my quick setup then. There is no CEGUI.log file being created.

DaiShiva
Just popping in
Just popping in
Posts: 3
Joined: Wed Nov 29, 2006 23:43

Postby DaiShiva » Wed Dec 20, 2006 00:36

It's crashing while loading the dynamic modules (ceguisystem.cpp line 184) probably because I didnt copy over the dll files required for setting up the XML parser.

Since there is no log file at that time, perhaps the logger should be set to print to stderr?


Return to “Help”

Who is online

Users browsing this forum: No registered users and 25 guests