-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
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 |
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)
|
Describe the bug
When trying to start Dataflare 1.8.3 i am getting
It works fine with 1.8.1.
Platform and Database
The text was updated successfully, but these errors were encountered: