diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-04-25 08:02:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 08:02:42 +0200 |
commit | ce9f6489f21a647eeeb85ae1548f94dc038ac21c (patch) | |
tree | 302bb80bf5a5249517515a86021d6720cd2823db /docs/TROUBLESHOOTING.md | |
parent | 438f5f2fc4bc3aff924eb92ab37a2618edd6ae59 (diff) | |
download | FlightCore-ce9f6489f21a647eeeb85ae1548f94dc038ac21c.tar.gz FlightCore-ce9f6489f21a647eeeb85ae1548f94dc038ac21c.zip |
docs: Add troubleshooting section (#286)
* docs: Add initial troubleshooting section
* docs: Link to troubleshooting from FAQ
* docs: Add instructions on downloading WebView2
Diffstat (limited to 'docs/TROUBLESHOOTING.md')
-rw-r--r-- | docs/TROUBLESHOOTING.md | 14 |
1 files changed, 14 insertions, 0 deletions
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_). + + |