gzclient throws OGRE Exception
I'm running Ubuntu 13.04 64-bit on a machine with an NVIDIA Quadro FX1500 graphics card. I installed gazebo following the instructions in the tutorial. The gzserver starts fine. If I start gzclient using the proprietary nvidia-304 driver it crashes with the following output:
Gazebo multi-robot simulator, version 1.9.1
Copyright (C) 2013 Open Source Robotics Foundation.
Released under the Apache 2 License.
http://gazebosim.org
Msg Waiting for master
Msg Connected to gazebo master @ http://127.0.0.1:11345
Msg Publicized address: 129.132.92.210
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.
terminate called after throwing an instance of 'Ogre::InvalidParametersException'
what(): OGRE EXCEPTION(2:InvalidParametersException): All framebuffer formats with this texture internal format unsupported in GLFrameBufferObject::initialise at /build/buildd/ogre-1.7.4+dfsg1/RenderSystems/GL/src/OgreGLFrameBufferObject.cpp (line 276)
Aborted (core dumped)
The guys at this and this link seem to have had a similar problem, but as I'm running 64-bit Ubuntu with the latest driver these solutions don't work for me. When using the open-source driver gzclient starts but the computer is unusably slow.
Any idea on how to fix this?
EDIT: glxinfo runs without an error as far as I can tell and tells me Hardware Rendering is enabled:
direct rendering: Yes
OpenGL renderer string: Quadro FX 1500/PCIe/SSE2
GL_NV_vertex_program3, GL_NVX_conditional_render,
GL_OES_depth_texture, GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
Can you confirm if this is still present in latests versions of gazebo?
I have the same problem here on Ubuntu 14.04 (64 bits), NVIDIA Quadro FX 3450 with the latest drivers from nvidia.com. I tried the gazebo2 package, building and installing gazebo4 from source, and installing from gazebo5_instal.sh All approaches yield the same error.
Something interesting in the ~/gazebo/ogre.log ?