aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-04-25 08:02:42 +0200
committerGitHub <noreply@github.com>2023-04-25 08:02:42 +0200
commitce9f6489f21a647eeeb85ae1548f94dc038ac21c (patch)
tree302bb80bf5a5249517515a86021d6720cd2823db /docs
parent438f5f2fc4bc3aff924eb92ab37a2618edd6ae59 (diff)
downloadFlightCore-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')
-rw-r--r--docs/FAQ.md4
-rw-r--r--docs/TROUBLESHOOTING.md14
-rw-r--r--docs/assets/webview2-download-screenshot.pngbin0 -> 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
new file mode 100644
index 00000000..2f0bfdc8
--- /dev/null
+++ b/docs/assets/webview2-download-screenshot.png
Binary files differ