You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:
System.IO.IOException: The process cannot access the file 'C:\Users\Isaac\AppData\Local\Temp\QuestPatcher\patching\patched.apk' because it is being used by another process.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String , FileMode , FileAccess , FileShare , FileOptions )
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String , FileMode , FileAccess , FileShare , FileOptions , Int64 )
at System.IO.Strategies.OSFileStreamStrategy..ctor(String , FileMode , FileAccess , FileShare , FileOptions , Int64 )
at System.IO.FileStream..ctor(String , FileMode , FileAccess , FileShare , Int32 , Boolean )
at System.IO.Compression.ZipFile.Open(String , ZipArchiveMode , Encoding )
at QuestPatcher.Core.ApkSigner.SignApk(String path, String pemData, Dictionary2 knownHashes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\ApkSigner.cs:line 320 at QuestPatcher.Core.ApkSigner.SignApk(String path, String pemData, Dictionary2 knownHashes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\ApkSigner.cs:line 443
at QuestPatcher.Core.ApkSigner.SignApk(String path, String pemData, Dictionary2 knownHashes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\ApkSigner.cs:line 443 at QuestPatcher.Core.ApkSigner.SignApkWithPatchingCertificate(String path, Dictionary2 knownHashes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\ApkSigner.cs:line 286
at QuestPatcher.Core.Patching.PatchingManager.PatchApp() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\Patching\PatchingManager.cs:line 648
at QuestPatcher.ViewModels.PatchingViewModel.StartPatching() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher\ViewModels\PatchingViewModel.cs:line 57
Is there a fix to this?
The text was updated successfully, but these errors were encountered:
Error:
System.IO.IOException: The process cannot access the file 'C:\Users\Isaac\AppData\Local\Temp\QuestPatcher\patching\patched.apk' because it is being used by another process.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String , FileMode , FileAccess , FileShare , FileOptions )
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String , FileMode , FileAccess , FileShare , FileOptions , Int64 )
at System.IO.Strategies.OSFileStreamStrategy..ctor(String , FileMode , FileAccess , FileShare , FileOptions , Int64 )
at System.IO.FileStream..ctor(String , FileMode , FileAccess , FileShare , Int32 , Boolean )
at System.IO.Compression.ZipFile.Open(String , ZipArchiveMode , Encoding )
at QuestPatcher.Core.ApkSigner.SignApk(String path, String pemData, Dictionary
2 knownHashes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\ApkSigner.cs:line 320 at QuestPatcher.Core.ApkSigner.SignApk(String path, String pemData, Dictionary
2 knownHashes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\ApkSigner.cs:line 443at QuestPatcher.Core.ApkSigner.SignApk(String path, String pemData, Dictionary
2 knownHashes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\ApkSigner.cs:line 443 at QuestPatcher.Core.ApkSigner.SignApkWithPatchingCertificate(String path, Dictionary
2 knownHashes) in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\ApkSigner.cs:line 286at QuestPatcher.Core.Patching.PatchingManager.PatchApp() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher.Core\Patching\PatchingManager.cs:line 648
at QuestPatcher.ViewModels.PatchingViewModel.StartPatching() in D:\a\QuestPatcher\QuestPatcher\QuestPatcher\ViewModels\PatchingViewModel.cs:line 57
Is there a fix to this?
The text was updated successfully, but these errors were encountered: