-
Notifications
You must be signed in to change notification settings - Fork 208
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
ELECTRON BAD Versions List #1930
Comments
Another day, another Electron bug. :) |
3.2.0 installed on Buster and started |
it shouldn't start unless you have a franken debian and have glibc 2.29+, which you should not have on buster (glibc 2.28)
and
|
also it is quite possible that only ARM64 libffmpeg by chance depended on libc 2.29, and that armhf libffmpeg did not. regardless... this is still an issue and upstream is building on focal which caused it |
yes this is the case. due to compiler chance x86_64 and armhf only depend on libc 2.17+ while arm64 depends on libc 2.29+ |
Progress ^ |
merged into electron 19.x.y and 20.x.y (current beta branch), will be fixed in their next releases |
electron 19.0.5 is being built and will be available shortly electron/electron@0764bb1 |
Scratch that, 19.0.6 now because 19.0.5 timed out 😆 edit: they are on the struggle bus with this release... we will just have to wait and see what version it releases as |
Any updates on this yet? |
nope not yet... both 19.0.6 and 19.0.5 timed out and the release numbers were reverted. this is probably pushed back to the end of this week. |
actually looks like they are trying again as of 12 minutes ago electron/electron@c058877 we will see if it finishes and a release is published. releases usually come out 3 hours or so after the build succeeds |
electron 19.0.5 has released a few hours ago https://github.com/electron/electron/releases/tag/v19.0.5 @smartfrigde @SpacingBat3 @cycool29 please rebuild your respective applications on electron 19.0.5+ as 19.0.0-19.0.4 are broken releases on arm64 linux buster/bionic (glibc 2.29+ was required) I have said this before, but electron is pretty much never stable on release and almost always broken. please consider updating to the next version of electron at the END of a release cycle, and not at the beginning. |
closing as the affected projects have been bumped to 19.0.5 |
ArmCord 3.1.2 has reverted back to Electron 21, if possible please update to it. |
keep your eyes on these upstream projects as they are known to use electron:
auto updating:
tabby
turbowarp
whatsapp
electron fiddle
webcord
armcord
vscodium
apt repo:
vscode
manual updating:
github desktop
edex-ui
balenaetcher
GDLauncher
gmans electron blacklist for issues that I deem critical to desktop linux (with special attention to armhf/arm64):
electron 22-25 (might be backported to other stable versions, but will be fixed in electron 26) (wayland screen share broken) electron/electron#36660 electron/electron#37463
electron 22.0.0-22.1.0 (tray icons broken on DEs that don't support
StatusIconLinuxDbus
) electron/electron#36602electron 19.0.0-19.0.4 (too high glibc on arm64)
electron 18.0.0-18.2.3 (too high glibc on arm64)
electron < 13.5.0 (bad on bullseye/jammy and newer glibc)
The text was updated successfully, but these errors were encountered: