Summary
The breadcrumb CoreWebView2 initialization fails intermittently with HRESULT 0x8007139F ("The group or resource is not in the correct state to perform the requested operation"), logged by both WebView2BreadcrumbHost and EfcFormController. The failure is logged and swallowed; the session continues with a breadcrumb host that never initialized, and a later BreadcrumbUiDispatcher dispatch fails in the same session. Because the #677 keyboard-lock mechanism is WebView2 focus retention, a half-initialized WebView2 is a plausible contributor to the sporadic keyboard lock, but that link is unconfirmed.
Environment
- OS/version: Windows 11 Pro 10.0.26200
- Python version: n/a (C# / .NET Framework 4.8 VSTO add-in)
- Command/flags used: QuickFiler launched from the ribbon (High Confidence button); add-in loaded from
TaskMaster\bin\Debug built 2026-09-06 08:51 from 7c8ac9ae
- Data source or fixture: live Outlook Inbox view
Steps to Reproduce
- Launch QuickFiler from the ribbon several times in one Outlook session.
- Inspect
TaskMaster\bin\Debug\logs\debug_<date>.log for Breadcrumb CoreWebView2 initialization failed.
- Observe that the failure occurs on some launches (2 of 6 today: 08:55:22 and 10:06:51) and not others.
Not reproducible on demand.
Expected Behavior
WebView2 initialization either succeeds, or fails with a clear surfaced error and a defined fallback state that cannot retain keyboard focus. A failed initialization should be retried or the host disposed, not left half-constructed.
Actual Behavior
Two ERROR lines per occurrence (WebView2BreadcrumbHost - Breadcrumb CoreWebView2 initialization failed: ... (HRESULT: 0x8007139F) and EfcFormController - Breadcrumb WebView2 initialization failed: ...), then normal operation continues. A BreadcrumbUiDispatcher - Breadcrumb UI dispatch failed. error followed at 09:01:56 in the same session.
Logs / Screenshots
2026-09-06 08:55:22,227 [VSTA_Main] ERROR QuickFiler.Viewers.WebView2BreadcrumbHost - Breadcrumb CoreWebView2 initialization failed: ... (HRESULT: 0x8007139F)
2026-09-06 08:55:22,286 [VSTA_Main] ERROR QuickFiler.Controllers.EfcFormController - Breadcrumb WebView2 initialization failed: ... (HRESULT: 0x8007139F)
2026-09-06 09:01:56,237 [VSTA_Main] ERROR QuickFiler.Viewers.BreadcrumbUiDispatcher - Breadcrumb UI dispatch failed.
2026-09-06 10:06:51,594 [VSTA_Main] ERROR QuickFiler.Viewers.WebView2BreadcrumbHost - Breadcrumb CoreWebView2 initialization failed: ... (HRESULT: 0x8007139F)
2026-09-06 10:06:51,661 [VSTA_Main] ERROR QuickFiler.Controllers.EfcFormController - Breadcrumb WebView2 initialization failed: ... (HRESULT: 0x8007139F)
Impact / Severity
Medium: the breadcrumb folder selector is unavailable on affected launches, and the half-initialized control is a candidate contributor to the sporadic Outlook keyboard lock tracked under the sibling QuickFiler Cancel-teardown issue filed the same day.
Source
From: docs/features/potential/2026-09-06-breadcrumb-webview2-init-fails-resource-not-in-correct-state.md
Summary
The breadcrumb
CoreWebView2initialization fails intermittently with HRESULT 0x8007139F ("The group or resource is not in the correct state to perform the requested operation"), logged by bothWebView2BreadcrumbHostandEfcFormController. The failure is logged and swallowed; the session continues with a breadcrumb host that never initialized, and a laterBreadcrumbUiDispatcherdispatch fails in the same session. Because the #677 keyboard-lock mechanism is WebView2 focus retention, a half-initialized WebView2 is a plausible contributor to the sporadic keyboard lock, but that link is unconfirmed.Environment
TaskMaster\bin\Debugbuilt 2026-09-06 08:51 from7c8ac9aeSteps to Reproduce
TaskMaster\bin\Debug\logs\debug_<date>.logforBreadcrumb CoreWebView2 initialization failed.Not reproducible on demand.
Expected Behavior
WebView2 initialization either succeeds, or fails with a clear surfaced error and a defined fallback state that cannot retain keyboard focus. A failed initialization should be retried or the host disposed, not left half-constructed.
Actual Behavior
Two ERROR lines per occurrence (
WebView2BreadcrumbHost - Breadcrumb CoreWebView2 initialization failed: ... (HRESULT: 0x8007139F)andEfcFormController - Breadcrumb WebView2 initialization failed: ...), then normal operation continues. ABreadcrumbUiDispatcher - Breadcrumb UI dispatch failed.error followed at 09:01:56 in the same session.Logs / Screenshots
debug_2026-09-06.log):Impact / Severity
Medium: the breadcrumb folder selector is unavailable on affected launches, and the half-initialized control is a candidate contributor to the sporadic Outlook keyboard lock tracked under the sibling QuickFiler Cancel-teardown issue filed the same day.
Source
From: docs/features/potential/2026-09-06-breadcrumb-webview2-init-fails-resource-not-in-correct-state.md