Error in MyGUI_Theme_Texture ???

compvis

09-03-2009 05:44:13

hi,

I compile MyGui 2.2.0 normally ! I run my app, there is an exception like:

" OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource #{MyGUI_Theme_Texture} in resource group General or any other group. in ResourceGroupManager::openResource at ..\src\OgreResourceGroupManager.cpp (line 753)"

What was i wrong ?

Thanks

Altren

09-03-2009 12:36:49

Looks like MyGUI_Media/Themes wasn't added to your resources. Open core_location.xml and check that path<Location name="../../Media/MyGUI_Media/Themes" type="FileSystem" group="General" subdirs="false"/>is valid for you. Or you can add this folder to resources.cfg .