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] Dataflare does not start getting EGL invalid display #103

Open
klajmajk opened this issue Sep 26, 2024 · 2 comments
Open

[BUG] Dataflare does not start getting EGL invalid display #103

klajmajk opened this issue Sep 26, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@klajmajk
Copy link

Describe the bug

When trying to start Dataflare 1.8.3 i am getting

Cannot get default EGL display: EGL_SUCCESS
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
Segmentation fault (core dumped)

It works fine with 1.8.1.

Platform and Database

Fedora 40, Wayland, Dataflare 1.8.3
@klajmajk klajmajk added the bug Something isn't working label Sep 26, 2024
@klajmajk klajmajk changed the title [BUG] Dataflare doesnot start getting [BUG] Dataflare doesnot start getting EGL invalid display Sep 26, 2024
@klajmajk klajmajk changed the title [BUG] Dataflare doesnot start getting EGL invalid display [BUG] Dataflare does not start getting EGL invalid display Sep 26, 2024
@wyhaya
Copy link
Member

wyhaya commented Sep 26, 2024

Hi @klajmajk, thank you for your report!

I want to know if these are just warning messages or if Dataflare cannot be opened or used properly at all?

Give this a try!

$ WEBKIT_DISABLE_COMPOSITING_MODE=1 ./Dataflare.AppImage
# or
$ WEBKIT_DISABLE_DMABUF_RENDERER=1 ./Dataflare.AppImage

Related issue: tauri-apps/tauri#10749


If necessary, you can temporarily use the previous version:

https://assets.dataflare.app/release/linux/x86_64/Dataflare-1.8.0.AppImage
https://assets.dataflare.app/release/linux/x86_64/Dataflare-1.8.1.AppImage
https://assets.dataflare.app/release/linux/x86_64/Dataflare-1.8.2.AppImage
https://assets.dataflare.app/release/linux/x86_64/Dataflare-1.8.3.AppImage

@klajmajk
Copy link
Author

klajmajk commented Oct 8, 2024

Hi @wyhaya ,

sorry for comming back so late.

When running with WEBKIT_DISABLE_DMABUF_RENDERER=1 tha app starts properly and prints out the Warnign but no EGL related outputs:

WEBKIT_DISABLE_DMABUF_RENDERER=1 ./Dataflare-1.8.3.AppImage 

** (dataflare:238843): WARNING **: 13:50:12.818: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.

When running with WEBKIT_DISABLE_COMPOSITING_MODE=1 I get the EGL error and the app does not start

WEBKIT_DISABLE_COMPOSITING_MODE=1 ./Dataflare-1.8.3.AppImage 

** (dataflare:240718): WARNING **: 13:52:47.436: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
Cannot get default EGL display: EGL_SUCCESS
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
Segmentation fault (core dumped)

When run without any variable it only returns the EGL and no warning, but still does not start.

./Dataflare-1.8.3.AppImage 
Cannot get default EGL display: EGL_SUCCESS
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
Segmentation fault (core dumped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants