-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Ayush C edited this page May 28, 2023
·
6 revisions
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:
Via package.json
:
{
"chromium-args": "--disable-gpu"
}
Via command line:
/path/to/nw . --disable-gpu