From e8a4eaa8fb492b1bede6b426db1a4a4ff9585d68 Mon Sep 17 00:00:00 2001 From: "the Sane." <3657071+the-sane@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:21:13 -0400 Subject: [PATCH] Add CoW error --- wiki/Troubleshooting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wiki/Troubleshooting.md b/wiki/Troubleshooting.md index c1a2607..9dd5d73 100644 --- a/wiki/Troubleshooting.md +++ b/wiki/Troubleshooting.md @@ -169,6 +169,12 @@ ``` +#### Failed to decompress file/corrupted block detected error +- Some Penguins have had this error with filesystems such as btrfs or xfs. +- On btrfs, disabling CoW by running `chattr +C` on the game's LIVE dir and redownloading a fresh data.p4k may fix it. +- Switching to ext4 also seems to resolve it. + + #### After playing for a while, game/lutris/wine crash, no errors - If there are no errors in your game logs, check your system logs. It may be an Out Of Memory situation. Create a larger [swap file](Performance-Tuning#swap).