You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Otherwise, you can check your .bashrc or .zshrc file, and comment out the lines like export LD_LIBRARY_PATH... (DYLD_LIBRARY_PATH on MacOS). Then, run source ~/.bashrc or source ~/.zshrc.
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.
The text was updated successfully, but these errors were encountered: