-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebView does not display the content in ~5% of runs #1975
Comments
Hey @DmitryKorepanov - the biggest thing that jumps out is the message pump to try and achieve synchronous initialization. In the cases where nothing shows up, can you confirm that it gets past the message pump? |
Yes, the execution goes through message pump loop and application does not freeze. |
I've added this as a bug on our backlog. Thanks! |
We are running in a similiar issue. Our application can open multiple WebView2 Embedded Windows and sometimes the windows are gray and apear to be not initialized correctly, but there is no error return code. Here is our initialization code:
|
Description
Hi! I use Fixed Version WebView in Win32 application.
It usually works fine. But in ~5% of application runs, the WebView does not display the content.
Usually, 8 msedgewebview2.exe processes are created on the system to service WebView control. But in those 5% of cases when the WebView content is not displayed, there are only 4 or 5 processes.
Crashpad\reports is empty.
Event Log is empty.
ProcessFailed event does not happen.
What could be the problem? Are there any tools for debugging?
Usage sample:
Version
SDK: 1.0.1020.30
Runtime: 95.0.1020.53
Framework: Win32
OS: Win10
AB#37316750
The text was updated successfully, but these errors were encountered: