nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.36k stars 3.89k forks source link

Crash on startup #7430

Open SineOfLight opened 4 years ago

SineOfLight commented 4 years ago

My app crashes right after startup. This doesn't happen on my laptop but it does happen on another pc. I did everything as fresh on that pc (checkout source, npm i, etc.), but to no avail.

It's an Angular app.

NWJS Version : 0.44.5-sdk Operating System : Windows 10 Node version: 10.16.1 NPM Startup script: "start": "concurrently \"ng serve --port=8964 --no-live-reload\" \"nw --disable-web-security --user-data-dir=C:\\chrome-user-data .\"",

Expected behavior

Program doesn't crash on startup.

Actual behavior

Program crashes on startup. Message:

[7552:6596:0401/093409.512:ERROR:bad_message.cc(22)] Terminating extension renderer for bad IPC message, reason 8 [1] nw --disable-web-security --user-data-dir=C:\chrome-user-data . exited with code 0

I can't really share the source, sorry. I'm kind of hoping this is a more common issue with a common solution..

Crash dump: https://easyupload.io/0mvdbt

NB: I tried with an older version (0.33.3-sdk) and there it works as expected. This is probably something with the chromedriver or?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.