AdachiYanas
New member
- Pronouns
- He/ Him
Hello everyone,
I’m encountering an issue when running the Heliosphere download task, and I’m hoping someone here might be able to help.
The issue is related to a file path (\\?\C:\Users\Admin\OneDrive\Documents\Mod's Directory\hs-The Body SE - Body Type Edits-2.1.0-sZw\.hs-hashes) being denied access, causing the download task to fail.
Thanks in advance for your help!
I’m encountering an issue when running the Heliosphere download task, and I’m hoping someone here might be able to help.
Problem:
When attempting to execute the download task, I get the following error:
Code:
Error type: System.IO.IOException
Message: Access to the path '\\?\C:\Users\Admin\OneDrive\Documents\Mod's Directory\hs-The Body SE - Body Type Edits-2.1.0-sZw\.hs-hashes' is denied.
HResult: 0x80131620
at System.IO.FileSystem.RemoveDirectoryInternal(String fullPath, Boolean topLevel, Boolean allowDirectoryNotEmpty)
at System.IO.FileSystem.RemoveDirectoryRecursive(String fullPath, WIN32_FIND_DATA& findData, Boolean topLevel)
at System.IO.FileSystem.RemoveDirectory(String fullPath, Boolean recursive)
at Heliosphere.DownloadTask.<CreateDirectories>b__123_1() in /_/DownloadTask.cs:line 319
at Polly.ResiliencePipeline.<>c.<Execute>b__29_0(ResilienceContext _, Action state)
--- End of stack trace from previous location ---
at Polly.ResiliencePipeline.Execute(Action callback)
at Heliosphere.DownloadTask.CreateDirectories() in /_/DownloadTask.cs:line 317
at Heliosphere.DownloadTask.Run() in /_/DownloadTask.cs:line 163
The issue is related to a file path (\\?\C:\Users\Admin\OneDrive\Documents\Mod's Directory\hs-The Body SE - Body Type Edits-2.1.0-sZw\.hs-hashes) being denied access, causing the download task to fail.
What I’ve Tried:
- I’ve already tried running the application as an administrator, but the issue persists.
- I’ve checked file permissions and verified that my account should have full access to the directory.
- OneDrive sync is not currently the problem (I've paused syncing).
Thanks in advance for your help!