-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
Environment
[2025-03-22 08:12:49.356] [INFO] System information:
SYSTEM: manufacturer: Apple Inc.; model: Macmini9,1; virtual: false
OS: platform: darwin; distro: macOS; release: 15.3.2; arch: arm64; kernel: 24.3.0
VERSIONS: electron: 32.3.3; used node: 20.18.1; installed node: 20.18.1; npm: 10.8.2; pm2: 5.4.3
OTHER: timeZone: America/Phoenix; ELECTRON_ENABLE_GPU: undefined
Which start option are you using?
npm run start
Are you using PM2?
No
Module
None
Have you tried disabling other modules?
- Yes
- No
Have you searched if someone else has already reported the issue on the forum or in the issues?
- Yes
What did you do?
Steps to reproduce the issue:
used n to install required node version, 22.14.1
checked out develop branch
remove node_modules
npm install
npm start
electron starts, black screen., no index.html load
get this error
[34408:0322/081249.790421:ERROR:network_service_instance_impl.cc(608)] Network service crashed, restarting service.
reported
electron/electron#43400 (set to singleprocess in switches doesn't help)
checkout master
use n to install 20.18.1
remove node_modules
npm install
npm start, same problem
develop ok on Windows 11 and Ubuntu 24.04
connect to server from other browser on same or other system ok,
(using sample config)
What did you expect to happen?
expected to work
What actually happened?
black screen

in dev window mode npm run start:dev
Additional comments
No response
Participation
- I am willing to submit a pull request for this change.
