diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-06 01:50:03 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-06 01:50:03 +0200 |
commit | 7efd2f5c5e9e380ca463d97a54b862da6b96da16 (patch) | |
tree | d2c6624e5e350fb04d14144fa25a0a66db51c383 /docs/TROUBLESHOOTING.md | |
parent | 10616b295eb23c8250a0d874fe05211f73a8ba81 (diff) | |
parent | d15190c1fa16420c44d3c9f4a2b58b0f5826178b (diff) | |
download | FlightCore-7efd2f5c5e9e380ca463d97a54b862da6b96da16.tar.gz FlightCore-7efd2f5c5e9e380ca463d97a54b862da6b96da16.zip |
Merge branch 'main' into fix/handle-failed-downloadfix/handle-failed-download
Diffstat (limited to 'docs/TROUBLESHOOTING.md')
-rw-r--r-- | docs/TROUBLESHOOTING.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index aed174e0..d36b1e1f 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -4,7 +4,13 @@ Got an issue with FlightCore? Hopefully one of the steps below will help you res ## FlightCore won't launch -If you are on Windows on FlightCore won't start, make sure you have WebView2 installed. You can grab the latest version from the Microsoft website: \ +If you are on Windows and FlightCore won't start but instead shows an error message like this + +![webview2 error message windows](assets/flightcore-webview2-windows-error-message.png) + +that means that WebView2 is not installed. WebView2 is an embedded browser framework used by FlightCore to display its GUI. + +To install it, you can grab the latest version from the Microsoft website: \ https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section ![webview2 download screenshot](assets/webview2-download-screenshot.png) |