jobbernowled
17-06-2010 04:29:23
I have been trying to figure out why the gui/mouse were not appearing despite no errors (and countless failed solutions) when I looked at the MyGui log. It seems the MyGui files can not find the textures.
The textures are located at:
and the files that can't find them are at
This is a fresh cmake of MyGui so I assume everything is where it should be. Are my files somehow in the wrong place?
The textures are located at:
C:\dev\MyGUI3.0\Media\MyGUI_Media
and the files that can't find them are at
C:\dev\MyGUI3.0\MyGUIEngine\src
This is a fresh cmake of MyGui so I assume everything is where it should be. Are my files somehow in the wrong place?
----------------------------------------------------------------------------------------------------------------------------------
loging report for : 06/16/2010 23:14:22
----------------------------------------------------------------------------------------------------------------------------------
...
23:14:22 | Core | Error | Texture 'core_micro_font.PNG' not found | .\src\MyGUI_TextureUtility.cpp | 55
23:14:22 | Platform | Error | Texture 'core_micro_font.PNG' not found, set default texture | .\src\MyGUI_OgreTexture.cpp |
...
23:14:22 | Core | Error | Texture 'core.png' not found | .\src\MyGUI_TextureUtility.cpp | 55
...
23:14:22 | Core | Error | Texture 'core_pointer.png' not found | .\src\MyGUI_TextureUtility.cpp | 55
23:14:22 | Core | Info | Gui successfully initialized | .\src\MyGUI_Gui.cpp | 129