For some reason I am having trouble getting the default M$ skin loaded. I am having no issue loading the default *sample* skin (simple_scene_skin.xur) but not the default skin located in ..\..\Microsoft Xbox 360 SDK\bin\win32\xuimedia (skin_default.xui). I have also included the Graphics folder which is where the skin gets it's images from. I have successfully compiled both (skin_default and the graphics folder) into a XZP w/ the rest of my project files but I am getting no luck. It is not finding the visuals for anything and the HRESULT is not returning S_OK like it should when a skin is successfully loaded.
The current code I am using to load the skin is..
mediaLocator.ComposeResourceLocator( szResourceLocator, ARRAYSIZE( szResourceLocator ), L"xui/", L"xuiSkin.xur" );
hr = app.LoadSkin( szResourceLocator );
Any help would be appreciated.
Thanks