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

App starts with blank screen #4

Closed
Delicious-Bacon opened this issue Nov 7, 2023 · 4 comments
Closed

App starts with blank screen #4

Delicious-Bacon opened this issue Nov 7, 2023 · 4 comments

Comments

@Delicious-Bacon
Copy link

Straight to the logs:

$ flatpak run com.mudeprolinux.whakarere
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 800x551: Permission denied
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 800x551: Permission denied
KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
Failed to create GBM buffer of size 800x551: Permission denied
Failed to create EGL images for DMABufs with file descriptors -1, -1 and -1

This is what I've seen on Wails: wailsapp/wails#2977

Any ideas?

@db47h
Copy link

db47h commented Nov 10, 2023

You can try this:

$ flatpak run --env=WEBKIT_DISABLE_DMABUF_RENDERER=1 com.mudeprolinux.whakarere

@tobagin
Copy link
Owner

tobagin commented Nov 10, 2023

Since we no longer using webkit webview in the current internal build, this shouldn't be an issue going forward.

@tobagin tobagin closed this as completed Nov 10, 2023
@Delicious-Bacon
Copy link
Author

Since we no longer using webkit webview in the current internal build, this shouldn't be an issue going forward.

@tobagin so a new update will solve it?

Using the env variable @db47h mentioned makes the app run.

@tobagin
Copy link
Owner

tobagin commented Nov 10, 2023

yes when the new release comes out, you wont have this problem anymore, since we'll no longer be using webkit in the app and that problem is specific to the webkit component.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants