SFP icon indicating copy to clipboard operation
SFP copied to clipboard

Multiple errors of the same kind

Open Potato95 opened this issue 3 years ago • 4 comments

[Warn] Could not delete C:\Users\user\AppData\Local\Steam\htmlcache\Cache\SFP\index which links to C:\Users\user\AppData\Local\Steam\htmlcache\Cache\index

[Error] System.UnauthorizedAccessException: Access to the path 'C:\Users\user\AppData\Local\Steam\htmlcache\Cache\SFP\index' is denied.

The error messages mention \SFP\index and \SFP\data_1 multiple times.

Potato95 avatar Jul 29 '22 10:07 Potato95

What operating system are you running? e.g. windows 10 or windows 11

If Windows 10, are you on the latest version of Windows 10?

Try running SFP as administrator and see if that fixes it

PhantomGamers avatar Jul 29 '22 16:07 PhantomGamers

Latest Win10 version, running as admin. Same error.

Potato95 avatar Jul 31 '22 00:07 Potato95

Can confirm on windows 10 1909 I get the same errors.

2022-08-19 21:42:52.9767|DEBUG|SFP.Models.Log|Found a entry https://community.akamai.steamstatic.com/public/css/webui/friends.css?v=IqXEoepFelo4&l=english with 2 addresses 2022-08-19 21:42:52.9767|DEBUG|SFP.Models.Log|Entry's Address 0 points to data_3 2022-08-19 21:42:52.9767|DEBUG|SFP.Models.Log|Entry's Address 1 points to f_000023 2022-08-19 21:42:52.9767|DEBUG|SFP.Models.Log|Found a entry https://community.cloudflare.steamstatic.com/public/css/webui/friends.css?v=IqXEoepFelo4&l=english&_cdn=cloudflare with 2 addresses 2022-08-19 21:42:52.9767|DEBUG|SFP.Models.Log|Entry's Address 0 points to data_2 2022-08-19 21:42:52.9767|DEBUG|SFP.Models.Log|Entry's Address 1 points to f_000004 2022-08-19 21:42:52.9827|WARN|SFP.Models.Log|Could not delete C:\Users\Wruzz\AppData\Local\Steam\htmlcache\Cache\SFP\index which links to C:\Users\Wruzz\AppData\Local\Steam\htmlcache\Cache\index 2022-08-19 21:42:52.9827|ERROR|SFP.Models.Log|System.UnauthorizedAccessException: Access to the path 'C:\Users\Wruzz\AppData\Local\Steam\htmlcache\Cache\SFP\index' is denied. at System.IO.FileSystem.DeleteFile(String fullPath) at System.IO.File.Delete(String path) at SFP.Models.HardLink.RemoveHardLink(String filePath) in D:\a\SFP\SFP\SFP\Models\HardLink.cs:line 37 2022-08-19 21:42:52.9827|WARN|SFP.Models.Log|Could not delete C:\Users\Wruzz\AppData\Local\Steam\htmlcache\Cache\SFP\data_1 which links to C:\Users\Wruzz\AppData\Local\Steam\htmlcache\Cache\data_1 2022-08-19 21:42:52.9827|ERROR|SFP.Models.Log|System.UnauthorizedAccessException: Access to the path 'C:\Users\Wruzz\AppData\Local\Steam\htmlcache\Cache\SFP\data_1' is denied. at System.IO.FileSystem.DeleteFile(String fullPath) at System.IO.File.Delete(String path) at SFP.Models.HardLink.RemoveHardLink(String filePath) in D:\a\SFP\SFP\SFP\Models\HardLink.cs:line 37

GentlePuppet avatar Aug 20 '22 01:08 GentlePuppet

It seems like this error is just saying that it couldn't delete the hardlink that it made, which I think should not otherwise impact functionality. Is SFP not functioning?

PhantomGamers avatar Aug 20 '22 06:08 PhantomGamers