We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My GPU is old and doesn't much support GL related things. so the website doesn't show the barcode and this error appears in the console:
Failed to create WebGL context: WebGL creation failed: * tryNativeGL (FEATURE_FAILURE_EGL_NO_CONFIG) * Exhausted GL driver options. (FEATURE_FAILURE_WEBGL_EXHAUSTED_DRIVERS)
My browser is firefox and the issue may solve by:
It's good idea to handle the error and suggest to user to try above suggestions.
The text was updated successfully, but these errors were encountered:
Yeah, error handling should be better. At the very least it'd be good to report the WebGL creation failed part back.
WebGL creation failed
Sorry, something went wrong.
I believe the error reporting is better in the current version (https://github.com/sz3/libcimbar/releases/tag/v0.6.1f)
No branches or pull requests
My GPU is old and doesn't much support GL related things. so the website doesn't show the barcode and this error appears in the console:
My browser is firefox and the issue may solve by:
It's good idea to handle the error and suggest to user to try above suggestions.
The text was updated successfully, but these errors were encountered: