PhantomGamers / SteamFriendsPatcher

EnableNewSteamFriendsSkin, now with a GUI and auto scanning!
MIT License
199 stars 8 forks source link

Auto Scanning causes Steam to get stuck updating #21

Closed PhantomGamers closed 2 years ago

PhantomGamers commented 2 years ago

This is because Steam checks the integrity of the files after they are patched, triggering Steam to replace the files with the original, which again gets patched, and then fails the integrity check again.

I remedied this by adding a 5 second delay to the auto scanner, which has solved the issue on my machine but I think it might still happen for others. I need to figure out a more reliable solution for this.

Opening this here because of https://github.com/Jonius7/SteamUI-OldGlory/issues/29#issuecomment-956910336

Please verify if you are experiencing this issue while running version 0.1.40-beta of the patcher.

PhantomGamers commented 2 years ago

fixed in 0.1.41-beta