-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Balena Etcher is broken #153537
Comments
I can reproduce the same issue using NixOS 21.11:
|
The issue is that Balena Etcher is not compatible with the version of Electron with which it was packaged on NixOS. The PR #158715 fixes this, but please be aware that it now depends on Electron 12, which is marked as End-Of-Life. |
Etcher has since been removed from nixpkgs due to the electron issue. If you still need to use it, you can run from an old version of nixpkgs: NIXPKGS_ALLOW_INSECURE=1 nix run github:nixos/nixpkgs/nixos-20.09#etcher --impure |
Describe the bug
Balena etcher app starts with blank white screen
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should open UI with buttons etc...
Screenshots
Additional context
Logs in devtools of etcher:
Logs in terminal:
Notify maintainers
@Shou
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: