Hello:
We encountered a GPU error on Windows:
passthrough is not supported, gl is disabled, angle is
It seems to be related to hardware acceleration.
But I did not find app.disableHardwareAcceleration()
or app.commandLine.appendSwitch('ignore-gpu-blacklist')
in Theia source code.
OS: Windows 10
GPU: Inter(R) UHD Graphics 630
Theia Version: This error occured in my own Theia application. Theia electron version works fine.
Could it be because I use JointJS in my own application?
How can I resolve it? Really appreciate!!