Search found 4 matches
- 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 ...
- Tue May 22, 2007 20:55
- Forum: Help
- Topic: System ctor throws exception
- Replies: 7
- Views: 5120
- Sun May 13, 2007 19:55
- Forum: Help
- Topic: System ctor throws exception
- Replies: 7
- Views: 5120
- 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); ...