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
No window ever opens. I'm using plasma on wayland, with an nvidia graphics card using the official driver and up to date mesa (see below for version info).
Note that this bug does NOT appear when running on the same computer with the same configuration but with plasma on x11.
Also, the logs below are from the development branch, but the same issue was present with the main branch.
QEGLPlatformContext: Failed to create context: 3009Warning: fallback to QtQuick software backend.QEGLPlatformContext: Failed to create context: 3009default_config_path: /opt/sioyek/prefs.configError: default_config_path: /opt/sioyek/prefs.config doesn't exist!default_keys_path: /opt/sioyek/keys.configError: default_keys_path: /opt/sioyek/keys.config doesn't exist!user_config_path: [ 0 ] /etc/xdg/sioyek/prefs_user.configuser_config_path: [ 1 ] /home/tjbc/.config/kdedefaults/sioyek/prefs_user.configuser_config_path: [ 2 ] /home/tjbc/.config/sioyek/prefs_user.configuser_config_path: [ 3 ] /home/tjbc/.local/share/Sioyek/prefs_user.configuser_config_path: [ 4 ] /home/tjbc/.config/sioyek/prefs_user.configuser_keys_path: [ 0 ] /etc/xdg/sioyek/keys_user.configuser_keys_path: [ 1 ] /home/tjbc/.config/kdedefaults/sioyek/keys_user.configuser_keys_path: [ 2 ] /home/tjbc/.config/sioyek/keys_user.configuser_keys_path: [ 3 ] /home/tjbc/.local/share/Sioyek/keys_user.configuser_keys_path: [ 4 ] /home/tjbc/.config/sioyek/keys_user.configdatabase_file_path: /home/tjbc/.local/share/Sioyek/test.dblocal_database_file_path: /home/tjbc/.local/share/Sioyek/local.dbglobal_database_file_path: /home/tjbc/.local/share/Sioyek/shared.dbtutorial_path: /home/tjbc/.local/share/Sioyek/tutorial.pdflast_opened_file_address_path: /home/tjbc/.local/share/Sioyek/last_document_path.txtshader_path: /opt/sioyek/shadersSIOYEKQEGLPlatformContext: Failed to create context: 3009QRhiGles2: Failed to create temporary contextQEGLPlatformContext: Failed to create context: 3009QRhiGles2: Failed to create contextFailed to create QRhi for QBackingStoreRhiSupportQEGLPlatformContext: Failed to create context: 3009QOpenGLWidget: Failed to create contextwarning: found duplicate fz_icc_link in the storeQEGLPlatformContext: Failed to create context: 3009QOpenGLWidget: Failed to create contextQEGLPlatformContext: Failed to create context: 3009QOpenGLWidget: Failed to create contextQEGLPlatformContext: Failed to create context: 3009QOpenGLWidget: Failed to create context
$ glxinfo | grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL core profile version string: 4.6.0 NVIDIA 550.142
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL version string: 4.6.0 NVIDIA 550.142
OpenGL shading language version string: 4.60 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 550.142
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
GL_EXT_shader_group_vote, GL_EXT_shader_implicit_conversions,
mesa was compiled with nvidia and zink support.
The text was updated successfully, but these errors were encountered:
It doesn't. I've tried to unset WAYLAND_DISPLAY too, and I've also tried MESA_GL_VERSION_OVERRIDE=3.2 MESA_GLSL_VERSION_OVERRIDE=320 which was suggested in another issue. None had any effect.
No window ever opens. I'm using plasma on wayland, with an nvidia graphics card using the official driver and up to date mesa (see below for version info).
Note that this bug does NOT appear when running on the same computer with the same configuration but with plasma on x11.
Also, the logs below are from the
development
branch, but the same issue was present with the main branch.mesa
was compiled with nvidia and zink support.The text was updated successfully, but these errors were encountered: