From: Christoph B. <eg...@gm...> - 2007-09-02 18:54:49
|
Am Sonntag, den 02.09.2007, 15:18 +0200 schrieb Christoph Brill: > 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) Ok, Carsten told me these are only warnings. So far so good. > 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. This was a bit more tricky. This is caused by OGRE being built without freeimage and devIL. OGRE just could not load any images. > And finally I bail out with the error: > > terminate called after throwing an instance of > 'CEGUI::RendererException' > > Suggestions welcome! :-) Well, and this was caused by the missing PNG functionality. Let's mark it as solved. Anyway: I think we need to reduce the amount of console prints. It's hard to spot errors in the massive output. |