-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fortress ign gazebo crashes after launch (OpenGL version?) #1066
Comments
Looks like a possible duplicate of #1049. I'll close this, but please reopen if it turns out to be a different issue. |
@chapulina I think the crash might be happening at the same place.
but I'm not sure it's the exactly the same issue since the other console output has
but is being run as an nvidia runtime |
I came to the same issue. I'm using the WSLg under Windows11. It works perfectly with citadel, but for fortress, it crashed with the same opengl verision problem. |
Ok, reopening because it seems to be a separate issue |
Using this command This link might be useful |
I had the same issue after installing Fortress on a Ros2 "foxy" docker image. You can change the engine to ogre more permanently by modifying the config file at ~/.ignition/gazebo/6/gui.config (replace ogre2 with ogre). Unfortunately this config file doesn't appear to exist until you've run gazebo once. Also see conda-forge/libignition-gazebo-feedstock#27 |
This also happens on Harmonic & Jazzy inside VM, possible due to lower OpenGL version, I additionally had to use qt var:
Otherwise I'd get segfault. |
After installing fortress, when I try to run shapes.sdf the program opens a GUI which doesn't show anything and crashes. There is an error saying that:
But the OpenGL core profile version is 4.5 . . .
Environment
Ignition Gazebo, version 6.0.0~pre1
Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2)
LANG=C lspci -nn | grep VGA:
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06)
echo "$DISPLAY":
:0
LANG=C glxinfo -B | grep -i '\(direct rendering\|opengl\|profile\)' # might require installing mesa-utils package
:ps aux | grep Xorg:
sudo env LANG=C X -version:
Please, attach the ogre.log or ogre2.log file from
~/.ignition/rendering
: https://gist.github.com/dignakov/70de2bcb4d13bb5a020a8198baa2a981Details
https://gist.github.com/dignakov/ad42d8c3c563051fba7ea3ea448d4136
Description
Steps to reproduce
ign gazebo shapes.sdf -v 4
Output
The text was updated successfully, but these errors were encountered: