[GH-ISSUE #5333] [bug]: appimage run crashed on linux #2039

Closed
opened 2026-03-16 22:56:18 +03:00 by kerem · 3 comments
Owner

Originally created by @ziyouchutuwenwu on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5333

Is there an existing issue for this?

  • I have searched existing issues and this bug hasn't been reported yet

Platform

Desktop App

Browser

Chrome

Operating System

Linux

Bug Description

i use manjaro, so i download it from https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_linux_x64.AppImage

when i run it in terminal, it crashed.

$ ./hoppscotch 
2025-08-18T06:00:47.086039Z  INFO main ThreadId(01) hoppscotch_desktop_lib::logger: Logging initialized with rotating file log_file=/home/mmc/.local/share/io.hoppscotch.desktop/logs/io.hoppscotch.desktop.log
......................
......................
......................
......................
2025-08-18T06:00:47.768835Z DEBUG main ThreadId(01) tauri_plugin_appload: Initializing desktop-specific components.
2025-08-18T06:00:47.768849Z  INFO main ThreadId(01) tauri_plugin_appload: appload plugin setup complete.
2025-08-18T06:00:47.768864Z  INFO main ThreadId(01) tauri_plugin_relay: Setting up relay plugin
2025-08-18T06:00:47.768867Z DEBUG main ThreadId(01) tauri_plugin_relay: Initializing desktop-specific components
2025-08-18T06:00:47.768870Z DEBUG main ThreadId(01) tauri_plugin_relay::desktop: Initializing Relay for desktop platform
2025-08-18T06:00:47.768874Z DEBUG main ThreadId(01) tauri_plugin_relay: Desktop components initialized successfully
2025-08-18T06:00:47.768877Z  INFO main ThreadId(01) tauri_plugin_relay: relay plugin setup complete
Cannot get default EGL display: EGL_SUCCESS
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
zsh: segmentation fault (core dumped)  ./hoppscotch

my os info

$ fastfetch
██████████████████  ████████    mmc@manjaro
██████████████████  ████████    -----------
██████████████████  ████████    OS: Manjaro Linux x86_64
██████████████████  ████████    Host: HP ProDesk 480 G6 MT
████████            ████████    Kernel: Linux 6.12.41-1-MANJARO
████████  ████████  ████████    Uptime: 4 hours, 20 mins
████████  ████████  ████████    Packages: 1411 (pacman)[stable]
████████  ████████  ████████    Shell: zsh 5.9
████████  ████████  ████████    Display (TE24-10): 1920x1080 @ 60 Hz in 21" [External]
████████  ████████  ████████    DE: Xfce4 4.20
████████  ████████  ████████    WM: Xfwm4 (X11)
████████  ████████  ████████    WM Theme: JacWin10
████████  ████████  ████████    Theme: Fusion [Qt], Windows10 [GTK2/3/4]
████████  ████████  ████████    Icons: Papirus-Maia [Qt], Faenza [GTK2/3/4]
                                Font: 文泉驿等宽微米黑 (10pt, Regular) [Qt], 文泉驿等宽微米黑 (10pt) [GTK2/3/4]
                                Cursor: Vanilla-DMZ-AA
                                Terminal: terminator 3.13.5
                                Terminal Font: Monaco (11pt)
                                CPU: Intel(R) Core(TM) i5-9500 (6) @ 4.40 GHz
                                GPU: Intel UHD Graphics 630 @ 1.10 GHz [Integrated]
                                Memory: 6.65 GiB / 31.19 GiB (21%)
                                Swap: Disabled
                                Disk (/): 49.14 GiB / 233.38 GiB (21%) - ext4
                                Disk (/mnt/sda): 364.45 GiB / 915.81 GiB (40%) - ext4
                                Local IP (wlp3s0): 192.168.61.32/23
                                Locale: zh_CN.utf8

i can't see any version of this app,

Deployment Type

Self-hosted (on-prem deployment)

Version

2025.7.1

Originally created by @ziyouchutuwenwu on GitHub (Aug 18, 2025). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5333 ### Is there an existing issue for this? - [x] I have searched existing issues and this bug hasn't been reported yet ### Platform Desktop App ### Browser Chrome ### Operating System Linux ### Bug Description i use manjaro, so i download it from https://github.com/hoppscotch/releases/releases/latest/download/Hoppscotch_linux_x64.AppImage when i run it in terminal, it crashed. ```sh $ ./hoppscotch 2025-08-18T06:00:47.086039Z INFO main ThreadId(01) hoppscotch_desktop_lib::logger: Logging initialized with rotating file log_file=/home/mmc/.local/share/io.hoppscotch.desktop/logs/io.hoppscotch.desktop.log ...................... ...................... ...................... ...................... 2025-08-18T06:00:47.768835Z DEBUG main ThreadId(01) tauri_plugin_appload: Initializing desktop-specific components. 2025-08-18T06:00:47.768849Z INFO main ThreadId(01) tauri_plugin_appload: appload plugin setup complete. 2025-08-18T06:00:47.768864Z INFO main ThreadId(01) tauri_plugin_relay: Setting up relay plugin 2025-08-18T06:00:47.768867Z DEBUG main ThreadId(01) tauri_plugin_relay: Initializing desktop-specific components 2025-08-18T06:00:47.768870Z DEBUG main ThreadId(01) tauri_plugin_relay::desktop: Initializing Relay for desktop platform 2025-08-18T06:00:47.768874Z DEBUG main ThreadId(01) tauri_plugin_relay: Desktop components initialized successfully 2025-08-18T06:00:47.768877Z INFO main ThreadId(01) tauri_plugin_relay: relay plugin setup complete Cannot get default EGL display: EGL_SUCCESS Cannot create EGL context: invalid display (last error: EGL_SUCCESS) zsh: segmentation fault (core dumped) ./hoppscotch ``` my os info ```sh $ fastfetch ██████████████████ ████████ mmc@manjaro ██████████████████ ████████ ----------- ██████████████████ ████████ OS: Manjaro Linux x86_64 ██████████████████ ████████ Host: HP ProDesk 480 G6 MT ████████ ████████ Kernel: Linux 6.12.41-1-MANJARO ████████ ████████ ████████ Uptime: 4 hours, 20 mins ████████ ████████ ████████ Packages: 1411 (pacman)[stable] ████████ ████████ ████████ Shell: zsh 5.9 ████████ ████████ ████████ Display (TE24-10): 1920x1080 @ 60 Hz in 21" [External] ████████ ████████ ████████ DE: Xfce4 4.20 ████████ ████████ ████████ WM: Xfwm4 (X11) ████████ ████████ ████████ WM Theme: JacWin10 ████████ ████████ ████████ Theme: Fusion [Qt], Windows10 [GTK2/3/4] ████████ ████████ ████████ Icons: Papirus-Maia [Qt], Faenza [GTK2/3/4] Font: 文泉驿等宽微米黑 (10pt, Regular) [Qt], 文泉驿等宽微米黑 (10pt) [GTK2/3/4] Cursor: Vanilla-DMZ-AA Terminal: terminator 3.13.5 Terminal Font: Monaco (11pt) CPU: Intel(R) Core(TM) i5-9500 (6) @ 4.40 GHz GPU: Intel UHD Graphics 630 @ 1.10 GHz [Integrated] Memory: 6.65 GiB / 31.19 GiB (21%) Swap: Disabled Disk (/): 49.14 GiB / 233.38 GiB (21%) - ext4 Disk (/mnt/sda): 364.45 GiB / 915.81 GiB (40%) - ext4 Local IP (wlp3s0): 192.168.61.32/23 Locale: zh_CN.utf8 ``` i can't see any version of this app, ### Deployment Type Self-hosted (on-prem deployment) ### Version 2025.7.1
kerem 2026-03-16 22:56:18 +03:00
Author
Owner

@CuriousCorrelation commented on GitHub (Aug 18, 2025):

Hi @ziyouchutuwenwu, thanks for the report.

I have a hunch that this might be related to Tauri not being able to find accessibility bus address.

github.com/hoppscotch/hoppscotch@c04faaaf27/packages/hoppscotch-desktop/README.md (L118-L127)

Could you try this workaround and see if it solves the issue? While it's Wayland specific fix, it tends to work for X11 as well.

<!-- gh-comment-id:3195278829 --> @CuriousCorrelation commented on GitHub (Aug 18, 2025): Hi @ziyouchutuwenwu, thanks for the report. I have a hunch that this might be related to Tauri not being able to find accessibility bus address. https://github.com/hoppscotch/hoppscotch/blob/c04faaaf27e756f8e507942e6ab771503b3b91d1/packages/hoppscotch-desktop/README.md?plain=1#L118-L127 Could you try this workaround and see if it solves the issue? While it's Wayland specific fix, it tends to work for X11 as well.
Author
Owner

@ziyouchutuwenwu commented on GitHub (Aug 18, 2025):

thank you very much, this option works fine

WEBKIT_DISABLE_DMABUF_RENDERER=1 ./hoppscotch
<!-- gh-comment-id:3195323498 --> @ziyouchutuwenwu commented on GitHub (Aug 18, 2025): thank you very much, this option works fine ```sh WEBKIT_DISABLE_DMABUF_RENDERER=1 ./hoppscotch ```
Author
Owner

@CuriousCorrelation commented on GitHub (Aug 18, 2025):

Glad I could help!

<!-- gh-comment-id:3195333022 --> @CuriousCorrelation commented on GitHub (Aug 18, 2025): Glad I could help!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2039
No description provided.