-
Notifications
You must be signed in to change notification settings - Fork 277
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
GZ sim crashes: libprotobuf ERROR google/protobuf/descriptor_database.cc:175 #2720
Comments
What OS version are you using? It looks like there's an issue with the protobuf version. Do you have a newer protobuf version installed than what comes in Ubuntu by default? |
Hi. I am using Ubuntu 22.04.5 LTS x86_64. I have narrowed down the issue to two libraries: libSurface.so and libWaveVisual.so. If i disable these two the models load and sim doesn't crash. How to check the protobuf version? |
Taking a closer look at your error logs, it looks like you have both Gazebo Harmonic (gz-sim8) and Garden (gz-sim7) installed:
While it's possible to use them side by side, it might complicate things a bit. Can you try uninstalling Garden? Depending on how you installed things, the following might work
You'll then have to clean and rebuild your workspace to make sure it's using Harmonic. |
I did the above mentioned steps. I noticed a few things. If i build after i delete the logs, build and install folder using "colcon build" the sim loads except for it cannot find the plugins error:
However if i repeat the steps but instead build with "colcon build --merge-install" and start the sim, it crashes with the same protobuf error. |
Environment
Rendering plugin: [ogre | ogre2].
EGL headless mode:
Generally, mention all circumstances that might affect rendering capabilities:
Rendering system info:
dxdiag
and report the GPU-related information.system_profiler SPDisplaysDataType
.Please, attach the ogre.log or ogre2.log file from
~/.gz/rendering
Description
Steps to reproduce
Output
The text was updated successfully, but these errors were encountered: