.Net 8.0.301
- Target: Mac Intel Sonoma 14.6.1
After updating electron-sharp the console now spews the following:
ERROR:gl_display.cc(497)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
Downgrading resolves the issue. I do not believe this is an issue with Electron-sharp or even Electron per se but I can't find a way to mitigate it either as I don't see a property for setting the current proposed workaround which is to call app.disableHardwareAcceleration() and some other switches (see the other electron GitHub link below)
I'm not sure I'd want to do that anyway but it seems to work for people using Intel Mac. It doesn't seem to occur with Apple silicon
but I don't currently have the means to test that.
https://github.com/electron/electron/issues/43415
Steps to Reproduce:
- Use the 32.0.1 version of Electron-Sharp
- electron-sharp start ... enjoy the console show.
.Net 8.0.301
After updating electron-sharp the console now spews the following:
ERROR:gl_display.cc(497)] EGL Driver message (Error) eglQueryDeviceAttribEXT: Bad attribute.
Downgrading resolves the issue. I do not believe this is an issue with Electron-sharp or even Electron per se but I can't find a way to mitigate it either as I don't see a property for setting the current proposed workaround which is to call app.disableHardwareAcceleration() and some other switches (see the other electron GitHub link below)
I'm not sure I'd want to do that anyway but it seems to work for people using Intel Mac. It doesn't seem to occur with Apple silicon
but I don't currently have the means to test that.
https://github.com/electron/electron/issues/43415
Steps to Reproduce: