nw.js icon indicating copy to clipboard operation
nw.js copied to clipboard

"--single-process" not working

Open ssnangua opened this issue 1 year ago • 2 comments

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>

ssnangua avatar Mar 13 '24 12:03 ssnangua

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

ayushmanchhabra avatar Mar 17 '24 13:03 ayushmanchhabra

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

eggplants avatar Sep 13 '24 02:09 eggplants