balena-io / etcher

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

ISO file of Linux not loading and Balena Crashing #4278

Open AARUSH-VINOD opened 1 month ago

AARUSH-VINOD commented 1 month ago
12kc commented 1 month ago

Having the same issue

maizetm commented 1 month ago

I am also having the same problem--balenaEtcher gets suck after I select "flash from file" and choose my ISO file. I still have the option to click "flash from URL" or "clone drive", but otherwise the program is stuck.

12kc commented 1 month ago

Also freezes when I try to flash from URL

VKCsh commented 1 month ago

Hi folks! I was also having this issue on a Windows 11 box. I resolved the problem by installing the Visual C++ redistributable- I've confirmed this bug now on two devices.

Assuming you're up-to-date on x64 Windows 11, winget might solve your problem with this command:

winget install Microsoft.VCRedist.2015+.x64

You may also be able to get the redistributable from the Microsoft website, but when I test Windows I try to stick to winget for this sort of thing, so I'm not sure where that comes from.

I hope that helps- assuming it's the missing dependency it would be nice if BalenaEtcher could fail and warn you to install the missing components.

jlearningtocode commented 1 month ago

I am having the same issue also on Windows 10. However, the issue subsided when following the above recommendation of installing Visual C++ but additionally I had to install Node.js in order for it to work.

MandarinGris commented 1 month ago

Also worked for me on Win10