Skip to content

Commit

Permalink
Add CoW error
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane authored Oct 28, 2024
1 parent 9d8f274 commit e8a4eaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wiki/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit e8a4eaa

Please sign in to comment.