Yaak Logo
Yaak
Feedback/Crash on startup with AppImage on Arch Linux

Crash on startup with AppImage on Arch Linux

Stefan Seemayer·2 years ago

I have tried running Yaak 2024.6.6 from its Linux AppImage on ArchLinux using AwesomeWM v4.3 and, alternatively, XFCE 4.18.4 (both X11 based). In both cases, I get errors related to EGL not being able to create a display:

Downloads $./yaak_2024.6.6_amd64.AppImage [2024-07-05][20:27:03][INFO][tauri_app_lib] App Config Dir: /home/myuser/.config/app.yaak.desktop[2024-07-05][20:27:03][INFO][tauri_app_lib] App Data Dir: /home/myuser/.local/share/app.yaak.desktop[2024-07-05][20:27:03][INFO][tauri_app_lib] Connecting to database at sqlite:///home/myuser/.local/share/app.yaak.desktop/db.sqlite?mode=rwc[2024-07-05][20:27:03][INFO][tauri_app_lib] Running migrations at /tmp/.mount_yaak_2dOkL0z/usr/lib/yaak-app/migrations[2024-07-05][20:27:03][INFO][tauri_app_lib] Migrations complete![2024-07-05][20:27:03][INFO][tauri_app_lib] Create new window label=main_0Cannot get default EGL display: EGL_SUCCESSCannot create EGL context: invalid display (last error: EGL_SUCCESS)zsh: segmentation fault (core dumped)  ./yaak_2024.6.6_amd64.AppImage

I am on a notebook with a Intel(R) Core(TM) i5-8250U CPU and no dedicated GPU, so using the Intel driver for Mesa

client glx vendor string: Mesa Project and SGI    Device: Mesa Intel(R) UHD Graphics 620 (KBL GT2) (0x5917)OpenGL renderer string: Mesa Intel(R) UHD Graphics 620 (KBL GT2)OpenGL core profile version string: 4.6 (Core Profile) Mesa 24.1.3-arch1.1OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.1.3-arch1.1OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.1.3-arch1.1

Comments (6)

Stefan SeemayerOP

I was able to extract the AppImage and replace libraries in ./usr/lib/ with versions from my system /usr/lib to get it working.

SoftExpert
Stefan SeemayerOP

SoftExpert thanks, the deb based package is working great!

Gregory Schier

Tauri has a few bugs regarding Linux AppImage support at the moment. This one could be related to this? https://github.com/tauri-apps/tauri/issues/9304

Hao Xiang

version 2024.12.0 appimage not work in manjaro

❯ ./yaak_2024.12.0_amd64.AppImage
Gtk-Message: 19:51:29.049: Failed to load module "xapp-gtk3-module"
Gtk-Message: 19:51:29.050: Failed to load module "xapp-gtk3-module"
[2024-11-18][11:51:29][INFO][yaak_models::plugin] Creating database file at "/home/hxzhao/.local/share/app.yaak.desktop/db.sqlite"
[2024-11-18][11:51:29][INFO][yaak_models::plugin] Connecting to database at sqlite:///home/hxzhao/.local/share/app.yaak.desktop/db.sqlite?mode=rwc
[2024-11-18][11:51:29][INFO][yaak_models::plugin] Running database migrations from: /tmp/.mount_yaak_2wDAUiz/usr/lib/yaak/migrations
[2024-11-18][11:51:29][INFO][yaak_models::plugin] Database migrations complete
[2024-11-18][11:51:29][INFO][yaak_plugin_runtime::manager] Starting plugin server
[2024-11-18][11:51:29][INFO][yaak_plugin_runtime::manager] Starting gRPC plugin server on [::1]:42493
[2024-11-18][11:51:29][INFO][yaak_plugin_runtime::nodejs] Starting plugin runtime main=/tmp/.mount_yaak_2wDAUiz/usr/lib/yaak/vendored/plugin-runtime/index.cjs
[2024-11-18][11:51:29][INFO][yaak_plugin_runtime::nodejs] Spawned plugin runtime
[2024-11-18][11:51:29][INFO][tauri_app_lib] Create new window label=main_0
[2024-11-18][11:51:29][INFO][tauri_app_lib::updates] Checking for updates mode=stable
Gtk-Message: 19:51:29.628: Failed to load module "xapp-gtk3-module"
Gtk-Message: 19:51:29.630: Failed to load module "xapp-gtk3-module"
Could not create default EGL display: EGL_BAD_PARAMETER. Aborting...
Stream was cancelled by server

Hao Xiang

but the appimage I build by myself works…

Type to search feedback...