Jennnnnyyyyy
Member
- Feb 21, 2018
- 143
- 123
- 331
"Failed to initialize graphics" is an error that you get for multitude of reasons, but it stems out of 2 main problems.
1. You're drivers are outdated and need to be updated to a newer versions (find what GPU u got and update)
If (1) doesn't help you, it means you have an old (really old) gpu which is flagged as "blacklisted" by chromium (the trash rpg maker mz runs on)
2. Google hates you! yes you read this right, google and its chromium based trash decided to block you specifically! sue them. (read above)
There are ways to remove that restriction (if you know what you are doing)
Either you can input ( "chromium-args": "--enable-webgl --ignore-gpu-blacklist", ) into package.json (only the green part) in the main root of the game or you can download the modified version i posted (i just added the text above into the right place) and just replace the original file
(I would strongly recommend to remove the original file and then paste the new one as replacing files does create problems at random)
1. You're drivers are outdated and need to be updated to a newer versions (find what GPU u got and update)
If (1) doesn't help you, it means you have an old (really old) gpu which is flagged as "blacklisted" by chromium (the trash rpg maker mz runs on)
2. Google hates you! yes you read this right, google and its chromium based trash decided to block you specifically! sue them. (read above)
There are ways to remove that restriction (if you know what you are doing)
Either you can input ( "chromium-args": "--enable-webgl --ignore-gpu-blacklist", ) into package.json (only the green part) in the main root of the game or you can download the modified version i posted (i just added the text above into the right place) and just replace the original file
(I would strongly recommend to remove the original file and then paste the new one as replacing files does create problems at random)