Gazebo | Ignition | Community
Ask Your Question
0

[MAC OSX 10.15.4] Gazebo 11 run error - libBulletSoftBody version mismatch

asked 2020-05-07 15:28:44 -0500

Jarvis101 gravatar image

Hi !

I installed gazebo11 on Mac OSX 10.15.4 using the default installation one liner script here: http://gazebosim.org/tutorials?tut=in...

Everything seems to install properly, but I get this error when I attempt to run Gazebo:

MacBook-Pro:~ myhostname$ gazebo

dyld: Library not loaded: /usr/local/opt/bullet/lib/libBulletSoftBody.2.88.dylib Referenced from: /usr/local/bin/gazebo Reason: image not found Abort trap: 6

When I searched for libBulletSoftBody.2.88.dylib, I found libBulletSoftBody.2.89.dylib installed instead:

MacBook-Pro:lib myhostmane$ pwd /usr/local/opt/bullet/lib MacBook-Pro:lib myhostmane$ ls libBulletSoftBody.* libBulletSoftBody.2.89.dylib libBulletSoftBody.a libBulletSoftBody.dylib

The installation script installed 2.89:

==> Installing osrf/simulation/gazebo11 dependency: bullet ==> Downloading https://homebrew.bintray.com/bottles/... ==> Downloading from https://akamai.bintray.com/38/38cdb6c...

################################################################## 100.0%

==> Pouring bullet-2.89.catalina.bottle.tar.gz 🍺 /usr/local/Cellar/bullet/2.89: 610 files, 16.8MB

But the binary seems to be calling 2.88

MacBook-Pro:~ myhostname$ gazebo dyld: Library not loaded: /usr/local/opt/bullet/lib/libBulletSoftBody.2.88.dylib Referenced from: /usr/local/bin/gazebo Reason: image not found Abort trap: 6

How do I fix this ?

Thanks ! Brian

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
0

answered 2020-05-07 18:14:06 -0500

Jarvis101 gravatar image

Found the answer on Git repot - it is a known open issue https://github.com/osrf/homebrew-simu...

However I uninstalled and reinstalled using the Optional dependencies dartsim build-from-source method and I get a new error when I run gazebo:

dyld: Symbol not found: __ZN6gazebo3gui10DataLogger16staticMetaObjectE Referenced from: /usr/local/lib/libgazebo_gui.11.dylib Expected in: flat namespace in /usr/local/lib/libgazebo_gui.11.dylib Abort trap: 6

edit flag offensive delete link more

Comments

I'm having the same problem (libgazebo_gui.11.dylib), did you manage to find a solution?

lcrane gravatar imagelcrane ( 2020-06-04 15:19:27 -0500 )edit

Still without a solution but there is a workaround here https://github.com/osrf/homebrew-simu...

Jose Luis Rivero gravatar imageJose Luis Rivero ( 2020-06-08 11:08:07 -0500 )edit
0

answered 2020-05-09 04:29:07 -0500

kevin gravatar image

came across the same error. please report it back when you get this error done, thanks

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-05-07 15:28:44 -0500

Seen: 875 times

Last updated: May 07 '20