Dad72 Posted December 9, 2017 Share Posted December 9, 2017 I just saw this PR : WebGL2 is turned of on Chrome/M63 https://github.com/BabylonJS/Babylon.js/commit/ce7cbe0a1032d6beb9f54b6c351ece110c23f9cf Does this mean that WebGL2 is disabled with the new version 63 of google chrome? It is very regrettable. What is happening with this version? My version is 63.0.3239.84 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted December 9, 2017 Author Share Posted December 9, 2017 ok, it's a cause of a serious vulnerability in WebGL. allows attackers to run malicious code on users Computers. I hope this will be fixed quickly by google. Quote Link to comment Share on other sites More sharing options...
adam Posted December 9, 2017 Share Posted December 9, 2017 I'm pretty sure this is due to this bug: I haven't seen anything related to a security vulnerability. tips4design 1 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted December 9, 2017 Author Share Posted December 9, 2017 4 hours ago, adam said: I haven't seen anything related to a security vulnerability. Here : https://www.scmagazine.com/google-patches-37-security-issues-in-chrome/article/712558/ But maybe it was on the previous version 62 this problem Quote Link to comment Share on other sites More sharing options...
satguru Posted December 9, 2017 Share Posted December 9, 2017 due to chrome v63 bug my BabylonsJS 3.0 app broke on chrome to fix I did engine=new Engine(this.canvas,true,{"disableWebGL2Support":true}); ... Quote Link to comment Share on other sites More sharing options...
aWeirdo Posted December 10, 2017 Share Posted December 10, 2017 Very annoying bug Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted December 11, 2017 Share Posted December 11, 2017 Yes this forced me to turn webgl2 off on chrome m63 If you want to get more insider details: https://bugs.chromium.org/p/chromium/issues/detail?id=792966 This will apparently be fixed for m64 PeapBoy 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.