electron-userland / electron-prebuilt-compile

electron-prebuilt with Babel and React built-in
168 stars 56 forks source link

Nothing happens after window opened up #62

Open philipptrenz opened 6 years ago

philipptrenz commented 6 years ago

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.