-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
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
GL_INCOMPATIBLE error on Chrome 69, Android 9 #41
Comments
Hi Andrew, This is really strange, it seams that Chrome blocks some OpenGL feature to WebGL. http://webglreport.com/?v=1 (for webgl1) Thank you, |
Thank you, that's really strange, it should work... I am looking for the bug... |
The bug is related to: https://bugs.chromium.org/p/chromium/issues/detail?id=890002#c2 |
It seems the bug is taken very seriously by Chromium dev team and I am pretty sure it will be corrected very soon, so I close the issue :) |
A unit test was added to Chromium thanks to this issus and Chromium bug reporting :) |
The bug have been fixed (cf https://bugs.chromium.org/p/chromium/issues/detail?id=890002) |
Fantastic. Thanks, Xavier!
On Mon, Nov 5, 2018 at 5:21 PM Bourry Xavier ***@***.***> wrote:
The bug have been fixed (cf
https://bugs.chromium.org/p/chromium/issues/detail?id=890002)
It is currently in the Canary and Dev Chrome channels.
It will be fixed on stable channel at the end of January 2019
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHRatV_jVXe_uIw4FUqtIW26yOr6ZQAks5usLnOgaJpZM4W5fLR>
.
--
917.482.1004 https://www.somewonderstuff.com
|
Describe the bug
I've upgraded to Android 9. Jeeliz projects now throw a "GL_Incompatible" error in Chrome 69. They work as expected in Firefox on Android, so it seems to be Chrome specific. I have tested and seen the same result on 2 Pixel 2s.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Jeeliz projects to load
Screenshots
Smartphone (please complete the following information):
As usual, I'm a big fan of your work and hope it's a simple resolution.
The text was updated successfully, but these errors were encountered: