ISISNeutronMuon / ISISNeutronMuon/SScanSS-2
MESA-LOADER: failed to open when running software in Linux
- Dominant language
- Python
- Stars
- 8
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
The following is encounter when running the tests
> 030 INFO: No OpenGL_accelerate module loaded: No module named 'OpenGL_accelerate'
> libEGL warning: MESA-LOADER: failed to open vmwgfx: /usr/lib/dri/vmwgfx_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
>
> libEGL warning: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
>
> qt.qpa.wayland: Failed to initialize EGL display 3001
> .............................................Cannot find EGLConfig, returning null config
> Segmentation fault (core dumped)
This seems to be cause by libstdc++. Both solutions in the link [https://stackoverflow.com/a/72427700](https://stackoverflow.com/a/72427700) can serve as a walkaround for the issue
Contributor guide
Assessment
This issue has not been assessed yet.