Search found 7 matches
- Mon Feb 21, 2005 10:30
- Forum: Modifications / Integrations / Customisations
- Topic: Crash at the scheme loading
- Replies: 21
- Views: 13561
Re: Crash at the scheme loading
What is the exact exception that you're getting? Also compiler version & STL type in use. I use Visual Studio .Net 2003 (7.1) and the default STL library of VS. I have recompiled the Ogre library + CeGUI + OgreGuiRenderer and now I have an assertion on deleting a block at the end of Rawcontaine...
- Sat Feb 19, 2005 15:45
- Forum: Modifications / Integrations / Customisations
- Topic: Crash at the scheme loading
- Replies: 21
- Views: 13561
Re: Crash at the scheme loading
I think I've wrote this a bit too fast.
So, in releas emode, there isn't any problems but in debug mode there is the problem I've wrote in the first message ...
So, in releas emode, there isn't any problems but in debug mode there is the problem I've wrote in the first message ...
- Sat Feb 19, 2005 14:23
- Forum: Modifications / Integrations / Customisations
- Topic: Crash at the scheme loading
- Replies: 21
- Views: 13561
Re: Crash at the scheme loading
I think I have identified the problem.
I was in Debug mode and I use the Ogre Release. Before, I have used the Ogre lib in release mode in a debug program ...
It seems I can't do this anymore
I was in Debug mode and I use the Ogre Release. Before, I have used the Ogre lib in release mode in a debug program ...
It seems I can't do this anymore
- Sat Feb 19, 2005 14:05
- Forum: Modifications / Integrations / Customisations
- Topic: Crash at the scheme loading
- Replies: 21
- Views: 13561
Re: Crash at the scheme loading
Yes, with CeGUI 0.1 and Ogre 0.15, it was working. I've tried to simplify the scheme at the maximum: <?xml version="1.0" ?> <GUIScheme Name="Milcis"> </GUIScheme> and the same problem occurs. The log: 19/02/2005 12:38:29 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+...
- Sat Feb 19, 2005 11:50
- Forum: Modifications / Integrations / Customisations
- Topic: Crash at the scheme loading
- Replies: 21
- Views: 13561
Crash at the scheme loading
I use CeGUI 0.2 and Ogre 1.0 RC1 with the OgreRenderer which is located on the Ogre CVS (in my opinion it's will better if you include it in the zip/tar.bz2). When I try to load a scheme via : SchemeManager::getSingleton().loadScheme((utf8*)"my scheme.xml"); It makes my program crash at th...
- Wed Dec 29, 2004 17:59
- Forum: Modifications / Integrations / Customisations
- Topic: Error in OgreGUIRenderer compilation
- Replies: 5
- Views: 4212
Error in OgreGUIRenderer compilation
Ok.
Thank you for quick answers
Thank you for quick answers
- Wed Dec 29, 2004 17:16
- Forum: Modifications / Integrations / Customisations
- Topic: Error in OgreGUIRenderer compilation
- Replies: 5
- Views: 4212
Error in OgreGUIRenderer compilation
I have compiled the CVS HEAD of Ogre, no problem. With the CVS HEAD of cegui-mk2, no problem to compile CeGUIBase But when I want to compile the OgreGUIRenderer , I have many errors (sorry it's in french but, there are the same errors in english ;-) ) ------ Début de la génération : Projet : OgreGUI...