Others HELP FAILED TO INITIALIZE GRAPHICS

wwa06212

Newbie
Nov 22, 2023
70
16
FAILED TO INITIALIZE GRAPHICS on all nwjs .exes ( ) I've download said games from f95zone and get this error on all of them. I have the base nwjs installed aswell.
 

Penumbral Evanescence

|☽◯☾| Somnium of the Night ✧ Bête Noire
Trial Moderator
Donor
Jul 16, 2021
2,407
6,888
Supposedly, as per the following thread, it could be a concern with the graphics card driver being outdated. Try reinstalling/updating your graphics card driver and see if that makes any difference.
 

wwa06212

Newbie
Nov 22, 2023
70
16
Supposedly, as per the following thread, it could be a concern with the graphics card driver being outdated. Try reinstalling/updating your graphics card driver and see if that makes any difference.
I'm on a virtual machine i don't think i can.
 

wwa06212

Newbie
Nov 22, 2023
70
16
Supposedly, as per the following thread, it could be a concern with the graphics card driver being outdated. Try reinstalling/updating your graphics card driver and see if that makes any difference.
Would there be a way to fix this on a VM?
 

Penumbral Evanescence

|☽◯☾| Somnium of the Night ✧ Bête Noire
Trial Moderator
Donor
Jul 16, 2021
2,407
6,888
Try following the it could be that your instance of the game running in a VM server would require enabling hardware acceleration in order for the game to run
 

wwa06212

Newbie
Nov 22, 2023
70
16
Try following the it could be that your instance of the game running in a VM server would require enabling hardware acceleration in order for the game to run
For me, even on my main pc the website loads for a couple seconds and then goes to a white screen.
 

wwa06212

Newbie
Nov 22, 2023
70
16
Try following the it could be that your instance of the game running in a VM server would require enabling hardware acceleration in order for the game to run
I followed this video: youtube.com/watch?app=desktop&v=uZyrbJcle0g. Turns out I already have hardware acceleration on for my virtualbox anyways, and I still can't load the page you sent me.
 

kibaookami

New Member
Jun 2, 2023
1
3
FAILED TO INITIALIZE GRAPHICS on all nwjs .exes ( ) 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.
 
Last edited: