Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer working in Windows 7? #43

Open
knpmaster opened this issue Jan 13, 2020 · 3 comments
Open

No longer working in Windows 7? #43

knpmaster opened this issue Jan 13, 2020 · 3 comments

Comments

@knpmaster
Copy link

Interesting, within the last 3 months this feature stopped working in Windows 7. Works fine in windows 10. Tested in both chrome and firefox.

Windows 7 now just shows the normal map as the graphic and no light shading.

Anyone else have this issue?

@ivanpopelyshev
Copy link
Contributor

ivanpopelyshev commented Jan 13, 2020

are you sure that WebGL is still available in your browser?
check out the console, whether pixijs is in webgl or canvas2d mode.

@knpmaster
Copy link
Author

knpmaster commented Jan 13, 2020

Ah you're right its using canvas now...

For some reason the browsers have decided that this particular graphics card can't use WebGL anymore. Drivers are up to date. It used to work fine!

I'll have to code my engine to hide the normals if canvas is being used.

edit:
Upon further research I'm guessing that within the last few months my graphics card/driver has been blacklisted. NVIDIA Quadro NVS 290

Canvas is still being used even though I am specifically enabling the WebGL using these flags:
image

Might be a bug, here is a related thread I found:
https://support.google.com/chrome/thread/22639791?hl=en

@jonlepage
Copy link

jonlepage commented Jan 14, 2020

try add flags, it should work depending your framework
--ignore-gpu-blacklist
you should also able to log rule.
--log-gpu-control-list-decisions

More info
https://peter.sh/experiments/chromium-command-line-switches/

I also had a Quadro 1800 fx
Quadro branch have a lot of issue with nvidia drivers.
They are all shit studio card.
I am happy to have moved to the GTX range.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants