We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading to 1.0.7, the main window remains empty when running the application. When launched from a shell, the following lines are visible:
src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1) ** (elasticvue:2831697): WARNING **: 10:27:58.784: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing. src/nv_gbm.c:288: GBM-DRV error (nv_gbm_create_device_native): nv_common_gbm_create_device failed (ret=-1) KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission non accordée Failed to create GBM buffer of size 1920x1002: Permission non accordée ** (elasticvue:2831697): WARNING **: 10:28:23.812: atk-bridge: get_device_events_reply: unknown signature
Tested on Archlinux with the official NVidia drivers (since the messages refer to a component linked to NVidia).
The (temporary) solution is the same as the one mentioned here: tauri-apps/tauri#8462 (comment)
=> Run the application with the environment variable WEBKIT_DISABLE_DMABUF_RENDERER=1
WEBKIT_DISABLE_DMABUF_RENDERER=1
The text was updated successfully, but these errors were encountered:
cars10
No branches or pull requests
After upgrading to 1.0.7, the main window remains empty when running the application.
When launched from a shell, the following lines are visible:
Tested on Archlinux with the official NVidia drivers (since the messages refer to a component linked to NVidia).
The (temporary) solution is the same as the one mentioned here: tauri-apps/tauri#8462 (comment)
=> Run the application with the environment variable
WEBKIT_DISABLE_DMABUF_RENDERER=1
The text was updated successfully, but these errors were encountered: