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

AppImage Crashes on Startup Due to GPU Process Error on Linux #1255

Open
plinkr opened this issue Sep 4, 2024 · 2 comments
Open

AppImage Crashes on Startup Due to GPU Process Error on Linux #1255

plinkr opened this issue Sep 4, 2024 · 2 comments

Comments

@plinkr
Copy link

plinkr commented Sep 4, 2024

OS

Linux

VERSION

This is an up to date Manjaro Linux distro:

System:
  Kernel: 5.15.165-1-MANJARO arch: x86_64 bits: 64
  Desktop: Cinnamon v: 6.2.9 Distro: Manjaro Linux
CPU:
  Info: quad core Intel Core i7-6700HQ [MT MCP] @ 2.60GHz
Graphics:
  Device-1: Intel HD Graphics 530 driver: i915 v: kernel
  Device-2: NVIDIA GM107M [GeForce GTX 960M] driver: nvidia v: 550.107.02
  Display: x11 server: X.org v: 1.21.1.13 with: Xwayland v: 24.1.2 driver:
    X: loaded: modesetting,nvidia gpu: i915 resolution: 1920x1080~60Hz
  API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 550.107.02
    renderer: NVIDIA GeForce GTX 960M/PCIe/SSE2
Info:
  Memory: total: 32 GiB note: est. available: 31.16 GiB used: 5.16 GiB (16.5%)

ISSUE DESCRIPTION

The application fails to launch on my Linux system. The app opens briefly but then crashes immediately. The terminal outputs several errors, including GPU process failures, and the application ultimately results in a core dump:

./Another-Redis-Desktop-Manager.1.6.7.AppImage 
libva error: vaGetDriverNames() failed with unknown libva error
libva error: vaGetDriverNames() failed with unknown libva error
libva error: vaGetDriverNames() failed with unknown libva error
[6579:0904/131140.945110:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
Trace/breakpoint trap (core dumped)

Temporary Workaround: I was able to get the application to open successfully by using the --no-sandbox flag as follows:

./Another-Redis-Desktop-Manager.1.6.7.AppImage --no-sandbox
@qishibo
Copy link
Owner

qishibo commented Sep 5, 2024

yes you can use --no-sandbox ro run this app ref #1014 (comment)
and I'll try to find a correct version of electron to fix GPU issues

@quevon24
Copy link

I'm getting the same error, these are my specs:

OS: Linux Mint 22 x86_64
Kernel: 6.8.0-38-generic
DE: Cinnamon 6.2.9 
CPU: AMD Ryzen 7 5800X (16) @ 3.200G 
GPU: NVIDIA GeForce RTX 3070 Lite Hash
Memory: 31995MiB 

The temporary workaround works fine

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