Closed
Bug 1760842
Opened 4 years ago
Closed 2 years ago
https://glitch.com/edit/#!/swift-rift-rain fails to create WebGL context
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: emz, Unassigned)
Details
https://glitch.com/edit/#!/swift-rift-rain fails to load on a clean Nightly profile 100.0a1 (2022-03-22) (64-bit) on Ubuntu 21.10.
This might be a recent regression, since the site worked on Nightly a few days ago.
These error messages are shown in the console:
THREE.WebGLRenderer: Error creating WebGL context. index.c3e2c217.js:3950:53172
WebGL warning: <Create>: AllowWebgl2:false restricts context creation on this system. index.c3e2c217.js:3950:52413
Failed to create WebGL context: WebGL creation failed:
* AllowWebgl2:false restricts context creation on this system. () index.c3e2c217.js:3950:52413
WebGL warning: <Create>: WebglAllowWindowsNativeGl:false restricts context creation on this system. index.c3e2c217.js:3950:52413
Failed to create WebGL context: WebGL creation failed:
* WebglAllowWindowsNativeGl:false restricts context creation on this system. ()
* Exhausted GL driver options. (FEATURE_FAILURE_WEBGL_EXHAUSTED_DRIVERS) index.c3e2c217.js:3950:52413
WebGL warning: <Create>: WebglAllowWindowsNativeGl:false restricts context creation on this system. index.c3e2c217.js:3950:52413
Failed to create WebGL context: WebGL creation failed:
* WebglAllowWindowsNativeGl:false restricts context creation on this system. ()
* Exhausted GL driver options. (FEATURE_FAILURE_WEBGL_EXHAUSTED_DRIVERS) index.c3e2c217.js:3950:52413
WebGL warning: <Create>: AllowWebgl2:false restricts context creation on this system. index.c3e2c217.js:3950:52413
Failed to create WebGL context: WebGL creation failed:
* AllowWebgl2:false restricts context creation on this system. () index.c3e2c217.js:3950:52413
WebGL warning: <Create>: WebglAllowWindowsNativeGl:false restricts context creation on this system. index.c3e2c217.js:3950:52413
Failed to create WebGL context: WebGL creation failed:
* WebglAllowWindowsNativeGl:false restricts context creation on this system. ()
* Exhausted GL driver options. (FEATURE_FAILURE_WEBGL_EXHAUSTED_DRIVERS) index.c3e2c217.js:3950:52413
WebGL warning: <Create>: WebglAllowWindowsNativeGl:false restricts context creation on this system. index.c3e2c217.js:3950:52413
Failed to create WebGL context: WebGL creation failed:
* WebglAllowWindowsNativeGl:false restricts context creation on this system. ()
* Exhausted GL driver options. (FEATURE_FAILURE_WEBGL_EXHAUSTED_DRIVERS) index.c3e2c217.js:3950:52413
Error: Error creating WebGL context.
wn https://glitch.com/edit/assets/index.c3e2c217.js:3950
bl https://glitch.com/edit/assets/index.c3e2c217.js:4740
pUe https://glitch.com/edit/assets/index.c3e2c217.js:4740
WQ https://glitch.com/edit/assets/index.c3e2c217.js:1
<anonymous> https://glitch.com/edit/assets/index.c3e2c217.js:5528
index.c3e2c217.js:4740:1294
Uncaught TypeError: can't access property "xr", this.threeRenderer is undefined
xNe https://glitch.com/edit/assets/index.c3e2c217.js:4584
bl https://glitch.com/edit/assets/index.c3e2c217.js:4740
pUe https://glitch.com/edit/assets/index.c3e2c217.js:4740
WQ https://glitch.com/edit/assets/index.c3e2c217.js:1
<anonymous> https://glitch.com/edit/assets/index.c3e2c217.js:5528
index.c3e2c217.js:4584:2218
Uncaught (in promise) TypeError: can't access property "xr", this.threeRenderer is undefined
xNe https://glitch.com/edit/assets/index.c3e2c217.js:4584
bl https://glitch.com/edit/assets/index.c3e2c217.js:4740
pUe https://glitch.com/edit/assets/index.c3e2c217.js:4740
WQ https://glitch.com/edit/assets/index.c3e2c217.js:1
<anonymous> https://glitch.com/edit/assets/index.c3e2c217.js:5528
The issue is not reproducable on release, Firefox 98.0.1
Comment 1•4 years ago
|
||
The severity field is not set for this bug.
:jgilbert, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jgilbert)
Comment 2•2 years ago
|
||
This does work for me, at least now.
Does it still break for you?
Flags: needinfo?(jgilbert) → needinfo?(pbz)
| Reporter | ||
Comment 3•2 years ago
|
||
Let's close this. I no longer have the Ubuntu machine I used to test this. Also this might have been an issue with my GPU drivers.
Flags: needinfo?(pbz)
Updated•2 years ago
|
Severity: -- → S2
Comment 5•2 years ago
|
||
Oh, I missed comment 3!
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(jgilbert)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•