diff options
author | CooldudePUGS <70904206+CooldudePUGS@users.noreply.github.com> | 2023-04-24 07:23:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 14:23:43 +0200 |
commit | 85e22ae99776d07b9bccca367b572a5dec21751b (patch) | |
tree | 64f9714c3eb9cd651b2c2f607626c5147f899f09 /docs | |
parent | 89cca57a9591aa4d4ddf60dff89adda55e6caa91 (diff) | |
download | NorthstarWiki-85e22ae99776d07b9bccca367b572a5dec21751b.tar.gz NorthstarWiki-85e22ae99776d07b9bccca367b572a5dec21751b.zip |
Update FAQ to include failed log writing (#162)
So that users can easily `CTRL+F` for it.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/faq.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md index 3e67e08..8b44da0 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -16,6 +16,10 @@ However your progress on official servers is not lost, so running vanilla client These two errors can commonly be fixed for the average user by following the guide [here](installing-northstar/troubleshooting.md#player-not-found-invalid-master-server-token). "Invalid Master Server Token" can also be caused by the Northstar master server being offline, however this is normally not the cause of the error. +### Q: I get an error message saying "Failed creating log file! Make sure the profile directory is writable." <a href="#faq-failed-log" id="faq-failed-log"></a> + +Most of the time, this is due to the fact that EA App's default install location is read-only, which does not allow for Northstar to write logs in that location. You can fix it by following the [default EA location section](installing-northstar/troubleshooting.md#cannot-write-log-file-when-using-northstar-on-ea-app) + ### Q: How do I open the console? <a href="#faq-devconsole" id="faq-devconsole"></a> A: Check [_Opening the console_](installing-northstar/using-northstar/commands.md#opening-the-console). |