Closed Riari closed 6 years ago
Can you launch electron.exe
downloaded from the 1.8.4
release on the github repo electron/electron
?
Just tried that; same result. No error messages, process dies instantly. Should I open an issue directly on electron/electron?
@Riari yeah you should, sounds like 1.8.x and higher is crashing on your machine. Can you raise that issue and @ mention me 😄
I'm on Windows 10 64-bit, using electron-forge 5.1.1. When I try to start a project freshly generated with
electron-forge init electron-forge-test
, it fails to start - no application window appears and the process seems to die instantly. Debug output below.I'm doing absolutely nothing else with it; no CLI args, no changes to any of the generated files. I'm not sure where along the line it's failing.
If I try
electron-forge package
, it appears to succeed:But attempting to run the resulting electron-forge-test.exe appears to do nothing at all.
Possibly relevant issue of note, I have 6 Electron-based apps installed on this system; Discord, Insomnia, Atom, VSCode, WorkFlowy and Slack. Of those, Slack and WorkFlowy both fail to start in the same fashion, even after completely fresh reinstalls. The only thing I found in common with those is the file version of their node.dll files - listed as 8.2.1.0, vs. 7.9.0.0 or 7.4.0.0 for the other 4 apps that work. I noticed that my generated electron-forge-test app also includes a node.dll v8.2.1.0. Not sure if this is relevant at all, but it's interesting.
Anything I can try to help narrow down the cause?
Thanks