-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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. (Only part of a ReadProcessMemory or WriteProcessMemory request was completed.)
---> System.ComponentModel.Win32Exception (299): Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
at System.Diagnostics.NtProcessManager.GetModules(Int32 processId, Boolean firstModuleOnly)
at Daybreak.Services.ApplicationLauncher.ApplicationLauncher.GetLoadedModules(GuildWarsApplicationLaunchContext guildWarsApplicationLaunchContext)+MoveNext()
at System.Collections.Generic.List1.AddRange(IEnumerable
1 collection)
at Daybreak.Services.ApplicationLauncher.ApplicationLauncher.CheckMods(GuildWarsApplicationLaunchContext guildWarsApplicationLaunchContext, CancellationToken cancellationToken)
at Daybreak.Views.LauncherView.CheckModsToReapply(LauncherViewContext launcherViewContext, GuildWarsApplicationLaunchContext appContext, CancellationToken cancellationToken)
at Daybreak.Views.LauncherView.CheckGameState(LauncherViewContext launcherViewContext, Boolean isSelected, CancellationToken cancellationToken)
--- End of inner exception stack trace ---