You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default rendering engine of Ignition Gazebo is ogre-next (previously known as ogre2).
On my setup, that is Ubuntu Bionic running in a docker container with Nvidia support, the ogre2 backend cannot find a recent enough version of OpenGL and Ignition GUI segfaults.
There are two possible workarounds:
Specify ogre2 as default engine in your world file
Edit $HOME/.ignition/gazebo/gui.config and change:
We should add this information in a Troubleshooting or FAQ section of the website.
For future reference, here is the error I get (it would happen also with the upstream command ign gazebo):
gym-ignition on devel [$!?] via 🐍 v3.6.9 (venv)
✦ ❯ python examples/python/launch_cartpole.py
WARN: Box bound precision lowered by casting to float32
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-dferigo'
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:732] Unable to create the rendering window
[GUI] [Err] [Ogre2RenderEngine.cc:739] Unable to create the rendering window
The text was updated successfully, but these errors were encountered:
The default rendering engine of Ignition Gazebo is ogre-next (previously known as ogre2).
On my setup, that is Ubuntu Bionic running in a docker container with Nvidia support, the ogre2 backend cannot find a recent enough version of OpenGL and Ignition GUI segfaults.
There are two possible workarounds:
ogre2
as default engine in your world file$HOME/.ignition/gazebo/gui.config
and change:We should add this information in a Troubleshooting or FAQ section of the website.
For future reference, here is the error I get (it would happen also with the upstream command
ign gazebo
):The text was updated successfully, but these errors were encountered: