Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.95 KB | None | 0 0
  1. 18260> 2017-06-25 22:34:38> Program: Starting Squirrel Updater: --install .
  2. 18260> 2017-06-25 22:34:38> Program: Starting install, writing to C:\Users\truth\AppData\Local\SquirrelTemp
  3. 18260> 2017-06-25 22:34:38> Program: About to install to: C:\Users\truth\AppData\Local\Discord
  4. 18260> 2017-06-25 22:34:38> Program: Install path C:\Users\truth\AppData\Local\Discord already exists, burning it to the ground
  5. 18260> 2017-06-25 22:34:39> SingleGlobalInstance: Grabbing lockfile with timeout of 00:00:10
  6. 18260> 2017-06-25 22:34:39> CheckForUpdateImpl: Reading RELEASES file from C:\Users\truth\AppData\Local\SquirrelTemp
  7. 18260> 2017-06-25 22:34:39> CheckForUpdateImpl: Remote version 0.0.297 differs from local
  8. 18260> 2017-06-25 22:34:39> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  9. 18260> 2017-06-25 22:34:39> ApplyReleasesImpl: Writing files to app directory: C:\Users\truth\AppData\Local\Discord\app-0.0.297
  10. 18260> 2017-06-25 22:34:41> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  11. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  12. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  13. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  14. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  15. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  16. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  17. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  18. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  19. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  20. --- End of stack trace from previous location where exception was thrown ---
  21. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  22. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  23. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  24. 18260> 2017-06-25 22:34:41> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  25. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  26. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  27. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  28. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  29. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  30. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  31. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  32. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  33. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  34. --- End of stack trace from previous location where exception was thrown ---
  35. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  36. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  37. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  38. --- End of stack trace from previous location where exception was thrown ---
  39. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  40. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  41. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  42. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  43. --- End of stack trace from previous location where exception was thrown ---
  44. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  45. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  46. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  47. --- End of stack trace from previous location where exception was thrown ---
  48. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  49. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  50. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  51. at Squirrel.Update.Program.<Install>d__3a.MoveNext()
  52. --- End of inner exception stack trace ---
  53. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  54. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  55. at System.Threading.Tasks.Task.Wait()
  56. at Squirrel.Update.Program.executeCommandLine(String[] args)
  57. at Squirrel.Update.Program.main(String[] args)
  58. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  59. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  60. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  61. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  62. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  63. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  64. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  65. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  66. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  67. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  68. --- End of stack trace from previous location where exception was thrown ---
  69. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  70. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  71. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  72. --- End of stack trace from previous location where exception was thrown ---
  73. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  74. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  75. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  76. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  77. --- End of stack trace from previous location where exception was thrown ---
  78. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  79. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  80. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  81. --- End of stack trace from previous location where exception was thrown ---
  82. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  83. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  84. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  85. at Squirrel.Update.Program.<Install>d__3a.MoveNext()<---
  86.  
  87. 14376> 2017-06-25 23:07:17> Program: Starting Squirrel Updater: --install .
  88. 14376> 2017-06-25 23:07:17> Program: Starting install, writing to C:\Users\truth\AppData\Local\SquirrelTemp
  89. 14376> 2017-06-25 23:07:17> Program: About to install to: C:\Users\truth\AppData\Local\Discord
  90. 14376> 2017-06-25 23:07:17> SingleGlobalInstance: Grabbing lockfile with timeout of 00:00:10
  91. 14376> 2017-06-25 23:07:17> CheckForUpdateImpl: Reading RELEASES file from C:\Users\truth\AppData\Local\SquirrelTemp
  92. 14376> 2017-06-25 23:07:17> CheckForUpdateImpl: Remote version 0.0.297 differs from local
  93. 14376> 2017-06-25 23:07:17> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  94. 14376> 2017-06-25 23:07:17> ApplyReleasesImpl: Writing files to app directory: C:\Users\truth\AppData\Local\Discord\app-0.0.297
  95. 14376> 2017-06-25 23:07:19> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  96. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  97. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  98. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  99. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  100. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  101. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  102. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  103. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  104. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  105. --- End of stack trace from previous location where exception was thrown ---
  106. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  107. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  108. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  109. 14376> 2017-06-25 23:07:19> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  110. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  111. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  112. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  113. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  114. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  115. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  116. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  117. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  118. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  119. --- End of stack trace from previous location where exception was thrown ---
  120. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  121. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  122. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  123. --- End of stack trace from previous location where exception was thrown ---
  124. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  125. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  126. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  127. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  128. --- End of stack trace from previous location where exception was thrown ---
  129. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  130. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  131. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  132. --- End of stack trace from previous location where exception was thrown ---
  133. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  134. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  135. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  136. at Squirrel.Update.Program.<Install>d__3a.MoveNext()
  137. --- End of inner exception stack trace ---
  138. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  139. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  140. at System.Threading.Tasks.Task.Wait()
  141. at Squirrel.Update.Program.executeCommandLine(String[] args)
  142. at Squirrel.Update.Program.main(String[] args)
  143. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  144. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  145. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  146. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  147. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  148. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  149. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  150. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  151. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  152. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  153. --- End of stack trace from previous location where exception was thrown ---
  154. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  155. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  156. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  157. --- End of stack trace from previous location where exception was thrown ---
  158. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  159. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  160. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  161. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  162. --- End of stack trace from previous location where exception was thrown ---
  163. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  164. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  165. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  166. --- End of stack trace from previous location where exception was thrown ---
  167. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  168. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  169. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  170. at Squirrel.Update.Program.<Install>d__3a.MoveNext()<---
  171.  
  172. 8512> 2017-06-25 23:10:14> Program: Starting Squirrel Updater: --install .
  173. 8512> 2017-06-25 23:10:15> Program: Starting install, writing to C:\Users\truth\AppData\Local\SquirrelTemp
  174. 8512> 2017-06-25 23:10:15> Program: About to install to: C:\Users\truth\AppData\Local\Discord
  175. 8512> 2017-06-25 23:10:15> SingleGlobalInstance: Grabbing lockfile with timeout of 00:00:10
  176. 8512> 2017-06-25 23:10:15> CheckForUpdateImpl: Reading RELEASES file from C:\Users\truth\AppData\Local\SquirrelTemp
  177. 8512> 2017-06-25 23:10:15> CheckForUpdateImpl: Remote version 0.0.297 differs from local
  178. 8512> 2017-06-25 23:10:15> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  179. 8512> 2017-06-25 23:10:21> ApplyReleasesImpl: Writing files to app directory: C:\Users\truth\AppData\Local\Discord\app-0.0.297
  180. 8512> 2017-06-25 23:10:25> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  181. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  182. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  183. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  184. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  185. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  186. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  187. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  188. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  189. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  190. --- End of stack trace from previous location where exception was thrown ---
  191. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  192. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  193. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  194. 8512> 2017-06-25 23:10:25> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  195. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  196. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  197. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  198. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  199. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  200. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  201. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  202. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  203. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  204. --- End of stack trace from previous location where exception was thrown ---
  205. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  206. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  207. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  208. --- End of stack trace from previous location where exception was thrown ---
  209. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  210. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  211. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  212. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  213. --- End of stack trace from previous location where exception was thrown ---
  214. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  215. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  216. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  217. --- End of stack trace from previous location where exception was thrown ---
  218. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  219. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  220. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  221. at Squirrel.Update.Program.<Install>d__3a.MoveNext()
  222. --- End of inner exception stack trace ---
  223. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  224. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  225. at System.Threading.Tasks.Task.Wait()
  226. at Squirrel.Update.Program.executeCommandLine(String[] args)
  227. at Squirrel.Update.Program.main(String[] args)
  228. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  229. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  230. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  231. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  232. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  233. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  234. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  235. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  236. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  237. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  238. --- End of stack trace from previous location where exception was thrown ---
  239. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  240. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  241. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  242. --- End of stack trace from previous location where exception was thrown ---
  243. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  244. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  245. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  246. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  247. --- End of stack trace from previous location where exception was thrown ---
  248. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  249. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  250. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  251. --- End of stack trace from previous location where exception was thrown ---
  252. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  253. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  254. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  255. at Squirrel.Update.Program.<Install>d__3a.MoveNext()<---
  256.  
  257. 13340> 2017-06-25 23:14:36> Program: Starting Squirrel Updater: --install .
  258. 13340> 2017-06-25 23:14:36> Program: Starting install, writing to C:\Users\truth\AppData\Local\SquirrelTemp
  259. 13340> 2017-06-25 23:14:36> Program: About to install to: C:\Users\truth\AppData\Local\Discord
  260. 13340> 2017-06-25 23:14:36> SingleGlobalInstance: Grabbing lockfile with timeout of 00:00:10
  261. 13340> 2017-06-25 23:14:36> CheckForUpdateImpl: Reading RELEASES file from C:\Users\truth\AppData\Local\SquirrelTemp
  262. 13340> 2017-06-25 23:14:36> CheckForUpdateImpl: Remote version 0.0.297 differs from local
  263. 13340> 2017-06-25 23:14:36> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  264. 13340> 2017-06-25 23:14:36> ApplyReleasesImpl: Writing files to app directory: C:\Users\truth\AppData\Local\Discord\app-0.0.297
  265. 13340> 2017-06-25 23:14:39> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  266. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  267. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  268. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  269. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  270. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  271. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  272. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  273. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  274. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  275. --- End of stack trace from previous location where exception was thrown ---
  276. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  277. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  278. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  279. 13340> 2017-06-25 23:14:39> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  280. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  281. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  282. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  283. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  284. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  285. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  286. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  287. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  288. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  289. --- End of stack trace from previous location where exception was thrown ---
  290. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  291. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  292. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  293. --- End of stack trace from previous location where exception was thrown ---
  294. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  295. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  296. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  297. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  298. --- End of stack trace from previous location where exception was thrown ---
  299. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  300. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  301. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  302. --- End of stack trace from previous location where exception was thrown ---
  303. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  304. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  305. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  306. at Squirrel.Update.Program.<Install>d__3a.MoveNext()
  307. --- End of inner exception stack trace ---
  308. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  309. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  310. at System.Threading.Tasks.Task.Wait()
  311. at Squirrel.Update.Program.executeCommandLine(String[] args)
  312. at Squirrel.Update.Program.main(String[] args)
  313. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  314. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  315. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  316. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  317. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  318. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  319. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  320. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  321. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  322. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  323. --- End of stack trace from previous location where exception was thrown ---
  324. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  325. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  326. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  327. --- End of stack trace from previous location where exception was thrown ---
  328. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  329. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  330. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  331. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  332. --- End of stack trace from previous location where exception was thrown ---
  333. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  334. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  335. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  336. --- End of stack trace from previous location where exception was thrown ---
  337. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  338. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  339. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  340. at Squirrel.Update.Program.<Install>d__3a.MoveNext()<---
  341.  
  342. 2456> 2017-06-25 23:22:33> Program: Starting Squirrel Updater: --install . --checkInstall --silent
  343. 2456> 2017-06-25 23:22:33> Program: Starting install, writing to C:\Users\truth\AppData\Local\SquirrelTemp
  344. 2456> 2017-06-25 23:22:33> Program: About to install to: C:\Users\truth\AppData\Local\Discord
  345. 2456> 2017-06-25 23:22:33> SingleGlobalInstance: Grabbing lockfile with timeout of 00:00:10
  346. 2456> 2017-06-25 23:22:34> CheckForUpdateImpl: Reading RELEASES file from C:\Users\truth\AppData\Local\SquirrelTemp
  347. 2456> 2017-06-25 23:22:34> CheckForUpdateImpl: Remote version 0.0.297 differs from local
  348. 2456> 2017-06-25 23:22:34> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  349. 2456> 2017-06-25 23:22:36> ApplyReleasesImpl: Writing files to app directory: C:\Users\truth\AppData\Local\Discord\app-0.0.297
  350. 2456> 2017-06-25 23:22:43> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  351. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  352. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  353. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  354. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  355. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  356. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  357. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  358. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  359. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  360. --- End of stack trace from previous location where exception was thrown ---
  361. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  362. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  363. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  364. 2456> 2017-06-25 23:22:44> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  365. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  366. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  367. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  368. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  369. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  370. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  371. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  372. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  373. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  374. --- End of stack trace from previous location where exception was thrown ---
  375. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  376. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  377. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  378. --- End of stack trace from previous location where exception was thrown ---
  379. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  380. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  381. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  382. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  383. --- End of stack trace from previous location where exception was thrown ---
  384. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  385. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  386. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  387. --- End of stack trace from previous location where exception was thrown ---
  388. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  389. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  390. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  391. at Squirrel.Update.Program.<Install>d__3a.MoveNext()
  392. --- End of inner exception stack trace ---
  393. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  394. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  395. at System.Threading.Tasks.Task.Wait()
  396. at Squirrel.Update.Program.executeCommandLine(String[] args)
  397. at Squirrel.Update.Program.main(String[] args)
  398. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  399. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  400. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  401. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  402. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  403. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  404. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  405. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  406. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  407. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  408. --- End of stack trace from previous location where exception was thrown ---
  409. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  410. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  411. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  412. --- End of stack trace from previous location where exception was thrown ---
  413. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  414. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  415. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  416. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  417. --- End of stack trace from previous location where exception was thrown ---
  418. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  419. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  420. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  421. --- End of stack trace from previous location where exception was thrown ---
  422. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  423. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  424. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  425. at Squirrel.Update.Program.<Install>d__3a.MoveNext()<---
  426.  
  427. 1512> 2017-06-25 23:34:55> Program: Starting Squirrel Updater: --install .
  428. 1512> 2017-06-25 23:34:55> Program: Starting install, writing to C:\Users\truth\AppData\Local\SquirrelTemp
  429. 1512> 2017-06-25 23:34:55> Program: About to install to: C:\Users\truth\AppData\Local\Discord
  430. 1512> 2017-06-25 23:34:55> SingleGlobalInstance: Grabbing lockfile with timeout of 00:00:10
  431. 1512> 2017-06-25 23:34:55> CheckForUpdateImpl: Reading RELEASES file from C:\Users\truth\AppData\Local\SquirrelTemp
  432. 1512> 2017-06-25 23:34:55> CheckForUpdateImpl: Remote version 0.0.297 differs from local
  433. 1512> 2017-06-25 23:34:55> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  434. 1512> 2017-06-25 23:34:57> ApplyReleasesImpl: Writing files to app directory: C:\Users\truth\AppData\Local\Discord\app-0.0.297
  435. 1512> 2017-06-25 23:35:05> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  436. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  437. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  438. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  439. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  440. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  441. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  442. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  443. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  444. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  445. --- End of stack trace from previous location where exception was thrown ---
  446. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  447. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  448. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  449. 1512> 2017-06-25 23:35:06> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  450. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  451. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  452. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  453. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  454. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  455. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  456. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  457. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  458. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  459. --- End of stack trace from previous location where exception was thrown ---
  460. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  461. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  462. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  463. --- End of stack trace from previous location where exception was thrown ---
  464. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  465. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  466. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  467. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  468. --- End of stack trace from previous location where exception was thrown ---
  469. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  470. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  471. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  472. --- End of stack trace from previous location where exception was thrown ---
  473. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  474. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  475. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  476. at Squirrel.Update.Program.<Install>d__3a.MoveNext()
  477. --- End of inner exception stack trace ---
  478. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  479. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  480. at System.Threading.Tasks.Task.Wait()
  481. at Squirrel.Update.Program.executeCommandLine(String[] args)
  482. at Squirrel.Update.Program.main(String[] args)
  483. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  484. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  485. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  486. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  487. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  488. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  489. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  490. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  491. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  492. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  493. --- End of stack trace from previous location where exception was thrown ---
  494. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  495. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  496. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  497. --- End of stack trace from previous location where exception was thrown ---
  498. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  499. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  500. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  501. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  502. --- End of stack trace from previous location where exception was thrown ---
  503. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  504. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  505. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  506. --- End of stack trace from previous location where exception was thrown ---
  507. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  508. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  509. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  510. at Squirrel.Update.Program.<Install>d__3a.MoveNext()<---
  511.  
  512. 15324> 2017-06-25 23:41:59> Program: Starting Squirrel Updater: --install .
  513. 15324> 2017-06-25 23:41:59> Program: Starting install, writing to C:\Users\truth\AppData\Local\SquirrelTemp
  514. 15324> 2017-06-25 23:41:59> Program: About to install to: C:\Users\truth\AppData\Local\Discord
  515. 15324> 2017-06-25 23:41:59> Program: Install path C:\Users\truth\AppData\Local\Discord already exists, burning it to the ground
  516. 15324> 2017-06-25 23:41:59> SingleGlobalInstance: Grabbing lockfile with timeout of 00:00:10
  517. 15324> 2017-06-25 23:41:59> CheckForUpdateImpl: Reading RELEASES file from C:\Users\truth\AppData\Local\SquirrelTemp
  518. 15324> 2017-06-25 23:41:59> CheckForUpdateImpl: Remote version 0.0.297 differs from local
  519. 15324> 2017-06-25 23:41:59> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  520. 15324> 2017-06-25 23:41:59> ApplyReleasesImpl: Writing files to app directory: C:\Users\truth\AppData\Local\Discord\app-0.0.297
  521. 15324> 2017-06-25 23:42:02> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  522. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  523. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  524. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  525. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  526. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  527. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  528. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  529. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  530. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  531. --- End of stack trace from previous location where exception was thrown ---
  532. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  533. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  534. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  535. 15324> 2017-06-25 23:42:02> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  536. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  537. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  538. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  539. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  540. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  541. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  542. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  543. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  544. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  545. --- End of stack trace from previous location where exception was thrown ---
  546. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  547. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  548. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  549. --- End of stack trace from previous location where exception was thrown ---
  550. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  551. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  552. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  553. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  554. --- End of stack trace from previous location where exception was thrown ---
  555. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  556. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  557. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  558. --- End of stack trace from previous location where exception was thrown ---
  559. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  560. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  561. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  562. at Squirrel.Update.Program.<Install>d__3a.MoveNext()
  563. --- End of inner exception stack trace ---
  564. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  565. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  566. at System.Threading.Tasks.Task.Wait()
  567. at Squirrel.Update.Program.executeCommandLine(String[] args)
  568. at Squirrel.Update.Program.main(String[] args)
  569. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\truth\AppData\Local\Discord\app-0.0.297\lib\net45\Discord.exe' is denied.
  570. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  571. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  572. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
  573. at System.IO.File.OpenFile(String path, FileAccess access, SafeFileHandle& handle)
  574. at System.IO.File.SetLastWriteTimeUtc(String path, DateTime lastWriteTimeUtc)
  575. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractFileEntry(ZipEntry entry, String targetName)
  576. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractEntry(ZipEntry entry)
  577. at ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate, String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean isStreamOwner)
  578. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClassb3.<<installPackageToAppDir>b__ac>d__bc.MoveNext()
  579. --- End of stack trace from previous location where exception was thrown ---
  580. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  581. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  582. at Squirrel.Utility.<LogIfThrows>d__50`1.MoveNext()
  583. --- End of stack trace from previous location where exception was thrown ---
  584. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  585. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  586. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  587. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__79.MoveNext()
  588. --- End of stack trace from previous location where exception was thrown ---
  589. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  590. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  591. at Squirrel.UpdateManager.<FullInstall>d__f.MoveNext()
  592. --- End of stack trace from previous location where exception was thrown ---
  593. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  594. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  595. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  596. at Squirrel.Update.Program.<Install>d__3a.MoveNext()<---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement