rviz error - Segmentation fault
I have installed ROS electric (Ubuntu 10.04).
I get this error message when I like to start rviz with rosrun rviz rviz:
INFO [1347807197.728174501]: rviz revision number 1.6.7
INFO [1347807197.728302839]: ogre_tools revision number 1.6.3
INFO [1347807197.728350850]: compiled against OGRE version 1.7.3 (Cthugha)
INFO [1347807197.801335753]: Loading general config from [/home/janina/.rviz/config]
INFO [1347807197.801921520]: Loading display config from [/home/janina/.rviz/display_config]
INFO [1347807197.850185850]: RTT Preferred Mode is Copy.
INFO [1347807198.050808370]: Texture for pass 0: creating with size 1 x 1
INFO [1347807198.051192494]: Texture for pass 1: creating with size 1 x 1
INFO [1347807199.082435434]: RTT Preferred Mode is Copy.
**Segmentation fault**
I tried export OGRE_RTT_MODE=Copy
(also PBuffer
, or FBO
), but it does not work.
Does anybody know an other solution for this problem?
Thanks for help!