electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.46k stars 1.71k forks source link

Compiled Binary goes blank screen for all OS versions #8272

Open crypto-matto opened 1 week ago

crypto-matto commented 1 week ago

Weirdly I cannot debug at all, as in watch mode, the app can be opened & operates perfectly fine.

When opening the built binary / executable, I can see that it can load my index.html, as the app title is correct. Yet I can't open any developer console, no matter with Ctrl + shift + I or adding win.webContents.openDevTools() inside the code.

What else can I debug it, and any potential cause of this? Thanks.

mmaietta commented 1 week ago

Please provide a minimum reproducible repo for this issue. This is the first I've heard of its kind