You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to implement a HWND-based WebView2 in the WinAppSDK using a CoreWebView2Controller. I am currently doing this by creating a Win32 window and setting the parent window of the CoreWebView2Controller to it. Using the FrameworkElement.SizeChanged event, I am able to update the CoreWebView2Controller bounds.
However, if I rapidly resize the CoreWebView2Controller for a couple of seconds and then attempt to access another website from the currently loaded site (e.g. Gmail -> YouTube), I sometimes get the following exception: Unhandled exception at 0x00007FFC76571D35 (ntdll.dll) in Email Inboxes.dmp: 0xC0000005: Access violation writing location 0x000001B3DEF6D0B0.
with HRESULT 0x80004003 (E_POINTER)
which is accompanied by the following call stack:
Unfortunately, I am unable to find the symbols for Microsoft.Web.WebView2.Core.dll, so I can't fully understand what is happening during the last three calls of the stack, leaving me unable to further debug this issue.
Importance
Moderate. My app's user experience is affected, but still usable.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
136.0.3240.76
SDK Version
1.0.3240.44
Framework
WinUI3/WinAppSDK
Operating System
Windows 11
OS Version
26200.5600
Repro steps
Steps to repro:
Rapidly resize a CoreWebView2Controller for a couple of seconds
Attempt to access another website from the currently loaded site (e.g. Gmail -> YouTube)
Excepted:
Normal navigation from first to second site
Actual:
Exception is thrown with HRESULT 0x80004003 (E_POINTER)
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Don't know
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered:
What happened?
I am attempting to implement a HWND-based WebView2 in the WinAppSDK using a CoreWebView2Controller. I am currently doing this by creating a Win32 window and setting the parent window of the CoreWebView2Controller to it. Using the FrameworkElement.SizeChanged event, I am able to update the CoreWebView2Controller bounds.
However, if I rapidly resize the CoreWebView2Controller for a couple of seconds and then attempt to access another website from the currently loaded site (e.g. Gmail -> YouTube), I sometimes get the following exception:
Unhandled exception at 0x00007FFC76571D35 (ntdll.dll) in Email Inboxes.dmp: 0xC0000005: Access violation writing location 0x000001B3DEF6D0B0.
with HRESULT
0x80004003 (E_POINTER)
which is accompanied by the following call stack:
Unfortunately, I am unable to find the symbols for Microsoft.Web.WebView2.Core.dll, so I can't fully understand what is happening during the last three calls of the stack, leaving me unable to further debug this issue.
Importance
Moderate. My app's user experience is affected, but still usable.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
136.0.3240.76
SDK Version
1.0.3240.44
Framework
WinUI3/WinAppSDK
Operating System
Windows 11
OS Version
26200.5600
Repro steps
Steps to repro:
Excepted:
Normal navigation from first to second site
Actual:
Exception is thrown with HRESULT
0x80004003 (E_POINTER)
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Don't know
Last working version (if regression)
No response
The text was updated successfully, but these errors were encountered: