Trying to run gazebo alone (gzserver, then gzclient) renders:
/-------------------------
klaus@klaus-Inspiron-1545:~$ gzclient
Gazebo multi-robot simulator, version 1.0.0-RC2
Copyright (C) 2011 Nate Koenig, John Hsu, Andrew Howard, and contributors.
Released under the Apache 2 License.
http://gazebosim.orgMsg Waiting for master
Msg Connected to gazebo master @
http://localhost:11345
Qt: Session management error: None of the authentication protocols specified are supported
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::ItemIdentityException'
what(): OGRE EXCEPTION(5:ItemIdentityException): Can not find codec for 'png' image format.
There are no formats supported (no codecs registered). in Codec::getCodec at /build/buildd/ogre-1.7.3/OgreMain/src/OgreCodec.cpp (line 69)
Aborted
klaus@klaus-Inspiron-1545:~$
/-----------------------
The error I got, after running
roslaunch gazebo_worlds empty_world.launch was:
/-----
gazebo: /home/klaus/Programs/ogre_src_v1-7-4/OgreMain/include/OgreSingleton.h:80: Ogre::Singleton<T>::Singleton() [with T = Ogre::TerrainPageSourceListenerManager]: Assertion `!ms_Singleton' failed.
[gazebo-2] process has died [pid 13366, exit code -6].
log files: /home/klaus/.ros/log/87ad5d8a-600e-11e1-ab32-0024d690acd8/gazebo-2*.log
/-------------
The above mentioned log does not exist. :(