[PR #19636] When the renderer fails, try to fall back to D2D + WARP #31898

Open
opened 2026-01-31 09:50:15 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/19636

State: closed
Merged: Yes


This commit also ups the number of render failures that are permissible to 6 (one try plus 5 retries), and moves us to use an exponential backoff rather than a simple geometric one.

It also suppresses the dialog box in case of present failures for Stable users. I feel like the warning dialog should be used for something that the user can actually do something about...

Closes #15601
Closes #18198

**Original Pull Request:** https://github.com/microsoft/terminal/pull/19636 **State:** closed **Merged:** Yes --- This commit also ups the number of render failures that are permissible to 6 (one try plus 5 retries), and moves us to use an exponential backoff rather than a simple geometric one. It also suppresses the dialog box in case of present failures for Stable users. I feel like the warning dialog should be used for something that the user can actually do something about... Closes #15601 Closes #18198
claunia added the pull-request label 2026-01-31 09:50:15 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31898