From 1c9765096dc94073ca6ee153c957a79ac3b1d4ab Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 1 Oct 2023 07:56:50 +1100 Subject: [PATCH] Add webview2 error message to troubleshooting --- website/docs/guides/troubleshooting.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/guides/troubleshooting.mdx b/website/docs/guides/troubleshooting.mdx index ee9ef2362..1ce18f2d5 100644 --- a/website/docs/guides/troubleshooting.mdx +++ b/website/docs/guides/troubleshooting.mdx @@ -208,4 +208,8 @@ you can make the webview background transparent using the following config: If you have installed WebView2, but the `wails doctor` command shows that it is not installed, it is likely that the 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 \ No newline at end of file +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).