Three.js + Chrome 43: Error Creating Webgl Context
I get an 'Error creating WebGL context' error when running this script in chrome 43 under Ubuntu Linux. It worked perfectly fine in chrome 42 ad in the stable release of Firefox. H
Solution 1:
I get the same thing for Chromium 43.0.2357.81 Ubuntu 14.04 (64-bit), but Chrome 43 is fine. It seems to be a bug, here is an issue in Chromium bug tracker about it. Chromium developer says:
We have no control over which Chromium revision Ubuntu decides to pull into their distribution. It's entirely possible they pulled a broken revision. Sorry, but this is an issue you'll have to take up with Canonical.
Here and here are possible issues for Ubuntu Chromium distribution, but it seems to be not fixed yet.
I think for now the solution will be to downgrade to a working version and wait for a fix.
Post a Comment for "Three.js + Chrome 43: Error Creating Webgl Context"