Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Unhandled Exception: System.IO.InvalidDataException: Central Directory corrupt. ---> System.IO.IOException: An attempt was made to move the file pointer before the beginning of the file.
  2.  
  3. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  4. at System.IO.FileStream.SeekCore(Int64 offset, SeekOrigin origin)
  5. at System.IO.FileStream.Seek(Int64 offset, SeekOrigin origin)
  6. at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
  7. --- End of inner exception stack trace ---
  8. at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
  9. at System.IO.Compression.ZipArchive.Init(Stream stream, ZipArchiveMode mode, Boolean leaveOpen)
  10. at System.IO.Compression.ZipArchive..ctor(Stream stream, ZipArchiveMode mode, Boolean leaveOpen, Encoding entryNameEncoding)
  11. at System.IO.Compression.ZipFile.Open(String archiveFileName, ZipArchiveMode mode, Encoding entryNameEncoding)
  12. at System.IO.Compression.ZipFile.ExtractToDirectory(String sourceArchiveFileName, String destinationDirectoryName, Encoding entryNameEncoding)
  13. at System.IO.Compression.ZipFile.ExtractToDirectory(String sourceArchiveFileName, String destinationDirectoryName)
  14. at MediocreUpdater.Program.downloadCompelete(Object sender, AsyncCompletedEventArgs e)
  15. at System.Net.WebClient.OnDownloadFileCompleted(AsyncCompletedEventArgs e)
  16. at System.Net.WebClient.DownloadFileOperationCompleted(Object arg)
  17. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  18. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  19. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  20. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  21. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  22. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement