From: Christoph B. <eg...@gm...> - 2007-09-02 13:29:37
|
Hi, I've got some trouble running latest SVN of opengate. It bails out with these errors. Looks like they come from the OGRE default media? High-level program Ogre/CelShadingVP encountered an error during loading and is thus not supported. OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource Example_CelShading.cg in resource group General or any other group. in ResourceGroupManager::openResource at OgreResourceGroupManager.cpp (line 603) High-level program Ogre/CelShadingFP encountered an error during loading and is thus not supported. OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource Example_CelShading.cg in resource group General or any other group. in ResourceGroupManager::openResource at OgreResourceGroupManager.cpp (line 603) High-level program Examples/FresnelRefractReflectVP encountered an error during loading and is thus not supported. OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource Example_Fresnel.cg in resource group General or any other group. in ResourceGroupManager::openResource at OgreResourceGroupManager.cpp (line 603) High-level program Examples/FresnelRefractReflectFP encountered an error during loading and is thus not supported. OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource Example_Fresnel.cg in resource group General or any other group. in ResourceGroupManager::openResource at OgreResourceGroupManager.cpp (line 603) High-level program Examples/FresnelRefractReflectVPold encountered an error during loading and is thus not supported. OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource Example_Fresnel.cg in resource group General or any other group. in ResourceGroupManager::openResource at OgreResourceGroupManager.cpp (line 603) And I'm facing a pretty weird error: Error loading texture textures/radarBackground.png. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(5:ItemIdentityException): Cannot find codec for extension png in Codec::getCodec at OgreCodec.cpp (line 62) No idea where that comes from... I can open that file fine with any libpng based application. And finally I bail out with the error: terminate called after throwing an instance of 'CEGUI::RendererException' Suggestions welcome! :-) |