Problem with Ogre on Ubuntu 9.10
Moderator: PPS-Leaders
Problem with Ogre on Ubuntu 9.10
I have some problems with the Ogre version on Ubuntu 9.10. Since the upgrade from Ubuntu 9.04 to 9.10 Orxonox won't start and returns the following error message:
Error: Loading GameState 'graphics' failed: OGRE EXCEPTION(5:ItemIdentityException): Unable to locate vertex program called Ogre/HardwareSkinningOneWeight. in GpuProgramUsage::setProgramName at OgreGpuProgramUsage.cpp (line 61)
So can anyone fix that problem or tell me how to downgrade Ogre and which version is required for Orxonox?
Thx, Christoph
Error: Loading GameState 'graphics' failed: OGRE EXCEPTION(5:ItemIdentityException): Unable to locate vertex program called Ogre/HardwareSkinningOneWeight. in GpuProgramUsage::setProgramName at OgreGpuProgramUsage.cpp (line 61)
So can anyone fix that problem or tell me how to downgrade Ogre and which version is required for Orxonox?
Thx, Christoph
Re: Problem with Ogre on Ubuntu 9.10
i think your problem has something to do with shaders... what ogre plugins are being loaded ? (have a look at orxonox.ini and search for ogrePluginsDirectory_ and ogrePlugins_ ; post the contents of ogrePluginsDirectory_)
maybe you could also post your ogre.log file
if you want to downgrade i fear you'll have to build ogre manually, as ubuntu karmic doesn't seem to support ogre-1.4 anymore. have a look at http://www.ogre3d.org/wiki/index.php/Bu ... 2F_Kubuntu . when it comes to download ogre, take 1.4.9 instead of 1.6.x.
maybe you could also post your ogre.log file
if you want to downgrade i fear you'll have to build ogre manually, as ubuntu karmic doesn't seem to support ogre-1.4 anymore. have a look at http://www.ogre3d.org/wiki/index.php/Bu ... 2F_Kubuntu . when it comes to download ogre, take 1.4.9 instead of 1.6.x.
There are only 10 types of people in the world: Those who understand binary, and those who don't.
Re: Problem with Ogre on Ubuntu 9.10
Ok. I'm not really used to build and install programs manually, so I try the first option
The content of ogrePluginsDirectory_ (/usr/lib/OGRE) is:
libPlugin_PCZSceneManager.la
Plugin_OctreeSceneManager.la
Plugin_ParticleFX.la
libPlugin_PCZSceneManager.so
Plugin_OctreeSceneManager.so
Plugin_ParticleFX.so
Plugin_BSPSceneManager.la
Plugin_OctreeZone.la
RenderSystem_GL.la
Plugin_BSPSceneManager.so
Plugin_OctreeZone.so
RenderSystem_GL.so
and ogre.log contains:
19:50:02: Creating resource group General
19:50:02: Creating resource group Internal
19:50:02: Creating resource group Autodetect
19:50:02: SceneManagerFactory for type 'DefaultSceneManager' registered.
19:50:02: Registering ResourceManager for type Material
19:50:02: Registering ResourceManager for type Mesh
19:50:02: Registering ResourceManager for type Skeleton
19:50:02: MovableObjectFactory for type 'ParticleSystem' registered.
19:50:02: OverlayElementFactory for type Panel registered.
19:50:02: OverlayElementFactory for type BorderPanel registered.
19:50:02: OverlayElementFactory for type TextArea registered.
19:50:02: Registering ResourceManager for type Font
19:50:02: ArchiveFactory for archive type FileSystem registered.
19:50:02: ArchiveFactory for archive type Zip registered.
19:50:02: FreeImage version: 3.10.0
19:50:02: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
19:50:02: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2
19:50:02: DDS codec registering
19:50:02: Registering ResourceManager for type HighLevelGpuProgram
19:50:02: Registering ResourceManager for type Compositor
19:50:02: MovableObjectFactory for type 'Entity' registered.
19:50:02: MovableObjectFactory for type 'Light' registered.
19:50:02: MovableObjectFactory for type 'BillboardSet' registered.
19:50:02: MovableObjectFactory for type 'ManualObject' registered.
19:50:02: MovableObjectFactory for type 'BillboardChain' registered.
19:50:02: MovableObjectFactory for type 'RibbonTrail' registered.
19:50:02: *-*-* OGRE Initialising
19:50:02: *-*-* Version 1.6.1 (Shoggoth)
19:50:02: Loading library /usr/lib/OGRE/Plugin_ParticleFX
19:50:02: Installing plugin: ParticleFX
19:50:02: Particle Emitter Type 'Point' registered
19:50:02: Particle Emitter Type 'Box' registered
19:50:02: Particle Emitter Type 'Ellipsoid' registered
19:50:02: Particle Emitter Type 'Cylinder' registered
19:50:02: Particle Emitter Type 'Ring' registered
19:50:02: Particle Emitter Type 'HollowEllipsoid' registered
19:50:02: Particle Affector Type 'LinearForce' registered
19:50:02: Particle Affector Type 'ColourFader' registered
19:50:02: Particle Affector Type 'ColourFader2' registered
19:50:02: Particle Affector Type 'ColourImage' registered
19:50:02: Particle Affector Type 'ColourInterpolator' registered
19:50:02: Particle Affector Type 'Scaler' registered
19:50:02: Particle Affector Type 'Rotator' registered
19:50:02: Particle Affector Type 'DirectionRandomiser' registered
19:50:02: Particle Affector Type 'DeflectorPlane' registered
19:50:02: Plugin successfully installed
19:50:02: Loading library /usr/lib/OGRE/RenderSystem_GL
19:50:02: Installing plugin: GL RenderSystem
19:50:02: OpenGL Rendering Subsystem created.
19:50:02: Plugin successfully installed
19:50:02: Creating resource group dataRoot
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/' of type 'FileSystem' to resource group 'dataRoot'
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/levels' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/lua' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/overlays' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/particle' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/tcl' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Creating resource group GUI
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/gui/configs' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/gui/layouts' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/gui/schemes' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/gui/scripts' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Creating resource group externalDataRoot
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/' of type 'FileSystem' to resource group 'externalDataRoot'
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/audio' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/fonts' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/materials/programs' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/materials/scripts' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/materials/textures' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/models' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/gui/fonts' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/packs/cubemap.zip' of type 'Zip' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/packs/skybox.zip' of type 'Zip' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/gui/fonts' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/gui/imagesets' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/gui/looknfeel' of type 'FileSystem' to resource group 'GUI' with recursive option
The content of ogrePluginsDirectory_ (/usr/lib/OGRE) is:
libPlugin_PCZSceneManager.la
Plugin_OctreeSceneManager.la
Plugin_ParticleFX.la
libPlugin_PCZSceneManager.so
Plugin_OctreeSceneManager.so
Plugin_ParticleFX.so
Plugin_BSPSceneManager.la
Plugin_OctreeZone.la
RenderSystem_GL.la
Plugin_BSPSceneManager.so
Plugin_OctreeZone.so
RenderSystem_GL.so
and ogre.log contains:
19:50:02: Creating resource group General
19:50:02: Creating resource group Internal
19:50:02: Creating resource group Autodetect
19:50:02: SceneManagerFactory for type 'DefaultSceneManager' registered.
19:50:02: Registering ResourceManager for type Material
19:50:02: Registering ResourceManager for type Mesh
19:50:02: Registering ResourceManager for type Skeleton
19:50:02: MovableObjectFactory for type 'ParticleSystem' registered.
19:50:02: OverlayElementFactory for type Panel registered.
19:50:02: OverlayElementFactory for type BorderPanel registered.
19:50:02: OverlayElementFactory for type TextArea registered.
19:50:02: Registering ResourceManager for type Font
19:50:02: ArchiveFactory for archive type FileSystem registered.
19:50:02: ArchiveFactory for archive type Zip registered.
19:50:02: FreeImage version: 3.10.0
19:50:02: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
19:50:02: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2
19:50:02: DDS codec registering
19:50:02: Registering ResourceManager for type HighLevelGpuProgram
19:50:02: Registering ResourceManager for type Compositor
19:50:02: MovableObjectFactory for type 'Entity' registered.
19:50:02: MovableObjectFactory for type 'Light' registered.
19:50:02: MovableObjectFactory for type 'BillboardSet' registered.
19:50:02: MovableObjectFactory for type 'ManualObject' registered.
19:50:02: MovableObjectFactory for type 'BillboardChain' registered.
19:50:02: MovableObjectFactory for type 'RibbonTrail' registered.
19:50:02: *-*-* OGRE Initialising
19:50:02: *-*-* Version 1.6.1 (Shoggoth)
19:50:02: Loading library /usr/lib/OGRE/Plugin_ParticleFX
19:50:02: Installing plugin: ParticleFX
19:50:02: Particle Emitter Type 'Point' registered
19:50:02: Particle Emitter Type 'Box' registered
19:50:02: Particle Emitter Type 'Ellipsoid' registered
19:50:02: Particle Emitter Type 'Cylinder' registered
19:50:02: Particle Emitter Type 'Ring' registered
19:50:02: Particle Emitter Type 'HollowEllipsoid' registered
19:50:02: Particle Affector Type 'LinearForce' registered
19:50:02: Particle Affector Type 'ColourFader' registered
19:50:02: Particle Affector Type 'ColourFader2' registered
19:50:02: Particle Affector Type 'ColourImage' registered
19:50:02: Particle Affector Type 'ColourInterpolator' registered
19:50:02: Particle Affector Type 'Scaler' registered
19:50:02: Particle Affector Type 'Rotator' registered
19:50:02: Particle Affector Type 'DirectionRandomiser' registered
19:50:02: Particle Affector Type 'DeflectorPlane' registered
19:50:02: Plugin successfully installed
19:50:02: Loading library /usr/lib/OGRE/RenderSystem_GL
19:50:02: Installing plugin: GL RenderSystem
19:50:02: OpenGL Rendering Subsystem created.
19:50:02: Plugin successfully installed
19:50:02: Creating resource group dataRoot
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/' of type 'FileSystem' to resource group 'dataRoot'
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/levels' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/lua' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/overlays' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/particle' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/tcl' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Creating resource group GUI
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/gui/configs' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/gui/layouts' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/gui/schemes' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/menu/data/gui/scripts' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Creating resource group externalDataRoot
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/' of type 'FileSystem' to resource group 'externalDataRoot'
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/audio' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/fonts' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/materials/programs' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/materials/scripts' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/materials/textures' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/models' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/gui/fonts' of type 'FileSystem' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/packs/cubemap.zip' of type 'Zip' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/packs/skybox.zip' of type 'Zip' to resource group 'General' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/gui/fonts' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/gui/imagesets' of type 'FileSystem' to resource group 'GUI' with recursive option
19:50:02: Added resource location '/home/chris/Studium/Orxonox/data_extern/gui/looknfeel' of type 'FileSystem' to resource group 'GUI' with recursive option
Re: Problem with Ogre on Ubuntu 9.10
hm... seems like if i try to start without direct rendering ...
what does glxinfo | grep direct say ?
does it work if you start it with sudo ./run ?
what does glxinfo | grep direct say ?
does it work if you start it with sudo ./run ?
There are only 10 types of people in the world: Those who understand binary, and those who don't.
Re: Problem with Ogre on Ubuntu 9.10
Direct rendering says 'yes', but also sudo ./run returns the same error message.
Re: Problem with Ogre on Ubuntu 9.10
The error message you get is actually different from the original one (AmbientOneTexture) because I manually removed AmbientOneTexture in your data_external folder (don't forget to restore once it works again).
As I mentioned, we've got the same problem on tardis afaik (tried it at the beginning of this semester).
I also compared the original media folders of Ogre v1.4 and v1.6 with diffutils and couldn't find any indication that we forgot some migration work with vertex whatever.
Google result also didn't bring up useful results so far but I'll try again today.
Unfortunately I've really got no idea why this happens. Especially since it works on some boxes but not others..
As I mentioned, we've got the same problem on tardis afaik (tried it at the beginning of this semester).
I also compared the original media folders of Ogre v1.4 and v1.6 with diffutils and couldn't find any indication that we forgot some migration work with vertex whatever.
Google result also didn't bring up useful results so far but I'll try again today.
Unfortunately I've really got no idea why this happens. Especially since it works on some boxes but not others..
http://www.xkcd.com/
A webcomic of romance, sarcasm, math, and language.
A webcomic of romance, sarcasm, math, and language.
Re: Problem with Ogre on Ubuntu 9.10
I run Ubuntu 9.10 on a Lenovo Thinkpad X200, running into the same problem when launching the game. It's also present on a Lenovo Ideapad in combination with Kubuntu, as far as I heard. Both Notebooks are half year old. Since the same problem emerges on Tardis systems, I wouldn't assume that support for new hardware poses a problem. I didn't try it with a different distribution though. Hopefully Ubuntu 10.04 solves that.
Re: Problem with Ogre on Ubuntu 9.10
this problem should actually already be solved (since last monday late afternoon).
you might have to update data_extern though ?!
you might have to update data_extern though ?!
There are only 10 types of people in the world: Those who understand binary, and those who don't.
Re: Problem with Ogre on Ubuntu 9.10
Nope, still pretty much the same problem...
Did update both code and data_extern and recompiled.
Did update both code and data_extern and recompiled.
svn co https://svn.orxonox.net/game/data/trunk data_extern
A data_extern/materials/textures/cross.tga
A data_extern/materials/textures/asterix.tga
A data_extern/materials/textures/sphere.tga
A data_extern/materials/scripts/Sphere2.material
A data_extern/materials/scripts/Asterix.material
A data_extern/materials/scripts/Cross.material
Checked out revision 6520.
- Attachments
-
- orxonox_ubuntu.9.10.jpg (74.44 KiB) Viewed 21371 times
Re: Problem with Ogre on Ubuntu 9.10
This really is rather peculiar. Unfortunately I cannot even begin to imagine how this could possibly happen. I mean, we never deliberately display that background while playing.
http://www.xkcd.com/
A webcomic of romance, sarcasm, math, and language.
A webcomic of romance, sarcasm, math, and language.
Re: Problem with Ogre on Ubuntu 9.10
this doesn't seem to be the same problem as described above
it the problem that only (if at all) 2d objects get rendered and no 3d objects
the problem on tardis was a different one, wasn't it?!
solex' could be related to driver issues of new intel integrated graphics cards ...
there is a change that 10.04 fixes this ...
it the problem that only (if at all) 2d objects get rendered and no 3d objects
the problem on tardis was a different one, wasn't it?!
solex' could be related to driver issues of new intel integrated graphics cards ...
there is a change that 10.04 fixes this ...
There are only 10 types of people in the world: Those who understand binary, and those who don't.
Re: Problem with Ogre on Ubuntu 9.10
Ah, right. The ogre exception concerning the AmbientOneTexture hasn't shown up anymore since the update. Didn't notice it, because I manually deleted the materials file.greenman wrote:this problem should actually already be solved (since last monday late afternoon).
you might have to update data_extern though ?!
Btw, I also got those once:
But after doing " sudo apt-get purge bluez-alsa " it didn't show up anymore either.*** Identifier: Create class-hierarchy
orxonox # bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
Re: Problem with Ogre on Ubuntu 9.10
hm... the reason for this could be that we do not select the audio out device manually at the moment (we did once, but there have been problems concerning this)
in your case it might have selected the bluetooth-alsa device and found no connected device which supports this...
in your case it might have selected the bluetooth-alsa device and found no connected device which supports this...
There are only 10 types of people in the world: Those who understand binary, and those who don't.
Re: Problem with Ogre on Ubuntu 9.10
Upgrading to Ubuntu 10.04 actually solved the problem!
Re: Problem with Ogre on Ubuntu 9.10
cool, probably this is/was an issue with pulseaudio and openal
There are only 10 types of people in the world: Those who understand binary, and those who don't.
Who is online
Users browsing this forum: No registered users and 1 guest