I went ahead and used the gdb debugger as suggested about and nailed down my error to
an Assertion "ms_Sibgleton" failed
I tried to locate any dll files but have none, even after building from source.
Is there anything i could've missed ?
Search found 2 matches
- Mon Feb 25, 2013 00:23
- Forum: Help
- Topic: Assertion 'ms_Singleton' failed
- Replies: 5
- Views: 5589
- Sun Feb 24, 2013 21:54
- Forum: Help
- Topic: Assertion 'ms_Singleton' failed
- Replies: 5
- Views: 5589
Assertion 'ms_Singleton' failed
Hello, I am new to cegui. So far I've managed to integrate it to Ogre3d. Right now I have this line of code in the Ogre3d tutorialApplication::createScene() function CEGUI::OgreRenderer& mRenderer = CEGUI::OgreRenderer::bootstrapSystem(); I am using code::blocks 10.05 on ubuntu 12.04 to run my c...