-
Notifications
You must be signed in to change notification settings - Fork 10
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 can serve as a walkaround for the issue