Skip to content
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

MESA-LOADER: failed to open when running software in Linux #126

Open
StephenNneji opened this issue Aug 3, 2023 · 0 comments
Open

MESA-LOADER: failed to open when running software in Linux #126

StephenNneji opened this issue Aug 3, 2023 · 0 comments
Labels
Type: bug Something isn't working

Comments

@StephenNneji
Copy link
Contributor

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 can serve as a walkaround for the issue

@StephenNneji StephenNneji added the Type: bug Something isn't working label Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant