You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2022. It is now read-only.
If run into a strange issue:
Electron starts up, also the browser window opens up (menu bar is visible), but nothing gets rendered or executed from the HTML file. Also the dev console does not show up.
I have the following setup:
HW: Raspberry Pi 3
OS: Raspbian Stretch Lite + xserver-xorg (and some dependencies)
I start electron with startx.
As the main.js works fine and there's no dev console, I can't even see error messages.
I did some tests, maybe they can help:
electron
electron-prebuilt-compile
works?
v1.4.1
v1.4.1
works
v1.7.2
v1.7.2
works
v1.7.13
v1.7.13
works
v1.4.1
v1.8.4
nope
v1.7.2
v1.8.4
nope
v1.8.4
v1.8.4
nope
v1.8.4
v1.4.3
works, but getting module version mismatch
v1.8.4
v1.7.0
works, but getting module version mismatch
v1.8.4
v1.7.13
works, but getting module version mismatch
The module version mismatches are most likely a electron-rebuild issue I think.