Suppress GPU initialization errors in Electron console output #26
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Public/castroix!26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "copilot/fix-log-output-issue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
GPU process initialization failures and WebGL software fallback deprecation warnings were polluting console logs when exiting embedded browser views.
Changes
Added Electron command-line switches before app initialization to suppress GPU-related errors:
These switches prevent Chromium from emitting GPU initialization error messages while maintaining hardware acceleration functionality. The
ignore-gpu-blocklistreplaces the deprecatedignore-gpu-blacklistflag.Trade-offs
Disabling GPU sandbox reduces one security boundary. Acceptable for media streaming application loading trusted content from known services.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.