We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System.IO.IOException: Source and destination path must be different. at System.IO.Directory.Move(String sourceDirName, String destDirName) at OpenVivaLauncher.GameService.DecompressToDirectoryAsync(String path, String target, SemVersion semVer) at OpenVivaLauncher.GameService.InstallGameVersion(String version, SemVersion semVer) at OpenVivaLauncher.MainWindow.LaunchButton_OnClick(Object sender, RoutedEventArgs e) at System.Threading.Tasks.Task.<>c.b__128_0(Object state) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Throw Location: Location not provided
System.IO.IOException: Source and destination path must be different.
at System.IO.Directory.Move(String sourceDirName, String destDirName)
at OpenVivaLauncher.GameService.DecompressToDirectoryAsync(String path, String target, SemVersion semVer)
at OpenVivaLauncher.GameService.InstallGameVersion(String version, SemVersion semVer)
at OpenVivaLauncher.MainWindow.LaunchButton_OnClick(Object sender, RoutedEventArgs e)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
The text was updated successfully, but these errors were encountered: