Got it on another game, in meantime I had some games (recent being Tainted Grail: Fall of Avalon) that install just fine
and again, using windows (with same download location selected) works just fine
Same again with undermine 2 demo
Maybe that's related to rumors about changing compression to zstd ?
I had the same issue this week installing Palia and Proton 10.0-1 (beta), while several other titles installed/updated fine.
I was able to work around it by:
~/.local/share/Steam/steamapps foldersudo dnf remove steam (I'm on Fedora, not Debian)~/.local/share/Steam, since dnf didn't remove it~/.local/share/Steam/steamapps backupThen the same depots installed just fine.
@raethkcj That did fix it (clean re-install + re-adding 2 lib dirs), thanks
I'm gonna guess here upgrade process didn't remove some old lib responsible for decompressing chunks or something and that messed it up
I'm having the same problem today installing Guilty as Sock!. Really annoying as I had to disappoint my nieces who wanted to play online.
My system has ECC memory and I'm using btrfs - no checksum issues. This leads me to see if I can do the workaround.
For the next person to face this issue, I first started by deleting files and folders in ~/.local/share/Steam that I figured should automatically get recreated by the steam installer. I was mistaken. Steam's shell wrapper script seems to checks for one or two files/folders and then just assume everything else is fine, which leads to lots of errors about missing libraries.
After that, I deleted everything in the above folder except the logs, steamapps, and config folders. This resolved the issue for me.
Likely the compatibilitytools.d folder could also have been left alone as this contains mostly just the "custom" Proton versions.
Yeah it reinforces my guess it's just some old steam install files that didn't get removed on upgrade that mess something up.
I suspect Steam added new compression but some old lib gets loaded that doesn't support it
I just wanted to add some more details in this (Arch zen kernel, AMD GPU):
I thought it was just my DNS setup, as I made some changes on my network, but then my Windows Gaming VM and Steam Deck were able to download games just fine.
As per @zatricky 's suggestion:
For the next person to face this issue, I first started by deleting files and folders in
~/.local/share/Steamthat I figured should automatically get recreated by the steam installer. I was mistaken. Steam's shell wrapper script seems to checks for one or two files/folders and then just assume everything else is fine, which leads to lots of errors about missing libraries.After that, I deleted everything in the above folder except the
logs,steamapps, andconfigfolders. This resolved the issue for me.Likely the
compatibilitytools.dfolder could also have been left alone as this contains mostly just the "custom" Proton versions.
Deleting those files and folders was able to get my Steam to be working normally again. I did notice the following:
I did do a Steam reinstall a few days ago, however that didn't solve it until I stumbled open this.
When using a shared Btrfs Steam library between Windows (with WinBtrfs) and Linux, there's a permission loop that forces Steam to re-download games repeatedly:
chown -R $USER:$USER in Linux → game works againThis creates an infinite loop:
Steam should:
chown in Linux, Windows Steam treats files as "new" and starts fresh downloadchown -R $USER:$USER in Linux → breaks Windows recognitionWhile WinBtrfs has permission mapping challenges, the root cause is Steam's overly strict validation that:
System: Arch Linux + Windows 11
WinBtrfs: v1.9
Steam: Latest stable on both platforms
Filesystem: Btrfs on SSD
Hello @Brensom, noted at https://github.com/ValveSoftware/steam-for-linux/blob/master/RelNotes.md#installation, sharing a Steam library folder between OSes is not supported and undefined behavior might occur.
proton 10.0-1x1 2025-05
Your system information
Steam client version (build number or date): 2025-05-15, tried both stable and beta branch
Distribution (e.g. Ubuntu): Debian
Opted into Steam client beta?: [Yes/No]: Tried both
Have you checked for system updates?: [Yes/No]: ues
Steam Logs: steam-logs.tar.gz
GPU: Nvidia/Intel/AMD
Please describe your issue in as much detail as possible:
Some apps update fine, other get
I have tried downloading same game on windows and it works fine. I've noticed a lot of "unpack failed" in logs
Steps for reproducing this issue:
Hard to tell, started happening randomly with game I bought recently.
I've tried downgrading from beta to stable and clearing download cache to no effect