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
Describe the bug
When running the command gw GRCh38.fa, the following error messages are displayed: "error: XDG_RUNTIME_DIR is invalid or not set in the environment. GLFW Error: GLX: No GLXFBConfigs returned. GLFW Error: GLX: Failed to find a suitable GLXFBConfig. ERROR: glfwCreateWindow failed".
To Reproduce
(GW) [test@server test]$ gw GRCh38.fa
█▀▀ █ █ █
█▄█ ▀▄▀▄▀
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
GLFW Error: GLX: No GLXFBConfigs returned
GLFW Error: GLX: Failed to find a suitable GLXFBConfig
ERROR: glfwCreateWindow failed
System (please complete the following information):
GW version [1.1.0
OS: CentOS
The text was updated successfully, but these errors were encountered:
Currently the conda binary doesn't work with wayland sessions, so perhaps this is the cause. You can check if you are running wayland by typing echo $XDG_SESSION_TYPE. If you are using wayland you will have to build from source, or install using linuxbrew.
I think the runtime dir can be set using:
export XDG_RUNTIME_DIR=/run/user/$(id -u)
To debug the graphics config issue, you can try running:
glxinfo | grep "OpenGL"
This will tell you if OpenGL is available. If OpenGL is not working you will need to install some libraries, these might help:
Describe the bug
When running the command gw GRCh38.fa, the following error messages are displayed: "error: XDG_RUNTIME_DIR is invalid or not set in the environment. GLFW Error: GLX: No GLXFBConfigs returned. GLFW Error: GLX: Failed to find a suitable GLXFBConfig. ERROR: glfwCreateWindow failed".
To Reproduce
(GW) [test@server test]$ gw GRCh38.fa
█▀▀ █ █ █
█▄█ ▀▄▀▄▀
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
GLFW Error: GLX: No GLXFBConfigs returned
GLFW Error: GLX: Failed to find a suitable GLXFBConfig
ERROR: glfwCreateWindow failed
System (please complete the following information):
The text was updated successfully, but these errors were encountered: