Search found 4 matches

by Tobse
Tue May 22, 2007 21:21
Forum: Help
Topic: System ctor throws exception
Replies: 7
Views: 5120

:) Ok, the error messages are there, but my question is, why the exception is thrown? I catch it, so the application runs, but without gui. Because the exception is thrown in the constructor of System, the error cannot be in the source code. So there must be an error in the configuration files. How ...
by Tobse
Tue May 22, 2007 20:55
Forum: Help
Topic: System ctor throws exception
Replies: 7
Views: 5120

Here are lines from the log: 16/05/2007 01:38:56 (InfL1) Attempting to load Scheme from file 'TaharezLookSkin.scheme'. 16/05/2007 01:38:56 (InfL2) Started creation of Scheme 'TaharezLookSkin' via XML file. 16/05/2007 01:38:56 (Error) Scheme::xmlHandler::startElement - Unexpec...
by Tobse
Sun May 13, 2007 19:55
Forum: Help
Topic: System ctor throws exception
Replies: 7
Views: 5120

Yes, I think so. Would the CEGUI.log help?
by Tobse
Thu May 10, 2007 21:37
Forum: Help
Topic: System ctor throws exception
Replies: 7
Views: 5120

System ctor throws exception

I tried to use cegui 0.5.0b with ogre 1.4.0. The following code throws an exception in the CEGUI::System ctor: // Set up GUI system _guiRenderer = new CEGUI::OgreCEGUIRenderer(_window, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, _sceneMgr); _guiSystem = new CEGUI::System(_guiRenderer); ...

Go to advanced search