New comment by mhmdanas on void-packages repository https://github.com/void-linux/void-packages/issues/38128#issuecomment-1468496817 Comment: I don't know if it's related to me running Wayland (Sway) or not, but I get this error when I try to run Blender: ```console $ blender EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface). EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface). EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface). EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface). EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface). EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface). EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface). EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface). Warning: No OpenGL vendor detected. Writing: /tmp/blender.crash.txt fish: Job 1, '/bin/blender' terminated by signal SIGSEGV (Address boundary error) ``` Here are the contents of /tmp/blender.crash.txt: ``` # Blender 3.4.1, Unknown revision # backtrace # Python backtrace ``` Any idea how I can fix this?