cigvis icon indicating copy to clipboard operation
cigvis copied to clipboard

libGL error: failed to load driver

Open JintaoLee-Roger opened this issue 6 months ago • 1 comments

For example: "libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so:" "libGL error: failed to load driver: iris"

This error is not caused by the CIGVis itself but is likely due to a version conflict with the shared libraries. More specifically, it may be caused by an unusual setting in the environment variable LD LIBRARY PATH (or DYLD LIBRARY PATH on macOS), which results in the incorrect shared library being loaded first.

JintaoLee-Roger avatar Jul 25 '24 12:07 JintaoLee-Roger