Skip to content
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

Problems after Windows 2004 October patches and Build 19041.572 install #543

Closed
mikemeinz opened this issue Oct 18, 2020 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@mikemeinz
Copy link

Description
I have a WinForms program using WebView2 0.9.628-prerelease. After Windows Update installed the October patches, the WinForms program starts but does not display the WebView2 control and doesn't consume any processor or I/O after initialization. This program worked fine before the Windows Version 2004 update. The program only sets the WebView2.Source property. It does not do any JavaScript. The computer is used for testing and the only thing I have tested on it in the last months is this program. I backed out the October patches (KB4579311, KB4578968, KB4576945) and the program still displayed the same issue. Maybe something was damaged during the Windows Update??? I used the MediaCreationTool to create an installation USB and installed Build 19041.572 from that. The issue persisted. Maybe the WebView2 run time was damaged during the Windows Update??? I uninstalled the Microsoft Edge WebView2 Runtime and downloaded and ran the MicrosoftEdgeWebView2RuntimeInstallerX64.exe. After displaying that it was downloading the WebView2 runtime, it displayed "The installer failed to start.". I looked in the Event Viewer Application log and found two crashpad_log events. Attached is a file that contains information from those events and information from the log files to which the events referred. Repeatedly running MicrosoftEdgeWebView2RuntimeInstallerX64.exe causes the same "The installer failed to start" message.

Version
SDK: 0.9.628-prerelease
Runtime: 86.0.622.43 Microsoft Edge Webview2 Runtime
Framework: WinForms
OS: Windows 10 Version 2004 Build 19041.572
32-bit operating system, x64-based processor

EdgeWebview2Installer_Failure.txt

@mikemeinz mikemeinz added the bug Something isn't working label Oct 18, 2020
@limyandi
Copy link

limyandi commented Oct 19, 2020

Confirmed having the same issue, downgrading to 0.9.579-prerelease fix the issue. Have already tried this workaround Issue 431 but not working anymore (used to work before), the winforms is not showing up at all.

image

@limyandi
Copy link

Confirmed having the same issue, downgrading to 0.9.579-prerelease fix the issue. Have already tried this workaround Issue 431 but not working anymore (used to work before), the winforms is not showing up at all.

image

I experimented around and turns out the issue with the WebView2 was the Edge Canary I was using, I installed the Beta version and it points to the Beta version instead and works.

.NET Framework: 4.7.2
WebView2: 0.9.628-prerelease
Windows x64 version
WinForms

@Symbai
Copy link

Symbai commented Oct 19, 2020

#535 install Beta version of Edge as of now or wait for fixed version to get released.

@mikemeinz
Copy link
Author

I saw the announcement this morning so I went to https://developer.microsoft.com/en-us/microsoft-edge/webview2/ and ran the Evergreen Bootstrapper. That successfully installed the WebView2 RunTime. I tested my program and it now worked OK.

After that, I updated the WebView2 SDK to 1.0.674-prerelease, recompiled my program and tested. Again, it worked OK.

I consider this issue closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants