-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
White background without any GUI elements, when running Etcher #3536
Comments
Same here. |
Error I am seeing on Manjaro: version installed is libva 2.12.0 libva has been updated here recently, but a downgrade to older version 2.11.0 doesn't seem to help. |
The issue seems to be with electron 13.1.2 |
Also affected (Arch). |
How do you get etcher to use the electron12 install? I tried an alias but no luck, still is using 13. |
On Arch Linux you can use a helper like downgrade. |
Same deal with Cent-os 7. |
I don't want to downgrade. How do I get etcher to use 12 and only 12 when it's installed but keeping 13. |
You can install electron 12 ( |
Thanks, this seems to work for me. |
There was a bit of confusion, I meant to link to #3520 and not close (yet) since they could be different issues (the other one is for Apple M1 chip) |
Keep in mind that the AUR packages are community-driven, so you're better off checking the issue there. Apparently an user got it working under a different AUR here #3558 (comment) so if you can check that, we could close this issue for now as we're not using Electron 13 on master yet |
I am having the same issue on Zorin, here is my dev tools console output:
|
@galaxine-senpai That might have been fixed by #3935 ? |
running into the same problems on windows portable 1.18.4 |
Checking in here from NixOs NixOS/nixpkgs#158715. NixOS still has etcher 1.7.9 with electron 12 which is quite old now. Do you still guys support only electron 12 or is there any new version that we could use? I'm trying to get the newest etcher version to run in Nixos, but it shows a blank white screen on electron 12, 24, 25, and 26. Edit: I found the issue it works fine with electron 25. There is regression which was fixed in later versions, which are not in Nixos repos yet. |
White screen here, with Ubuntu 22.04 + Etcher 1.18.11 when run with
1.8.0 does not have this problem, so will use this for now. |
It shows this error in the console, when running the program: "Uncaught Error: /usr/lib/balena-etcher/generated/modules/xxhash/build/Release/hash.node: undefined symbol: _ZM2v86Object18InternalFieldCountEv"
Hey, so when I try to run balena etcher on Arch Linux, it does not load any of the GUI it just shows a white background, which maybe is because that it doesn't load it, because of the error from above.
I don't know if this would be helpful, but the program have been installed from the AUR, which you can find here:
https://aur.archlinux.org/packages/balena-etcher/
EDIT: I remember that it worked some days ago. So I tried going back to the working version. And I found out that upgrading the electron package seems to create the issue.
The text was updated successfully, but these errors were encountered: