diff options
-rw-r--r-- | docs/FAQ.md | 4 | ||||
-rw-r--r-- | docs/TROUBLESHOOTING.md | 14 | ||||
-rw-r--r-- | docs/assets/webview2-download-screenshot.png | bin | 0 -> 277124 bytes |
3 files changed, 18 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index eb381d68..8dd2dfa4 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -16,6 +16,10 @@ You use it to do stuff like - [or this](https://www.youtube.com/watch?v=suhBGqzDbNA) - [or this](https://www.youtube.com/watch?v=vyUxAwobY60) +## I have an issue with FlightCore, where do I go? + +Check [TROUBLESHOOTING.md](TROUBLESHOOTING.md). + ## Why yet another Northstar intaller/updater/mod-manager instead of contributing to an existing one? The 3 main GUI tools for handling such tasks with Norhtstar are diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md new file mode 100644 index 00000000..aed174e0 --- /dev/null +++ b/docs/TROUBLESHOOTING.md @@ -0,0 +1,14 @@ +# Troubleshooting + +Got an issue with FlightCore? Hopefully one of the steps below will help you resolve it. If not open an [issue on GitHub](https://github.com/R2NorthstarTools/FlightCore/issues/new) or ping `Gecko#7945` on the Northstar Discord. + +## 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: \ +https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section + +![webview2 download screenshot](assets/webview2-download-screenshot.png) + +(make sure to select _Evergreen Bootstrapper_ -> _Download_). + + diff --git a/docs/assets/webview2-download-screenshot.png b/docs/assets/webview2-download-screenshot.png Binary files differnew file mode 100644 index 00000000..2f0bfdc8 --- /dev/null +++ b/docs/assets/webview2-download-screenshot.png |