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.38k stars 3.88k forks source link

"--single-process" not working #8173

Open ssnangua opened 8 months ago

ssnangua commented 8 months ago

It seems that the stable and works fine version is v0.70.1, the v0.71.0 version sometimes works and sometimes crashes, the newer versions always crash.

OS: Windows 10

package.json

{
  "name": "test",
  "version": "0.0.1",
  "main": "index.html",
  "chromium-args": "--single-process"
}

index.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>test</title>
  </head>
  <body>
    <h1>test</h1>
  </body>
</html>
ayushmanchhabra commented 7 months ago

It works for me on v0.85.0. Can you come up with a repro which crashes everytime?

eggplants commented 1 month ago

--single-process is problematic on windows https://github.com/eggplants/deepl-cli/pull/259#issue-2522926821