GamePipe icon indicating copy to clipboard operation
GamePipe copied to clipboard

Safe handle has been closed

Open XuaTheGrate opened this issue 3 years ago • 0 comments

Error occurs moving GTA V from an archived drive to my main hard drive (~98GB, errors at around 300MB)

2021-05-30 21:23:23,399 ERROR - An unhandled exception occurred:
System.ObjectDisposedException: Safe handle has been closed
   at System.Runtime.InteropServices.SafeHandle.DangerousAddRef(Boolean& success)
   at System.StubHelpers.StubHelpers.SafeHandleAddRef(SafeHandle pHandle, Boolean& success)
   at Microsoft.Win32.Win32Native.SetEvent(SafeWaitHandle handle)
   at System.Threading.EventWaitHandle.Set()
   at System.IO.Compression.DeflateStreamAsyncResult.Complete(Object result)
   at System.IO.Compression.DeflateStream.ReadCallback(IAsyncResult baseStreamResult)
   at System.IO.FileStreamAsyncResult.CallUserCallbackWorker()
   at System.IO.FileStreamAsyncResult.<>c.<CallUserCallback>b__39_0(Object state)
   at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()

XuaTheGrate avatar May 30 '21 09:05 XuaTheGrate