Closed philclifford closed 1 year ago
Also same error from the 1.7.9 AppImage
Duplicate of many other issues https://github.com/search?q=repo%3Abalena-io%2Fetcher+gpu+process+usable&type=issues
The way you can temporarily get around this issue, is to open the folder the AppImage is in in a terminal, then run the command like this...
./balenaEtcher-1.7.9-x64.AppImage --no-sandbox
Hopefully the balena devs will get around to resolving this, as I agree it's an unnecessary step and rather annoying to deal with.
But this works for me, and the application runs perfectly once you do this. Just be sure you DO NOT CLOSE THE TERMINAL you used to launch the app, until you're done with the app, as this will cause the app to close, since it was launched with the terminal.
Thanks @crowetic. Helpful info for anyone wanting to run the AppImage.
This is also a problem on Fedora 36
--no-sandbox
works around it too, quite annoying
Confirming for pop os
--no-sandbox
is key
zorin os not working --no-sandbox version balenaEtcher-1.10.2-x64.AppImage
./balenaEtcher-1.10.2-x64.AppImage --no-sandbox
mesa: for the --simplifycfg-sink-common option: may only occur zero or one times!
mesa: for the --global-isel-abort option: may only occur zero or one times!
mesa: for the --amdgpu-atomic-optimizations option: may only occur zero or one times!
ready-to-show: 905.005ms
version : balenaEtcher-1.10.6-x64.AppImage
https://github.com/balena-io/etcher/releases/tag/v1.10.6
solved use :
./balenaEtcher-1.10.6-x64.AppImage --no-sandbox --disable-gpu-sandbox --disable-seccomp-filter-sandbox
Closing in favor of #4023
Etcher version:
1.81 1.9.0 and 1.10.0
Operating system and architecture:
Ubuntu Mate 22.10 amd64
OS: Ubuntu MATE 22.10 x86_64 Host: Latitude E6530 01 Kernel: 5.19.0-23-generic Uptime: 7 hours, 51 mins Packages: 4827 (dpkg), 25 (flatpak), 40 (snap) Shell: bash 5.2.2 Resolution: 1600x900 DE: MATE 1.26.0 WM: Metacity (Marco) Theme: Yaru-MATE-Pink-dark [GTK2/3] Icons: Yaru-MATE-Pink-dark [GTK2/3] Terminal: terminus CPU: Intel i7-3540M (4) @ 3.700GHz GPU: Intel 3rd Gen Core processor Graphics Controller GPU: NVIDIA NVS 5200M Memory: 4702MiB / 7820MiB
Image flashed:
n/a
What do you think should have happened:
What happened:
Do you see any meaningful error information in the DevTools?
Desktop Launch silently fails. typing
balena-etcher
in a shell gets the following error output:Just trying to test update/upgrade using the github releases via
deb-get
and found it is now broken on 22.10. Incidentally the attempt to update in place via apt-get (from 1.7.x ) was failing because of packaging conflicts (I'm guessing a naming change led to the complaint that was something about refusing to overwrite a library that was "also owned by" the balena-etcher being upgraded ???) but then appeared to work OK, but left this non-working state.