Skip to content
New issue

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

[BUG] - Empty window on startup with 1.0.7 #234

Open
nanawel opened this issue May 18, 2024 · 0 comments
Open

[BUG] - Empty window on startup with 1.0.7 #234

nanawel opened this issue May 18, 2024 · 0 comments
Assignees
Labels
tauri Needs to be fixed in tauri

Comments

@nanawel
Copy link

nanawel commented May 18, 2024

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

@cars10 cars10 added tauri Needs to be fixed in tauri and removed unconfirmed labels May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tauri Needs to be fixed in tauri
Projects
None yet
Development

No branches or pull requests

2 participants