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

CMD error in a simple build

Open gvanem opened this issue 1 month ago • 1 comments

Hello folks.

Just D/L the .zip mentioned in the front-page: https://dl.nwjs.io/v0.106.0/nwjs-v0.106.0-win-x64.zip Installing to f:\MinGW32\src\Languages\NWJS and trying the Quick-start example:

md gv-test
cd gv-test
:: create package.json + index.html as specified
..\nw.exe .

Then this error box came up:

Image

Translation: Could not load the extension from C:\Windows\System32. The manifest-file is missing or could not be loaded.

I also noted in Process Explorer, there where 4 spwaned instances of nw.exe:

Image

of which the 2nd and 3rd had insane long cmd-lines; clipped from Process Explorer: 2:

f:\MinGW32\src\Languages\NWJS\nw.exe --type=crashpad-handler
"--user-data-dir=c:\Users\gvane\AppData\Local\nw-demo\User Data"
/prefetch:4 --monitor-self-annotation=ptype=crashpad-handler
"--database=c:\Users\gvane\AppData\Local\nw-demo\User Data\Crashpad"
"--metrics-dir=c:\Users\gvane\AppData\Local\nw-demo\User Data"
--annotation=plat=Win64 --annotation=prod=nwjs --annotation=ver=
--initial-client-data=0x224,0x228,0x22c,0x220,0x230,0x7ffbb7da27d8,0x7ffbb7da27e8,0x7ffbb7da27f8

3:

f:\MinGW32\src\Languages\NWJS\nw.exe --type=gpu-process --no-sandbox
--user-data-dir="c:\Users\gvane\AppData\Local\nw-demo\User Data" --nwapp-path
--start-stack-profiler
--gpu-preferences=SAAAAAAAAADgAAAEAAAAAAAAAAAAAGAAAQAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAQAAAAAAAAABAAAAAAAAAACAAAAAAAAAAIAAAAAAAAAA==
--metrics-shmem-handle=1852,i,2117519738275300262,3102339604371012556,262144 --field-trial-handle=2012,i,9145578632448196009,16317051048456635848,262144
--variations-seed-version --trace-process-track-uuid=3190708988185955192 --mojo-platform-channel-handle=1996 /prefetch:2

What on earth is going on?

gvanem avatar Dec 04 '25 09:12 gvanem