Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple errors of the same kind #30

Closed
Potato95 opened this issue Jul 29, 2022 · 6 comments
Closed

Multiple errors of the same kind #30

Potato95 opened this issue Jul 29, 2022 · 6 comments

Comments

@Potato95
Copy link

[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.

@PhantomGamers
Copy link
Owner

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

@Potato95
Copy link
Author

Latest Win10 version, running as admin. Same error.

@GentlePuppet
Copy link

GentlePuppet commented Aug 20, 2022

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

@PhantomGamers
Copy link
Owner

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?

@Zacam
Copy link

Zacam commented Jan 25, 2023

Windows 10 Pro 22H2 (19045.2546)
Have set SFP_UI (0.0.14) to "Run as Administrator"
I've also set a "USERS" profile permissions for the "htmlcache" and sub-objects at "Full Control" in folder permissions

Still receive the same "Access to the path '...' is denied"; but it doesn't -appear- to be hindering any functionality

@RoseTheFlower
Copy link

Getting the same errors but yeah, still functioning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants