balena-io / etcher

Flash OS images to SD cards & USB drives, safely and easily.
https://etcher.io/
Apache License 2.0
29.75k stars 2.11k forks source link

Unable to install on Ubuntu 22.10 #3873

Closed philclifford closed 1 year ago

philclifford commented 1 year ago

Desktop Launch silently fails. typing balena-etcherin a shell gets the following error output:

[200744:1111/195746.053511:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
/usr/bin/balena-etcher: line 10: 200744 Trace/breakpoint trap   (core dumped) "${script_dir}"/balena-etcher.bin "$@"

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.

philclifford commented 1 year ago

Also same error from the 1.7.9 AppImage

lurch commented 1 year ago

Duplicate of many other issues https://github.com/search?q=repo%3Abalena-io%2Fetcher+gpu+process+usable&type=issues

crowetic commented 1 year ago

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.

philclifford commented 1 year ago

Thanks @crowetic. Helpful info for anyone wanting to run the AppImage.

LiamDawe commented 1 year ago

This is also a problem on Fedora 36

--no-sandbox works around it too, quite annoying

milespossing commented 1 year ago

Confirming for pop os

--no-sandbox is key

gagaltotal commented 1 year ago

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

dfunckt commented 1 year ago

Closing in favor of #4023