-
Notifications
You must be signed in to change notification settings - Fork 463
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
Crash on OS X Catalina 10.15.7 #1577
Comments
Unfortunately, there is no active maintainer left running on OSX. Help from the community is highly appreciated. |
Duplicate of #1381? |
I may have obtained the error source. The reason may have been that the OSX system does not have a supported graphics card. This graphics card should be supported via OpenGL, OpenCL and Metal for OSX basic frameworks. Installing virtual-machined OSX reproduces these errors but they disappeared on every real Mac hardwares available. |
Indeed, rviz relies on OpenGL. If this issue can be closed, please do so. |
I suggest not to close this issue directly. Because there may be an approach to resolve it. I think this can be fixed by adding some third-party OpenGL libraries, trying now... |
Feel free to check out RoboStack where we have rviz binaries for OS X (and many other ROS packages). |
I somehow managed to reproduce the errors on macOS Monterey with Macports installed. The conclusion is that there is no problem with Ogre3D. I fixed this by remove the libGL*.dylib files in /opt/local (prefix of Macports) to elsewhere. I suppose the main reason is that the runtime execution did not find the correct OpenGL library in the DYLD_LIBRARY_PATH. |
RViz 1.14.0
Qt 5.15.2
OpenGL 2.1 (GLSL 1.2)
The crash report is:
It seems that the system encounters an error during the preparation step of GPU. Can anyone help with this issue?
The text was updated successfully, but these errors were encountered: