5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:20:48 +08:00

Add webview2 error message to troubleshooting

This commit is contained in:
Lea Anthony 2023-10-01 07:56:50 +11:00
parent 18ee469c47
commit 1c9765096d
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -209,3 +209,7 @@ If you have installed WebView2, but the `wails doctor` command shows that it is
WebView2 runtime installed was for a different architecture. You can download the correct runtime from [here](https://developer.microsoft.com/en-us/microsoft-edge/webview2/). WebView2 runtime installed was for a different architecture. You can download the correct runtime from [here](https://developer.microsoft.com/en-us/microsoft-edge/webview2/).
Source: https://github.com/wailsapp/wails/issues/2917 Source: https://github.com/wailsapp/wails/issues/2917
## WebVie2wProcess failed with kind
If your Windows app generates this kind of error, you can check out what the error means [here](https://docs.microsoft.com/en-us/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2processfailedkind?view=webview2-winrt-1.0.2045.28).