-
Notifications
You must be signed in to change notification settings - Fork 16k
Electron 1.8.x arm releases are broken #12329
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
Comments
If I have a chance later, I'll post up some logs. I have the same platform setup as @jkleinsc. I tried the latest 1.7 and had same results as the 1.8.x I had to go back to 1.7.11. Maybe that narrows it down some on where to start looking. |
any process? |
From the comments:
It seems that 8b6aa22 is responsible for the problem, but the code looks very innocent to me. |
Possibly some versions were compiled against libc-2.19.so while debian stretch seems to use debian jessie (this seems related to 8b6aa22)
debian stretch:
cfr: |
Happens to me using raspbian 9.4 Stretch and electron@2.0.2. |
Note: Or run just run Alternatively, installing libgl1-mesa-dri (apt install --no-install-recommends libgl1-mesa-dri) also works, without any of the above flags. |
@jkleinsc is this still a problem in later versions of electron? |
@sofianguy no, I'll close this. |
Expected behavior
Running
electron
with no arguments should display the Electron startup screen.Actual behavior
An empty screen is displayed:

Also when running with ELECTRON_ENABLE_LOGGING=true and ELECTRON_ENABLE_STACK_DUMPING=true, stderr displays the following:
I also tested the 2.0.0-beta.4 release and it worked correctly

How to reproduce
electron
from the archive with no args.The text was updated successfully, but these errors were encountered: