ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rviz exception while loading: OGRE EXCEPTION(7:InternalErrorException)

asked 2011-07-27 02:06:35 -0500

rohan_k gravatar image

updated 2011-08-01 04:55:27 -0500

kwc gravatar image

Hi, I have been using rviz with no problems up until recently where upon using "rosrun rviz rviz" it begins loading and then promptly crashes and shuts down:

rosrun rviz rviz

INFO [1311775709.546537962]: Loading general config from [/home/ros/.rviz/config]

INFO [1311775709.546746875]: Loading display config from [/home/ros/.rviz/display_config]

ERROR [1311775712.566807201]: Caught exception while loading: OGRE EXCEPTION(7:InternalErrorException): Cannot create GL vertex buffer in GLHardwareVertexBuffer::GLHardwareVertexBuffer at /code/ros/visualization_common/ogre/build/ogre_src_v1-7-1/RenderSystems/GL/src/OgreGLHardwareVertexBuffer.cpp (line 46)
Segmentation fault

I have tried cleaning and rebuilding it, but to no avail. I also haven't (knowingly) modified any files that are involved with rviz.

Any ideas?

Thanks!

edit retag flag offensive close merge delete

Comments

What do you get in glxinfo? Did you recently (re-)install graphics drivers or a system update?
dornhege gravatar image dornhege  ( 2011-07-27 04:10:06 -0500 )edit
did the pc where you get that error on have c-turtle installed on it (before diamondback)? a simular error happend for me, i manged to get it running by removing the c-turtle version and reinstalling the diamondback one
Bram van de Klundert gravatar image Bram van de Klundert  ( 2011-07-27 19:00:56 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2011-09-02 11:05:50 -0500

kwc gravatar image

no activity in > 1 month, closing

edit flag offensive delete link more
0

answered 2011-09-13 06:25:26 -0500

hersh gravatar image

Ogre has its own separate log system which sometimes has important debugging info for situations like this (OGRE EXCEPTION situations). To get that log, run rviz with the "-l" option:

rosrun rviz rviz -l

The ogre log will be written to the file Ogre.log in the current directory.

Also please see How to make a usable bug report in the rviz troubleshooting wiki page when reporting a bug. We usually need a lot of information about your system before we can tell what is going on.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-07-27 02:06:35 -0500

Seen: 976 times

Last updated: Sep 13 '11