-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
all recent 16x, 15x, ...
What operating system are you using?
Windows
Operating System Version
Win 10, latest
What arch are you using?
x64
Last Known Working Electron version
13.6.3
Expected Behavior
GPU behaves normally, no errors logged.
Actual Behavior
After a few minutes upon starting the App, the following message logs:
[16060:0103/160518.653:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is
the application doesn't crash directly but it seems as though hardware acceleration is disabled anf it quietly fallsback to software rendering, which leads to worse performance / dropped frames.
Did some intense Google search and found a lot of similar errors throughout the Web, all relating back to Chromium. This error doesn't appear in older version of Electron but affects all recent ones.
It may have also todo with an Nvidia driver, since I recently updated that to the latest version.
Testcase Gist URL
No response
Additional Information
No response