Failed to create WebGL context: WebGL creation failed on Manjaro Firefox Developer Edition version 75.0b11
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
People
(Reporter: maxwell.brayden.anderson, Unassigned)
Details
Attachments
(1 file)
41.11 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0
Steps to reproduce:
I was developing a WASM application, and, after updating dependencies, compiled and ran the program.
Actual results:
A virtually unchanged program didn't show any content on the canvas element, and the dev console stated:
Failed to create WebGL context: WebGL creation failed:
- tryNativeGL
- Exhausted GL driver options.
This led me to believe the bug wasn't in my software or any of it's dependencies, and I attempted to google solutions to the problem with no avail.
Expected results:
The program should have run a graphical application within the canvas element on the site.
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•5 years ago
|
||
Is this on Ubuntu 20.04 by any chance? If so, it is probably https://bugs.launchpad.net/ubuntu/+source/libdrm/+bug/1872586.
Comment 3•5 years ago
|
||
Nevermind, I hadn't read the "Manjaro" bit in the bug title. Did Manjaro get a recent libdrm update?
Comment 4•5 years ago
|
||
Resetting severity to default of --
.
Comment 5•5 years ago
|
||
The priority flag is not set for this bug.
:jgilbert, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 6•5 years ago
|
||
Manjaro is similar to Arch, so this is very likely bug 1623885.
Let me know if this is still a problem on Nightly!
Description
•