OS Version: 10.0.14393.0 (Microsoft Windows NT 10.0.14393.0)
OS 64 bit: True
Process 64 bit: False
Personal dir: C:\Users\USER\Documents
Culture: en-GB
UI Culture: en-GB
Point of log: Unobserved Exception
----------------------------
Exception
----------------------------
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\Arma 3\!Workshop\@Heros Survive'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()
at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, SearchOption searchOption)
at Utils.GameData.ExtensionLibrariesChecker.Check(String modFolderPath)
at Launcher.Extensions.SteamExtensionStorage.<PreventivelySynchronizeAllModsAsync>d__5e.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Launcher.Extensions.SteamExtensionStorage.<RunAsync>d__8.MoveNext()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Steam\steamapps\common\Arma 3\!Workshop\@Heros Survive'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileSystemEnumerableIterator`1.CommonInit()