惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - 【当耐特】
IT之家
IT之家
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
V
Visual Studio Blog
F
Fortinet All Blogs
The Cloudflare Blog
Last Week in AI
Last Week in AI
博客园 - 司徒正美
G
Google Developers Blog
Vercel News
Vercel News
爱范儿
爱范儿
小众软件
小众软件
WordPress大学
WordPress大学
I
InfoQ
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

CachyOS Forum - Latest posts

Ran into a frozen black screen issue with latest update Niri Settings GUI Not Appearing Update to Gnome 50 and I'm getting black/blank screen on NVIDIA with hybrid graphics My JBL Quantum 350 headphones dont play sound 90% of the time on linux while on windows it plays audio 99% of the time Niri/Noctalia Shell notifications Getting a black screen after alt-tabbing too many times Rog-control-center Duplicate keyboard and mouse in system settings? Games running very poorly after first session (semi-solved, still need help though!) Amdgpu random hangs (does cachy perhaps plan to carry patches for this)? A little something. The adj script that replaces GNU fmt for non-ASCII text Mouse scroll wheel issues - ratchet Can't start steam after updates of today (17 April) Balena etcher or ventoy QEMU Bridge setup - Maybe already known but I found it pretty difficult to do and needed much reading Multi-boot install: what do I do about my /boot and /boot/efi partition? Do you collect all the solutions and post them on Wiki or Forum? System update - lts headers invalid or corrupted Sick to death of updates killing my games! I messed up my stuff again and cant download any thing now. error below Got Logitech MX4 with Haptic working in CachyOS Need help with the performance button on my Acer Nitro V16 AI Bailing out, you are at your own Troubles in the Starfield What is so special about the new Linux Kernel 7? "Issue: Display brightness is locked at a low level after waking from sleep on CachyOS (latest update) Balena etcher or ventoy Help with kernel update, emergency mode Issue happening only on wayland Display not recognised - low resolution
Steam can’t sync cloud library
@Yazid_Alamr · 2026-04-24 · via CachyOS Forum - Latest posts
Late to the party but I had the same issue. I created this report with Claude since I needed help with this issue. The short summary is that if there are enumerated save files steam will mistakenly report a cloud sync issues for the non existent saves’ files since it does not ignore them. You can see the AI flame me at the end of the summary AI Summary : Steam Cloud Sync Reports Failure for Empty Save Slots Summary Steam incorrectly reports cloud sync failure for save slots that were never used by the game, even though all real saves sync successfully. System Info OS: CachyOS (Arch-based) Steam: AUR package Filesystem: btrfs Game tested: Arco (App ID: 2366970) — likely affects all games with enumerated save slots Steps to Reproduce Install a game that uses numbered save slots (e.g. 1-auto.sav, 2-auto.sav … 10-auto.sav) Play the game without filling all save slots Observe Steam cloud sync notification — it reports failure Expected Behavior Steam should only attempt to sync save files that actually exist. Empty/unused slots should be ignored silently. Actual Behavior Steam registers all possible save slots in remotecache.vdf with: “size” “0” “sha” “0000000000000000000000000000000000000000” “syncstate” “2” It then reports a sync error for these nonexistent files, even though all real saves (syncstate “1”) are synced correctly. Evidence Real saves (exist locally and on cloud): “syncstate” “1” ← correctly synced “size” “61206” “sha” “ac58e84254dc8f32bb89c1ef4577f9e1a97a9d63” Empty slots (never created by the game): “syncstate” “2” ← reported as failed “size” “0” “sha” “0000000000000000000000000000000000000000” The files do not exist in the local Proton prefix either: ~/.local/share/Steam/steamapps/compatdata/2366970/pfx/drive_c/users/steamuser/Application Data/arco/save/alpha_save/ Only the actually-used slots are present on disk. Impact Users are misled into thinking cloud sync is broken and may spend significant time debugging a non-issue.