Skip to content

[Problem/Bug]: Controller creation fails with 8000FFFF (catastrophic failure) on process with UI Access flag enabled #5180

Open
@mhdshameel

Description

@mhdshameel

What happened?

What happened?
Webview2 controller creation stopped working after Windows 11 upgrade in one machine. HRESULT is 8000FFFF (catastrophic failure). From procmon I can see the webview child processes getting crashed.
Issue started occurring after updated from 23H2 to 24H2.
Note without the UI Access flag webview is working fine.
I have attached the crash dumps of the webview process here as well.

dump file.zip

Image

Managed to reproduce the issue with the webview sample as well. Pls see repro steps for details.

Importance

Blocking. My app's basic functions are not working due to this issue.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

134.0.3124.51

SDK Version

1.0.2088.41

Framework

Win32

Operating System

Windows 11

OS Version

26120.3380

Repro steps

  1. Set UI Access on a user token
  2. Use the token to CreateProcess on the Win32_GettingStarted sample

Attached the code which I used on the getting started sample here:
WVAppLauncher.zip

Note: the launcher has to be run with LocalSystem to be able to set UI Access.

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Regression in newer Runtime

Last working version (if regression)

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingregressionSomething used to work but doesn't anymore

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions