diff options
author | Kyle Gospodnetich <me@kylegospodneti.ch> | 2022-07-24 13:11:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 22:11:44 +0200 |
commit | 3d38c4563eb75607d8f8b9faee0298eb772ee2d6 (patch) | |
tree | 3c504e86e803fecb240d16262148b15e6d48a075 | |
parent | 5c5240442057d549686028ea15d20225fb62362d (diff) | |
download | NorthstarWiki-3d38c4563eb75607d8f8b9faee0298eb772ee2d6.tar.gz NorthstarWiki-3d38c4563eb75607d8f8b9faee0298eb772ee2d6.zip |
Fix link to legacy guide, minor adjustment to DEP section (Links to install guide instead of just offering a runner) (#93)
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/installing-northstar/using-northstar/playing-on-linux.md | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 149bf54..aad8e70 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -20,6 +20,7 @@ * [Commands](installing-northstar/using-northstar/commands.md) * [Launch arguments](installing-northstar/using-northstar/launch-arguments.md) * [Playing on Linux](installing-northstar/using-northstar/playing-on-linux.md) + * [Legacy Linux Guide for 1.9.1 and older](installing-northstar/using-northstar/playing-on-linux-legacy-guide.md) * [FAQ](faq.md) ## Hosting a server with Northstar diff --git a/docs/installing-northstar/using-northstar/playing-on-linux.md b/docs/installing-northstar/using-northstar/playing-on-linux.md index b4c0bdd..9afb90b 100644 --- a/docs/installing-northstar/using-northstar/playing-on-linux.md +++ b/docs/installing-northstar/using-northstar/playing-on-linux.md @@ -79,9 +79,9 @@ For more info and proposed fixes, refer to [this issue thread on Github](https:/ ### Game crashes on launch with Cause: Access Violation Data Execution Prevention (DEP) at: 0x00000000 -**Steam/Steam Deck:** Try the latest release of [NorthstarProton](https://github.com/cyrv6737/NorthstarProton/releases/latest). +**Steam/Steam Deck:** Ensure your installation matches the latest [install guide](#steam-and-steam-deck-northstarproton). -**Lutris**: Try the latest release of [Wine-TKG](https://github.com/Frogging-Family/wine-tkg-git/releases/latest). +**Lutris**: Ensure your installation matches the latest [install guide](#lutris-wine). If that fails, you may optionally try the latest release of [Wine-TKG](https://github.com/Frogging-Family/wine-tkg-git/releases/latest). ### Reducing stuttering |