From 002a43e638620114d27469cca3bb00a1db3f17b1 Mon Sep 17 00:00:00 2001 From: "the Sane." <3657071+the-sane@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:27:51 -0400 Subject: [PATCH] Add install error 256 --- wiki/Troubleshooting.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/Troubleshooting.md b/wiki/Troubleshooting.md index ee81912..17c6251 100644 --- a/wiki/Troubleshooting.md +++ b/wiki/Troubleshooting.md @@ -50,6 +50,14 @@ - If using a rolling release or bleeding edge distro, try toggling `Prefer system libraries` in Lutris to `On`. +#### Installer Error Code 256 +- Set `Prefer system libraries` to `On` in global lutris options. +- Inspect install log for failed winetricks downloads or sha256 mismatch, note the URL of the files being downloaded and its destination in winetricks' cache. +- Download each file manually to its destination in winetricks' cache. +- Use winetricks to ensure that the prefix is set to Win10 mode. +- Proceed with lug-helper installer. + + #### Lutris error: *Command exited with code 512* - We suspect this is a Lutris bug and fixes seem inconsistent. - Try going to Lutris Preferences -> Sources, and toggle either `Lutris` or `Local` and then toggle it back again.