We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
See https://github.com/rogerwang/node-webkit/issues/1197
This is a false positive. Please submit the file to Windows to report it as such:
https://www.microsoft.com/en-us/wdsi/filesubmission
There can be many reasons for this.
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
If you get this error, enable the --disable-gpu flag:
--disable-gpu
Via package.json:
package.json
{ "chromium-args": "--disable-gpu" }
Via command line:
/path/to/nw . --disable-gpu
Opening in existing browser session.
NW.js based apps are singletons. This means that successive launches will terminate immediately.
To kill the existing NW.js process:
ps aux
pid
kill XXXX
Refs: https://github.com/streamlink/streamlink-twitch-gui/issues/695#issuecomment-565476126
On MacOS, unsigned binaries may not run. The quarantine flag will have to be cleared.
sudo xattr -r -d com.apple.quarantine /path/to/nwjs.app