balena-io / etcher

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

The program stopped working, before that everything worked fine #3050

Open Sveshlex opened 4 years ago

Sveshlex commented 4 years ago

11

sometimescool22 commented 4 years ago

Looks like you are on Linux, running from terminal with etcher should produce a more detailed message. I bet it has something to do with permissions, try running it with sudo (beware, it can be risky as it gives the program a lot of permissions).

Sveshlex commented 4 years ago

it turns out exactly the same error

thundron commented 4 years ago

You can open DevTools by pressing Ctrl+Shift+I (Ctrl+Alt+I for Etcher before v1.3.x), or Cmd+Alt+I if you're on Mac

Also, please add the package you're using (deb/appimage)

Sveshlex commented 4 years ago

The problem was in KDE Neon. In kubuntu, the program works correctly.

lephuongbg commented 4 years ago

Same issue. Can't use it to flash kde neon image in kde neon.

lephuongbg commented 4 years ago

This is the error output in the dev console. It might be related that KDE Neon use appimagelauncher to integrate AppImage files.

{
  "cause": {
    "killed": false,
    "code": 126,
    "signal": null,
    "cmd": "cd \"/home/lephuong\"; \"/usr/bin/pkexec\" --disable-internal-agent /bin/bash -c \"echo SUDOPROMPT; bash '/tmp/balena-etcher-electron--26632-u4T1lsRBEwQB-.cmd'\""
  },
  "isOperational": true,
  "killed": false,
  "code": 126,
  "signal": null,
  "cmd": "cd \"/home/lephuong\"; \"/usr/bin/pkexec\" --disable-internal-agent /bin/bash -c \"echo SUDOPROMPT; bash '/tmp/balena-etcher-electron--26632-u4T1lsRBEwQB-.cmd'\""
}
lephuongbg commented 4 years ago

I can verify that balena etcher installed using .deb package works fine. The issue is with AppImage package only.