MyGUI initalise problem - help needed.

doboszsite

04-05-2010 19:48:39

Hi,
I’m nooby in MyGUI and I need some help. Well, I did all things which I should do to initialize MyGUI with Ogre (http://www.ogre3d.org/wiki/index.php/MyGUI_quickstart). I get an unhandled exception while "mGUI->initialise()". It call back to header file "MyGUI_OgrePlatform.h" function "mDataManager->initialise(_group)". Why I can’t initialize mDataManager ? What I did wrong ? Any hits, please ?
Log file:
----------------------------------------------------------------------------------------------------------------------------------
loging report for : 05/04/2010 21:07:07
----------------------------------------------------------------------------------------------------------------------------------

21:07:07 | Platform | Info | * Initialise: OgreRenderManager | ..\..\..\..\Platforms\Ogre\OgrePlatform\src\MyGUI_OgreRenderManager.cpp | 26

No errors in log file. Process was just terminated.

Altren

04-05-2010 20:24:32

Check that you have Ogre initialised. Do you have created camera and viewport initialized before you trying to initialize MyGUI. If not - try to create them first.