MyGUI EXCEPTION : Singleton instance LogManager was not...

yamashi

22-06-2012 16:29:24

Hello,

I just moved my project from Ogre 1.7 and MyGUI 3.0 to Ogre 1.8 and MyGUI 3.2 and I am having a very annoying problem...
I initialize MyGUI in my Engine library like so :

mPlatform->initialise(mNinEngine->GetOgreRenderWindow(), mNinEngine->GetOgreSceneManager());

mGuiSystem->initialise("MyGUI_Core.xml");


But as soon as I try to use MyGUI from my client project I get an exception :

MYGUI EXCEPTION : Singleton instance LogManager was not created in MyGUI

Can someone help me out with this ?