FAILED TO INITIALIZE GRAPHICS on all nwjs .exes (
You must be registered to see the links
) I've download said games from f95zone and get this error on all of them. I have the base nwjs installed aswell.
I'm a little late, but For those who have this problem, just find the file called package.json, open it with notepad and write this :
["chromium-args": "--enable-webgl --ignore-gpu-blacklist",] (remove brackets)
Your file should look something like this:
{ "name": "rmmz-game",
"main": "index.html",
"chromium-args": "--force-color-profile=srgb --disable-devtools",
"chromium-args": "--enable-webgl --ignore-gpu-blacklist",
"window": {
"title": "叔 ver1.5.2+DLC_ver1.0",
"width": 1280,
"height": 720,
"position": "center",
"icon": "icon/icon.png"
}
}
put the code after "chromium-args": "--force-color-profile=srgb --disable-devtools", and that problem should be fixed, I use VM and it has worked for me.