electron-prebuilt-compile icon indicating copy to clipboard operation
electron-prebuilt-compile copied to clipboard

Nothing happens after window opened up

Open philipptrenz opened this issue 6 years ago • 0 comments

Hey there, thanks for your great work!

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.

philipptrenz avatar Apr 03 '18 18:04 philipptrenz