[ModPathNetworkedException] and [FileNotFoundException] issues

Status
Not open for further replies.

Awoora

New member
Pronouns
He/Him
Heyo, having some troubles things through heliosphere. Whenever I attempt to do so, it throws this error, copied the error from one of the mods but it happens for multiple. Any idea where this is coming from?

Code:
Error type: Heliosphere.Exceptions.ModPathNetworkedException
   Message: Path at F:\FFXIV Mods\hs-Bev's O.O Meme Edits 2- RELOADED-1.2.3-Y6yw is networked using This PC. Refusing to install.
   HResult: 0x80131500
   at Heliosphere.DownloadTask.<CreateDirectories>b__135_0(CancellationToken token) in /_/DownloadTask.cs:line 330
   at Polly.ResiliencePipeline.<>c.<<ExecuteAsync>b__3_0>d.MoveNext()
--- End of stack trace from previous location ---
   at Polly.ResiliencePipeline.ExecuteAsync(Func`2 callback, CancellationToken cancellationToken)
   at Heliosphere.DownloadTask.CreateDirectories() in /_/DownloadTask.cs:line 326
   at Heliosphere.DownloadTask.Run() in /_/DownloadTask.cs:line 173

When attempting to install a new mod, it gives this instead.

Code:
Error type: System.IO.FileNotFoundException
   Message: The system cannot find the file specified.

An item cannot be found at the specified path (UNABLE_TO_MASK_PATH).
   HResult: 0x80070002
   at Heliosphere.DownloadTask.<CreateDirectories>b__135_0(CancellationToken token) in /_/DownloadTask.cs:line 328
   at Polly.ResiliencePipeline.<>c.<<ExecuteAsync>b__3_0>d.MoveNext()
--- End of stack trace from previous location ---
   at Polly.ResiliencePipeline.ExecuteAsync(Func`2 callback, CancellationToken cancellationToken)
   at Heliosphere.DownloadTask.CreateDirectories() in /_/DownloadTask.cs:line 326
   at Heliosphere.DownloadTask.Run() in /_/DownloadTask.cs:line 173

I believe my penumbra(v1.5.1.2) and heliosphere (v4.4.1.0) are up to date, but if there is any information needed that I left out please let me know. Thanks!
 
Solution
I just pushed v4.4.2, which should become available in a few minutes. It should fix the issue. If not, let me know.
I just pushed v4.4.2, which should become available in a few minutes. It should fix the issue. If not, let me know.
 
Solution
hi!! I just updated this myself and im still getting the error :( well it looks to be a similar one
Code:
Error type: System.InvalidOperationException
   Message: Attempt to update previously set global instance.
   HResult: 0x80131509
   at System.Runtime.InteropServices.ComWrappers.RegisterForTrackerSupport(ComWrappers instance)
   at WinRT.ComWrappersSupport.get_ComWrappers()
   at WinRT.ComWrappersSupport.CreateRcwForComObject[T](IntPtr ptr, Boolean tryUseCache)
   at WinRT.MarshalInspectable`1.FromAbi(IntPtr ptr)
   at ABI.Windows.Storage.IStorageFolderStaticsMethods.GetFolderFromPathAsync(IObjectReference _obj, String path)
   at Heliosphere.DownloadTask.<CreateDirectories>b__135_0(CancellationToken token) in /_/DownloadTask.cs:line 328
   at Polly.ResiliencePipeline.<>c.<<ExecuteAsync>b__3_0>d.MoveNext()
--- End of stack trace from previous location ---
   at Polly.ResiliencePipeline.ExecuteAsync(Func`2 callback, CancellationToken cancellationToken)
   at Heliosphere.DownloadTask.CreateDirectories() in /_/DownloadTask.cs:line 326
   at Heliosphere.DownloadTask.Run() in /_/DownloadTask.cs:line 173
 
Ah, this is the kind of error I was looking for... I don't have a Windows machine to test, so I never encountered this. v4.4.3 will fix this (just released, check in a few minutes).
 
I don't offer support for friends, but they should not install their mods in OneDrive. This error only appears for OneDrive Penumbra folders, specifically to stop people from using them.

If your friend moves their folder out of OneDrive and it still happens, they can open a new thread.
 
Status
Not open for further replies.
Back
Top