elementbound/scrumshowdown

[Bug] WebGL error

Closed this issue · 2 comments

Issue type

  • bug report
  • feature request

Bug report

When creating or joining a room the following errors get printed to the console:

Module init message.handlers.js:3
THREE.WebGLRenderer: Error creating WebGL context. three.module.js:23530
WebGL warning: <Create>: getContext: Disallowing antialiased backbuffers due to blacklisting. (FEATURE_FAILURE_OLD_FGLRX) three.module.js:23500
WebGL warning: <Create>: Refused to create native OpenGL context because of blacklist entry: FEATURE_FAILURE_OLD_FGLRX three.module.js:23500
Failed to create WebGL context: WebGL creation failed: 
* Refused to create native OpenGL context because of blacklist entry: FEATURE_FAILURE_OLD_FGLRX
* Exhausted GL driver options. three.module.js:23500
WebGL warning: <Create>: getContext: Disallowing antialiased backbuffers due to blacklisting. (FEATURE_FAILURE_OLD_FGLRX) three.module.js:23500
WebGL warning: <Create>: Refused to create native OpenGL context because of blacklist entry: FEATURE_FAILURE_OLD_FGLRX three.module.js:23500
Failed to create WebGL context: WebGL creation failed: 
* Refused to create native OpenGL context because of blacklist entry: FEATURE_FAILURE_OLD_FGLRX
* Exhausted GL driver options. three.module.js:23500
WebGL warning: <Create>: getContext: Disallowing antialiased backbuffers due to blacklisting. (FEATURE_FAILURE_OLD_FGLRX) three.module.js:23504
WebGL warning: <Create>: Refused to create native OpenGL context because of blacklist entry: FEATURE_FAILURE_OLD_FGLRX three.module.js:23504
Failed to create WebGL context: WebGL creation failed: 
* Refused to create native OpenGL context because of blacklist entry: FEATURE_FAILURE_OLD_FGLRX
* Exhausted GL driver options. three.module.js:23504
Error: Error creating WebGL context. three.module.js:23510

Current behavior

The app does not show the estimates.

Expected behavior

The app would calculate and show the estimates.

The problem

The app does not produce estimates

Proposed solution

Fix the errors :)

Notes

Arch Linux, Firefox 75

Hi @T-bond, thanks for reporting!

Unfortunately, this seems to be a browser support issue and not something that could be fixed from the application side. I've included an error splash for this case, so users know what's happening.

Another thing to check could be your software- and package setup. While I'm no expert with Arch Linux, here's a relevant issue. To summarize:

  • Get your browser from the Firefox site directly
  • Make sure you have the necessary packages installed and working

Let me know if this helps.

Closing issue due to inactivity. If the issue persists, feel free to open a new ticket.