Skip to content
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

Closed
andrewdeutsch opened this issue Sep 25, 2018 · 8 comments
Closed

GL_INCOMPATIBLE error on Chrome 69, Android 9 #41

andrewdeutsch opened this issue Sep 25, 2018 · 8 comments

Comments

@andrewdeutsch
Copy link

andrewdeutsch commented Sep 25, 2018

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:

  1. Load any Jeeliz demo on Chrome 69 running on Android 9.

Expected behavior
Jeeliz projects to load

Screenshots
image

Smartphone (please complete the following information):

  • Device: Pixel 2
  • OS: Android 9
  • Browser Chrome
  • Version 69

As usual, I'm a big fan of your work and hope it's a simple resolution.

@xavierjs
Copy link
Member

Hi Andrew,

This is really strange, it seams that Chrome blocks some OpenGL feature to WebGL.
Can you please give screenshot of:

http://webglreport.com/?v=1 (for webgl1)
http://webglreport.com/?v=2 (for webgl2)

Thank you,
Xavier

@andrewdeutsch
Copy link
Author

Taken in Chrome 69.0.3497.100 on Android 9
WebGL 1:
image
WebGL2:
image

@xavierjs
Copy link
Member

Thank you, that's really strange, it should work... I am looking for the bug...

@xavierjs
Copy link
Member

The bug is related to: https://bugs.chromium.org/p/chromium/issues/detail?id=890002#c2
I hope it will be corrected very soon :)

@xavierjs
Copy link
Member

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 :)

@xavierjs
Copy link
Member

A unit test was added to Chromium thanks to this issus and Chromium bug reporting :)
KhronosGroup/WebGL#2729

@xavierjs
Copy link
Member

xavierjs commented Nov 5, 2018

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 (with Chrome72)

@andrewdeutsch
Copy link
Author

andrewdeutsch commented Nov 5, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants