-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
OpenGL error in electron 2.0.0 #25
Comments
getting the same error, but can't make mpv.js do anything on electron 2.0.2, the example doesn't work if updated. |
Can reproduce it. Probably Chrome broken something in PPAPI implementation. |
Though plugins seems to be working normally in latest Chromium. |
Tested a bit more.
Seems to be either regression in Electron or Chrome 61. Does anyone know for how long electron 2.x is going to be supported? I.e. is it worth the efforts. |
Might be related electron/electron#12937 |
Tested Chrome 61÷66, issue seems to be fixed somewhere between 64 and 65. |
Found commit which fixes error: https://chromium.googlesource.com/chromium/src.git/+/37924baf9ac8f3ce7811508bc650efe965bb50b2^!/ |
Closing because it was fixed in latest electron/Chrome (3+/65+) and doesn't affect functionality. There is one more issue which I thought was related to this one, but it seems to be happen only on Linux: electron/electron#13624 |
on 2.0.x ARM releases for raspberry pi you can fix this issue by enabling hardware graphics acceleration. |
electron 2.0.0 was released yesterday and I tried it with mpv.js. everything looks fine but I get this Error message in my console. it doesn't seems to be affecting the player functionality but nevertheless it's an error.
os: windows 10_x64 build 16299
electron: 2.0.0
The text was updated successfully, but these errors were encountered: