Skip to content

chapter-01/02-first-scene.html doesn't render on Chrome Version 46.0.2490.80 (64-bit) #17

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

Open
NAThompson opened this issue Nov 10, 2015 · 2 comments

Comments

@NAThompson
Copy link

Error message from Javascript console:

Uncaught TypeError: Cannot read property 'getShaderPrecisionFormat' of null

This line is responsible:
var renderer = new THREE.WebGLRenderer();

However, it does render on Firefox. OS: Ubuntu 15.04.

@feeltheburn
Copy link

Works fine in 46.0.2490.71 (slightly earlier build)

One search of this error led me to:
https://www.khronos.org/webgl/wiki/BlacklistsAndWhitelists#Chrome

Inferring that may be a problem with Chrome in general. Check your GPU against the Chrome WebGL blacklist for all OSes and Linux.

@spac3nerd
Copy link

You should try getting past the backlist that Chome uses. Open "chrome://flags/" in your browser and enable the flag called "Override software rendering list".
You can also take a look at "chrome://gpu/" to see if any problems pop up.

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