question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Three.js not showing in WebKit Browser (Chrome, Safari)

See original GitHub issue

Hi!

When I’m open http://mrdoob.github.com/three.js/examples/webgl_panorama_equirectangular.html in Chome 13.0.782.107 or Safari Version 5.0.5 (6533.21.1) on a Mac OSX 10.6.7 I get the the following errors:

Three.js:294:: Error creating WebGL context.
Three.js:294:: Uncaught TypeError: Cannot call method 'clearColor' of null
Three.js:294:: THREE.WebGLRenderer
webgl_panorama_equirectangular.html:66:: init
webgl_panorama_equirectangular.html:49:: (anonymous function)

When I open it in Firefox 5.0.1 everything is fine. Does someone can confirm this issue?

Thanks!

Issue Analytics

  • State:closed
  • Created 12 years ago
  • Comments:48 (20 by maintainers)

github_iconTop GitHub Comments

2reactions
cipri-tomcommented, Jul 4, 2013

I found a fix for Chrome and Chromium. Enter in the location bar chrome://flags and enable Override software rendering list. Then restart the browser. WebGL now should work.

2reactions
mrdoobcommented, Feb 13, 2013

IT_Crowd_Helpdesk_by_surlana

Read more comments on GitHub >

github_iconTop Results From Across the Web

Three.js scene does not render in Safari 11.0.2 - Stack Overflow
This looks like a compositing bug in Safari. Hopefully Apple will fix it. There are several workrounds. The easist seems to be to...
Read more >
Modifier Curve threejs example does NOT RUN in Safari or ...
The problem is that the shader code of CurveModifier use the WebGL 2 function texture() . However, Webkit based browser do not support...
Read more >
Horrible 3D/Three.js performance in latest Safari on macOS
I'm currently running Safari Version 14.1 (16611.1.21.161.6) on macOS 11.3.1 ... but only in safari, both chrome and firefox are fine.
Read more >
Website not showing content in Chrome - three.js forum
The website works fine in Firefox on a windows OS and in Safari and Chrome on iOS. But it does not work on...
Read more >
Rendering Bug with Metal (iOs, macOS) - three.js forum
I disabled Metal in the Safari settings and it went away. ... https://bugs.webkit.org/ ... Not sure if it's your code or a browser...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found