Recently upgraded to macOS Catalina and found Etcher not working. I get an error:
"Something Went wrong. If it is a compressed image, please check that the archive is not corrupted."
I know it's not the image because I'm using the same images that I used in the previous MacOS version and I verified it on a PC that the image is OK. I also tried a couple of different images to make sure it wasn't related to a specific image.
I noticed that I had to "Open" Etcher twice after installing to get through the warnings but then it opened up just fine. Amy suggestions or is anyone else seeing this error?
Duplicate of #2833 ?
It looks like that issue (#2833) is with opening Etcher directly. I can get Etcher to run but when I try to write to the SD card is when I'm getting the above error. And yes it does ask for permissions when starting the burn process.

Sorry if I didn't understand your issue. I don't have a Mac myself, I was just pointing out that there are already "known problems" with running balenaEtcher on macOS Catalina.
Perhaps your error is indeed different.
Exactly the same happening here. Once you give permissions to the app to be executed, you go to flash any image and... fails with above screenshot message.
I can confirm that this issue is a duplicate of #2833, which just also provides the error message in DevTools. In the thread, there is a temporary solution by launching etcher using CLI.
sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcher
That solves the error showing the screenshot on this issue, on my machine, at least.
I can confirm that this issue is a duplicate of #2833, which just also provides the error message in DevTools. In the thread, there is a temporary solution by launching etcher using CLI.
sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcherThat solves the issue of the screenshot on this issue, on my machine, at least.
That worked for me.
Before I had the same issue like on the screenshots before.
That worked for me.
Before I had the same issue like on the screenshots before.
Yep. Another confirmation here. Thanks for this workaround.
I can confirm that this issue is a duplicate of #2833, which just also provides the error message in DevTools. In the thread, there is a temporary solution by launching etcher using CLI.
sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcherThat solves the error showing the screenshot on this issue, on my machine, at least.
That worked for me. thx
I had the same issue, and the fix worked for me too.
Even as sudo, the app asks for permission - this time though for 'access to a removable volume', rather than the username and password dialog. Perhaps one of the new 'entitlements' for macOS need to be added in the plist when building? Is there one for removable volumes?
Closing as duplicate of #2833 , we have a PR open that will solve issues with macOS Catalina.
@stephendwolff Yes, we need to find the right entitlements for Etcher, as USB devices + a couple more don't seem to suffice for now
Worked for me as well! Thanks
Worked here too. Thanks!
Can this bug be fixed, please?
The terminal command worked for me as well, btw
@ygreq I don't have a Mac myself, but from what I've read elsewhere I thought this bug was fixed? :man_shrugging:
What version of Etcher are you using?
I was using 1.5.59. I just updated to 1.5.76. And it works! Thank you for the heads up, lurch!!
As of March 2020, this is still not fixed in Linux. It asks for the root password, then fails.
@LanceHaverkamp I suggest you open a new issue and describe your problem in as much detail as possible.
+1 same issue reported in https://github.com/balena-io/etcher/issues/2933#issuecomment-541833707 still happening on Mac OS Catalina 10.15.4 with Etcher v.1.5.83 trying to flash 2020-02-13-raspbian-buster-lite.img.
Flash!
@StefanoSGI Are you running on Catalina as a "non-admin" user? If so, does this summarise what you're experiencing?
@lurch the account I'm using is an Admin on my laptop.
@StefanoSGI still happening, the same scenario with ubuntu images and its derivatives images on Mac OS Catalina latest and admin user account.
Just tested the latest build 1.5.95 on Mac OS and it works fine now 馃榿
Unfortunately I have the same issue. Just installed lastest version, nothing seems to help, neither starting it through terminal.
I having the same issue on build 1.5.101.
OS: MacOS Catalina 10.15.5
I also ran with sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcher.
Error:
The writer process ended unexpectedly.
Please try again, and contact the Etcher
team if the problem persists.
I had the same issue on build 1.5.45 and now problem solved after upgraded to build 1.5.104
OS: MacOS Catalina 10.15.6
I am also experiencing the issue. I am running a Macbook Pro 15 on Catalina (10.15.6). I have been flashing lots of images these last two weeks and I experienced this issue multiple times, with multiple different images (from the top of my memory fedora 32, Debian 10). These are the logs I am getting:

I did not get into reading the code, but this might help somebody.
EDIT: switched to windows and can confirm that this problem only occurs on mac. Do not know if this is new information. Just thought could help.
Same issue 1.5.106 w/ Catalina 10.15.6
sudo worked
Catalina 10.15.6
BalenaEtcher 1.5.109
Same issue. Tried sudo and it did not work, but if I switch to root and start the app as root from cli it works.
Yosemite OS
U need format flashdrive (FAT system with Disk Utility) before flash distro.
Otherwise it will give the same error... This is the trick!
tested with and without sudo...
sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcher
I can confirm that this issue is a duplicate of #2833, which just also provides the error message in DevTools. In the thread, there is a temporary solution by launching etcher using CLI.
sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcherThat solves the issue of the screenshot on this issue, on my machine, at least.
That worked for me.
Before I had the same issue like on the screenshots before.
Yes, that worked. Thank you. Running it from Mac (Catalina 10.15.6) kept failing.
I uncompressed the file in terminal to get the image. And The problem solved.
My OS version is macOS mojave 10.14.6
Etcher version is Version 1.5.109 (1.5.109)
Hello, I intermittently get the same error even when running with sudo privileges through the terminal in Catalina--at least half the time or more. Sometimes, restarting my computer solves it, sometimes not.
I can confirm that this issue is a duplicate of #2833, which just also provides the error message in DevTools. In the thread, there is a temporary solution by launching etcher using CLI.
sudo /Applications/balenaEtcher.app/Contents/MacOS/balenaEtcherThat solves the error showing the screenshot on this issue, on my machine, at least.
This man is a genius!
I have done it as follows (on MacOS Catalina 10.15.3):
Launch Disk Utility
Format destination drive (FAT32 - GUID)
Unmount the drive.
Launch Balena Etcher normally.
Flash normally.
I have followed this sequence on 2 drives that were giving the error.
Hope it helps
I have done it as follows (on MacOS Catalina 10.15.3):
Launch Disk Utility
Format destination drive (FAT32 - GUID)
Unmount the drive.
Launch Balena Etcher normally.
Flash normally.I have followed this sequence on 2 drives that were giving the error.
Hope it helps
Tried running with sudo command but did not work. Unmounting the drive fixed it for me, thanks!
The above worked for me too.
The above worked for me. Except in addition to unmounting the drive, I had to launch Etcher via the command line with sudo.
@AlexanderJGomez cheers - this worked!
Have tried all fixes here - sudo, running as root, reformatting as GUID, yet the same issue (same error) persists.
This is Etcher 1.5.111 on macOS 10.15.6 Catalina.
Did you unmount the drive before using Balena?
If I unmount it, it does not show up in the Select Target. If I mount it (just insert the card and it automounts), it shows up as "Apple SDXC Reader Media" on /dev/disk4.
I see the issue...in Finder, you can only eject the volume (e.g., "UNTITLED") which also ejects the reader. In Disk Utility, it's possible to eject the volume and still leave the reader mounted. When I do that, it works.
@raindog308 I literally was just about the write the same thing haha.
Hitting "Unmount" here did it for me. I didn't have to run as sudo either:

Yes, as I said previously, just unmount the drive in disk utility and use Balena to write the image.
Yes, as I said previously, just unmount the drive in disk utility and use Balena to write the image.
Whoops! I missed your post in the mix of the others. Yes, your steps are perfect
Thank you.
Most helpful comment
I can confirm that this issue is a duplicate of #2833, which just also provides the error message in DevTools. In the thread, there is a temporary solution by launching etcher using CLI.
That solves the error showing the screenshot on this issue, on my machine, at least.