[BUG??] Ogre Application crash with CEGUI

If you found a bug in our library or on our website, please report it in this section. In this forum you can also make concrete suggestions or feature requests.

Moderators: CEGUI MVP, CEGUI Team

fame
Just popping in
Just popping in
Posts: 3
Joined: Wed Oct 15, 2008 21:36
Contact:

[BUG??] Ogre Application crash with CEGUI

Postby fame » Wed Oct 15, 2008 21:43

Hi,

i'm trying to do some stuff with ogre and CEGUI.
If i don't use CEGUI everything just works fine.


Code: Select all


CEGUI::System *mSystem;
CEGUI::OgreCEGUIRenderer *mRenderer;

mRenderer = new CEGUI::OgreCEGUIRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, mSceneMgr);
mSystem = new CEGUI::System(mRenderer);


if i add those lines (just a simple example) i'm getting a Cg-Compile error:

Code: Select all

...
7f6754064000-7f6754065000 r--p 0001a000 08:03 381477                     /lib64/ld-2.6.1.so
7f6754065000-7f6754066000 rw-p 0001b000 08:03 381477                     /lib64/ld-2.6.1.so
7fff5c04c000-7fff5c063000 rwxp 7ffffffe6000 00:00 0                      [stack]
7fff5c063000-7fff5c065000 rw-p 7fffffffd000 00:00 0
7fff5c1fe000-7fff5c200000 r-xp 7fff5c1fe000 00:00 0                      [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
(0) : fatal error C9999: *** exception during compilation ***
Cg compiler terminated due to fatal error


I tried some different version of cegui: 0.5.0b-r3 and 0.6.1.

I'm running a gentoo amd64 here.
Thanks for your help!

Regards,
fame

Pompei2
Home away from home
Home away from home
Posts: 489
Joined: Tue May 23, 2006 16:31

Re: [BUG??] Ogre Application crash with CEGUI

Postby Pompei2 » Sun Oct 19, 2008 10:12

fame wrote:

Code: Select all

...
7f6754064000-7f6754065000 r--p 0001a000 08:03 381477                     /lib64/ld-2.6.1.so
7f6754065000-7f6754066000 rw-p 0001b000 08:03 381477                     /lib64/ld-2.6.1.so
7fff5c04c000-7fff5c063000 rwxp 7ffffffe6000 00:00 0                      [stack]
7fff5c063000-7fff5c065000 rw-p 7fffffffd000 00:00 0
7fff5c1fe000-7fff5c200000 r-xp 7fff5c1fe000 00:00 0                      [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
(0) : fatal error C9999: *** exception during compilation ***
Cg compiler terminated due to fatal error


I tried some different version of cegui: 0.5.0b-r3 and 0.6.1.

I'm running a gentoo amd64 here.
Thanks for your help!

Regards,
fame

I get the same error (The fatal error C9999) quite often too, on gentoo intel 32, using nVidia drivers.
never figured out where it comes from ....
It crashed my application when I used std::list to queue all the shaders, when I then used my own list class it did not crash anymore.

Now everytime I have some bug/crash I see that error line in the console.

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Postby CrazyEddie » Sun Oct 26, 2008 10:01

Hi,

Not sure what's causing the issue there, but I'll just confirm that CEGUI does not actually use the cg compiler at all, so it should not be caused directly by us :)

CE.


Return to “Bug Reports, Suggestions, Feature Requests”

Who is online

Users browsing this forum: No registered users and 11 guests