Advertisement
VoidDaddy

Log

Dec 4th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 90.01 KB | None | 0 0
  1. 2018-12-04 13:21:37> Program: Starting Squirrel Updater: --install .
  2. 2018-12-04 13:21:37> Program: Starting install, writing to C:\Users\DADDY\AppData\Local\SquirrelTemp
  3. 2018-12-04 13:21:37> Program: About to install to: C:\Users\DADDY\AppData\Local\WeMod
  4. 2018-12-04 13:21:37> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\.betaId'.
  5. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  6. 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)
  7. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  8. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  9. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  10. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  11. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  12. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  13. 2018-12-04 13:21:37> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\RELEASES'.
  14. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  15. 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)
  16. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  17. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  18. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  19. 2018-12-04 13:21:37> CheckForUpdateImpl: Reading RELEASES file from C:\Users\DADDY\AppData\Local\SquirrelTemp
  20. 2018-12-04 13:21:38> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  21. 2018-12-04 13:21:38> ApplyReleasesImpl: Writing files to app directory: C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2
  22. 2018-12-04 13:21:41> LogHost: Rigging execution stub for Infinity_ExecutionStub.exe to C:\Users\DADDY\AppData\Local\WeMod\Infinity.exe
  23. 2018-12-04 13:21:44> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  24. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  25. 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)
  26. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  27. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  28. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  29. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  30. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  31. at Squirrel.Utility.Retry(Action block, Int32 retries)
  32. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  33. at System.Threading.Tasks.Task.InnerInvoke()
  34. at System.Threading.Tasks.Task.Execute()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  37. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  38. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  39. --- End of stack trace from previous location where exception was thrown ---
  40. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  41. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  42. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  43. 2018-12-04 13:21:44> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  44. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  45. 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)
  46. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  47. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  48. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  49. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  50. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  51. at Squirrel.Utility.Retry(Action block, Int32 retries)
  52. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  53. at System.Threading.Tasks.Task.InnerInvoke()
  54. at System.Threading.Tasks.Task.Execute()
  55. --- End of stack trace from previous location where exception was thrown ---
  56. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  57. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  58. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  59. --- End of stack trace from previous location where exception was thrown ---
  60. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  61. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  62. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  63. --- End of stack trace from previous location where exception was thrown ---
  64. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  65. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  66. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  67. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.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.UpdateManager.<FullInstall>d__10.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.Update.Program.<Install>d__4.MoveNext()
  77. --- End of inner exception stack trace ---
  78. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  79. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  80. at System.Threading.Tasks.Task.Wait()
  81. at Squirrel.Update.Program.executeCommandLine(String[] args)
  82. at Squirrel.Update.Program.main(String[] args)
  83. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  84. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  85. 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)
  86. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  87. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  88. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  89. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  90. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  91. at Squirrel.Utility.Retry(Action block, Int32 retries)
  92. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  93. at System.Threading.Tasks.Task.InnerInvoke()
  94. at System.Threading.Tasks.Task.Execute()
  95. --- End of stack trace from previous location where exception was thrown ---
  96. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  97. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  98. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  99. --- End of stack trace from previous location where exception was thrown ---
  100. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  101. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  102. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  103. --- End of stack trace from previous location where exception was thrown ---
  104. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  105. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  106. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  107. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  108. --- End of stack trace from previous location where exception was thrown ---
  109. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  110. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  111. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  112. --- End of stack trace from previous location where exception was thrown ---
  113. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  114. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  115. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  116. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  117.  
  118. 2018-12-04 13:22:33> Program: Starting Squirrel Updater: --install . --silent
  119. 2018-12-04 13:22:33> Program: Starting install, writing to C:\Users\DADDY\AppData\Local\SquirrelTemp
  120. 2018-12-04 13:22:33> Program: About to install to: C:\Users\DADDY\AppData\Local\WeMod
  121. 2018-12-04 13:22:33> Program: Install path C:\Users\DADDY\AppData\Local\WeMod already exists, burning it to the ground
  122. 2018-12-04 13:22:34> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\.betaId'.
  123. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  124. 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)
  125. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  126. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  127. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  128. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  129. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  130. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  131. 2018-12-04 13:22:34> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\RELEASES'.
  132. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  133. 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)
  134. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  135. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  136. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  137. 2018-12-04 13:22:34> CheckForUpdateImpl: Reading RELEASES file from C:\Users\DADDY\AppData\Local\SquirrelTemp
  138. 2018-12-04 13:22:34> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  139. 2018-12-04 13:22:34> ApplyReleasesImpl: Writing files to app directory: C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2
  140. 2018-12-04 13:22:35> LogHost: Rigging execution stub for Infinity_ExecutionStub.exe to C:\Users\DADDY\AppData\Local\WeMod\Infinity.exe
  141. 2018-12-04 13:22:38> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  142. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  143. 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)
  144. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  145. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  146. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  147. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  148. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  149. at Squirrel.Utility.Retry(Action block, Int32 retries)
  150. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  151. at System.Threading.Tasks.Task.InnerInvoke()
  152. at System.Threading.Tasks.Task.Execute()
  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.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.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 Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  161. 2018-12-04 13:22:38> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  162. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  163. 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)
  164. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  165. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  166. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  167. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  168. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  169. at Squirrel.Utility.Retry(Action block, Int32 retries)
  170. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  171. at System.Threading.Tasks.Task.InnerInvoke()
  172. at System.Threading.Tasks.Task.Execute()
  173. --- End of stack trace from previous location where exception was thrown ---
  174. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  175. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  176. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  177. --- End of stack trace from previous location where exception was thrown ---
  178. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  179. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  180. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  181. --- End of stack trace from previous location where exception was thrown ---
  182. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  183. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  184. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  185. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  186. --- End of stack trace from previous location where exception was thrown ---
  187. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  188. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  189. at Squirrel.UpdateManager.<FullInstall>d__10.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  194. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  195. --- End of inner exception stack trace ---
  196. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  197. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  198. at System.Threading.Tasks.Task.Wait()
  199. at Squirrel.Update.Program.executeCommandLine(String[] args)
  200. at Squirrel.Update.Program.main(String[] args)
  201. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  202. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  203. 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)
  204. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  205. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  206. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  207. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  208. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  209. at Squirrel.Utility.Retry(Action block, Int32 retries)
  210. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  211. at System.Threading.Tasks.Task.InnerInvoke()
  212. at System.Threading.Tasks.Task.Execute()
  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.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.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 Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  221. --- End of stack trace from previous location where exception was thrown ---
  222. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  223. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  224. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  225. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  226. --- End of stack trace from previous location where exception was thrown ---
  227. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  228. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  229. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  230. --- End of stack trace from previous location where exception was thrown ---
  231. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  232. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  233. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  234. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  235.  
  236. 2018-12-04 13:23:52> Program: Starting Squirrel Updater: --install . --silent --rerunningWithoutUAC
  237. 2018-12-04 13:23:52> Program: Starting install, writing to C:\Users\DADDY\AppData\Local\SquirrelTemp
  238. 2018-12-04 13:23:52> Program: About to install to: C:\Users\DADDY\AppData\Local\WeMod
  239. 2018-12-04 13:23:52> Program: Install path C:\Users\DADDY\AppData\Local\WeMod already exists, burning it to the ground
  240. 2018-12-04 13:23:53> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\.betaId'.
  241. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  242. 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)
  243. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  244. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  245. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  246. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  247. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  248. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  249. 2018-12-04 13:23:53> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\RELEASES'.
  250. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  251. 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)
  252. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  253. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  254. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  255. 2018-12-04 13:23:53> CheckForUpdateImpl: Reading RELEASES file from C:\Users\DADDY\AppData\Local\SquirrelTemp
  256. 2018-12-04 13:23:53> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  257. 2018-12-04 13:23:53> ApplyReleasesImpl: Writing files to app directory: C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2
  258. 2018-12-04 13:23:55> LogHost: Rigging execution stub for Infinity_ExecutionStub.exe to C:\Users\DADDY\AppData\Local\WeMod\Infinity.exe
  259. 2018-12-04 13:23:58> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  260. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  261. 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)
  262. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  263. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  264. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  265. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  266. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  267. at Squirrel.Utility.Retry(Action block, Int32 retries)
  268. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  269. at System.Threading.Tasks.Task.InnerInvoke()
  270. at System.Threading.Tasks.Task.Execute()
  271. --- End of stack trace from previous location where exception was thrown ---
  272. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  273. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  274. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.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__43`1.MoveNext()
  279. 2018-12-04 13:23:58> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.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)
  283. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  284. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  285. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  286. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  287. at Squirrel.Utility.Retry(Action block, Int32 retries)
  288. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  289. at System.Threading.Tasks.Task.InnerInvoke()
  290. at System.Threading.Tasks.Task.Execute()
  291. --- End of stack trace from previous location where exception was thrown ---
  292. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  293. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  294. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  295. --- End of stack trace from previous location where exception was thrown ---
  296. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  297. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  298. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  299. --- End of stack trace from previous location where exception was thrown ---
  300. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  301. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  302. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  303. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  304. --- End of stack trace from previous location where exception was thrown ---
  305. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  306. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  307. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  308. --- End of stack trace from previous location where exception was thrown ---
  309. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  310. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  311. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  312. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  313. --- End of inner exception stack trace ---
  314. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  315. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  316. at System.Threading.Tasks.Task.Wait()
  317. at Squirrel.Update.Program.executeCommandLine(String[] args)
  318. at Squirrel.Update.Program.main(String[] args)
  319. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  320. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  321. 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)
  322. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  323. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  324. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  325. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  326. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  327. at Squirrel.Utility.Retry(Action block, Int32 retries)
  328. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  329. at System.Threading.Tasks.Task.InnerInvoke()
  330. at System.Threading.Tasks.Task.Execute()
  331. --- End of stack trace from previous location where exception was thrown ---
  332. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  333. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  334. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  335. --- End of stack trace from previous location where exception was thrown ---
  336. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  337. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  338. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  339. --- End of stack trace from previous location where exception was thrown ---
  340. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  341. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  342. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  343. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  344. --- End of stack trace from previous location where exception was thrown ---
  345. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  346. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  347. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  348. --- End of stack trace from previous location where exception was thrown ---
  349. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  350. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  351. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  352. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  353.  
  354. 2018-12-04 13:26:53> Program: Starting Squirrel Updater: --install .
  355. 2018-12-04 13:26:53> Program: Starting install, writing to C:\Users\DADDY\AppData\Local\SquirrelTemp
  356. 2018-12-04 13:26:53> Program: About to install to: C:\Users\DADDY\AppData\Local\WeMod
  357. 2018-12-04 13:26:53> Program: Install path C:\Users\DADDY\AppData\Local\WeMod already exists, burning it to the ground
  358. 2018-12-04 13:26:54> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\.betaId'.
  359. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  360. 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)
  361. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  362. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  363. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  364. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  365. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  366. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  367. 2018-12-04 13:26:54> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\RELEASES'.
  368. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  369. 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)
  370. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  371. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  372. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  373. 2018-12-04 13:26:54> CheckForUpdateImpl: Reading RELEASES file from C:\Users\DADDY\AppData\Local\SquirrelTemp
  374. 2018-12-04 13:26:54> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  375. 2018-12-04 13:26:55> ApplyReleasesImpl: Writing files to app directory: C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2
  376. 2018-12-04 13:26:55> LogHost: Rigging execution stub for Infinity_ExecutionStub.exe to C:\Users\DADDY\AppData\Local\WeMod\Infinity.exe
  377. 2018-12-04 13:26:58> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  378. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  379. 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)
  380. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  381. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  382. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  383. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  384. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  385. at Squirrel.Utility.Retry(Action block, Int32 retries)
  386. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  387. at System.Threading.Tasks.Task.InnerInvoke()
  388. at System.Threading.Tasks.Task.Execute()
  389. --- End of stack trace from previous location where exception was thrown ---
  390. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  391. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  392. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  393. --- End of stack trace from previous location where exception was thrown ---
  394. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  395. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  396. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  397. 2018-12-04 13:26:58> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  398. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  399. 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)
  400. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  401. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  402. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  403. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  404. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  405. at Squirrel.Utility.Retry(Action block, Int32 retries)
  406. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  407. at System.Threading.Tasks.Task.InnerInvoke()
  408. at System.Threading.Tasks.Task.Execute()
  409. --- End of stack trace from previous location where exception was thrown ---
  410. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  411. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  412. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  413. --- End of stack trace from previous location where exception was thrown ---
  414. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  415. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  416. at Squirrel.Utility.<LogIfThrows>d__43`1.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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  421. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  422. --- End of stack trace from previous location where exception was thrown ---
  423. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  424. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  425. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  426. --- End of stack trace from previous location where exception was thrown ---
  427. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  428. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  429. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  430. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  431. --- End of inner exception stack trace ---
  432. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  433. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  434. at System.Threading.Tasks.Task.Wait()
  435. at Squirrel.Update.Program.executeCommandLine(String[] args)
  436. at Squirrel.Update.Program.main(String[] args)
  437. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  438. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  439. 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)
  440. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  441. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  442. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  443. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  444. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  445. at Squirrel.Utility.Retry(Action block, Int32 retries)
  446. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  447. at System.Threading.Tasks.Task.InnerInvoke()
  448. at System.Threading.Tasks.Task.Execute()
  449. --- End of stack trace from previous location where exception was thrown ---
  450. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  451. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  452. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  453. --- End of stack trace from previous location where exception was thrown ---
  454. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  455. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  456. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  457. --- End of stack trace from previous location where exception was thrown ---
  458. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  459. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  460. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  461. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  462. --- End of stack trace from previous location where exception was thrown ---
  463. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  464. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  465. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  466. --- End of stack trace from previous location where exception was thrown ---
  467. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  468. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  469. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  470. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  471.  
  472. 2018-12-04 13:27:24> Program: Starting Squirrel Updater: --install .
  473. 2018-12-04 13:27:24> Program: Starting install, writing to C:\Users\DADDY\AppData\Local\SquirrelTemp
  474. 2018-12-04 13:27:24> Program: About to install to: C:\Users\DADDY\AppData\Local\WeMod
  475. 2018-12-04 13:27:24> Program: Install path C:\Users\DADDY\AppData\Local\WeMod already exists, burning it to the ground
  476. 2018-12-04 13:27:25> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\.betaId'.
  477. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  478. 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)
  479. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  480. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  481. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  482. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  483. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  484. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  485. 2018-12-04 13:27:25> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\RELEASES'.
  486. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  487. 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)
  488. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  489. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  490. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  491. 2018-12-04 13:27:25> CheckForUpdateImpl: Reading RELEASES file from C:\Users\DADDY\AppData\Local\SquirrelTemp
  492. 2018-12-04 13:27:25> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  493. 2018-12-04 13:27:25> ApplyReleasesImpl: Writing files to app directory: C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2
  494. 2018-12-04 13:27:26> LogHost: Rigging execution stub for Infinity_ExecutionStub.exe to C:\Users\DADDY\AppData\Local\WeMod\Infinity.exe
  495. 2018-12-04 13:27:29> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  496. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  497. 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)
  498. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  499. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  500. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  501. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  502. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  503. at Squirrel.Utility.Retry(Action block, Int32 retries)
  504. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  505. at System.Threading.Tasks.Task.InnerInvoke()
  506. at System.Threading.Tasks.Task.Execute()
  507. --- End of stack trace from previous location where exception was thrown ---
  508. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  509. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  510. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  511. --- End of stack trace from previous location where exception was thrown ---
  512. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  513. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  514. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  515. 2018-12-04 13:27:29> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  516. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  517. 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)
  518. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  519. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  520. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  521. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  522. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  523. at Squirrel.Utility.Retry(Action block, Int32 retries)
  524. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  525. at System.Threading.Tasks.Task.InnerInvoke()
  526. at System.Threading.Tasks.Task.Execute()
  527. --- End of stack trace from previous location where exception was thrown ---
  528. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  529. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  530. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.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__43`1.MoveNext()
  535. --- End of stack trace from previous location where exception was thrown ---
  536. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  537. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  538. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  539. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  540. --- End of stack trace from previous location where exception was thrown ---
  541. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  542. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  543. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  544. --- End of stack trace from previous location where exception was thrown ---
  545. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  546. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  547. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  548. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  549. --- End of inner exception stack trace ---
  550. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  551. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  552. at System.Threading.Tasks.Task.Wait()
  553. at Squirrel.Update.Program.executeCommandLine(String[] args)
  554. at Squirrel.Update.Program.main(String[] args)
  555. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  556. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  557. 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)
  558. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  559. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  560. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  561. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  562. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  563. at Squirrel.Utility.Retry(Action block, Int32 retries)
  564. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  565. at System.Threading.Tasks.Task.InnerInvoke()
  566. at System.Threading.Tasks.Task.Execute()
  567. --- End of stack trace from previous location where exception was thrown ---
  568. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  569. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  570. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  571. --- End of stack trace from previous location where exception was thrown ---
  572. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  573. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  574. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  575. --- End of stack trace from previous location where exception was thrown ---
  576. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  577. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  578. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  579. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  580. --- End of stack trace from previous location where exception was thrown ---
  581. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  582. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  583. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  584. --- End of stack trace from previous location where exception was thrown ---
  585. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  586. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  587. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  588. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  589.  
  590. 2018-12-04 13:29:51> Program: Starting Squirrel Updater: --install .
  591. 2018-12-04 13:29:51> Program: Starting install, writing to C:\Users\DADDY\AppData\Local\SquirrelTemp
  592. 2018-12-04 13:29:51> Program: About to install to: C:\Users\DADDY\AppData\Local\WeMod
  593. 2018-12-04 13:29:51> Program: Install path C:\Users\DADDY\AppData\Local\WeMod already exists, burning it to the ground
  594. 2018-12-04 13:29:51> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\.betaId'.
  595. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  596. 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)
  597. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  598. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  599. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  600. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  601. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  602. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  603. 2018-12-04 13:29:51> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\RELEASES'.
  604. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  605. 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)
  606. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  607. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  608. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  609. 2018-12-04 13:29:51> CheckForUpdateImpl: Reading RELEASES file from C:\Users\DADDY\AppData\Local\SquirrelTemp
  610. 2018-12-04 13:29:51> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  611. 2018-12-04 13:29:52> ApplyReleasesImpl: Writing files to app directory: C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2
  612. 2018-12-04 13:29:53> LogHost: Rigging execution stub for Infinity_ExecutionStub.exe to C:\Users\DADDY\AppData\Local\WeMod\Infinity.exe
  613. 2018-12-04 13:29:55> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  614. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  615. 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)
  616. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  617. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  618. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  619. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  620. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  621. at Squirrel.Utility.Retry(Action block, Int32 retries)
  622. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  623. at System.Threading.Tasks.Task.InnerInvoke()
  624. at System.Threading.Tasks.Task.Execute()
  625. --- End of stack trace from previous location where exception was thrown ---
  626. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  627. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  628. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  629. --- End of stack trace from previous location where exception was thrown ---
  630. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  631. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  632. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  633. 2018-12-04 13:29:55> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  634. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  635. 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)
  636. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  637. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  638. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  639. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  640. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  641. at Squirrel.Utility.Retry(Action block, Int32 retries)
  642. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  643. at System.Threading.Tasks.Task.InnerInvoke()
  644. at System.Threading.Tasks.Task.Execute()
  645. --- End of stack trace from previous location where exception was thrown ---
  646. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  647. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  648. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  649. --- End of stack trace from previous location where exception was thrown ---
  650. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  651. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  652. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  653. --- End of stack trace from previous location where exception was thrown ---
  654. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  655. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  656. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  657. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  658. --- End of stack trace from previous location where exception was thrown ---
  659. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  660. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  661. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  662. --- End of stack trace from previous location where exception was thrown ---
  663. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  664. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  665. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  666. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  667. --- End of inner exception stack trace ---
  668. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  669. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  670. at System.Threading.Tasks.Task.Wait()
  671. at Squirrel.Update.Program.executeCommandLine(String[] args)
  672. at Squirrel.Update.Program.main(String[] args)
  673. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  674. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  675. 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)
  676. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  677. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  678. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  679. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  680. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  681. at Squirrel.Utility.Retry(Action block, Int32 retries)
  682. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  683. at System.Threading.Tasks.Task.InnerInvoke()
  684. at System.Threading.Tasks.Task.Execute()
  685. --- End of stack trace from previous location where exception was thrown ---
  686. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  687. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  688. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  689. --- End of stack trace from previous location where exception was thrown ---
  690. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  691. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  692. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  693. --- End of stack trace from previous location where exception was thrown ---
  694. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  695. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  696. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  697. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  698. --- End of stack trace from previous location where exception was thrown ---
  699. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  700. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  701. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  702. --- End of stack trace from previous location where exception was thrown ---
  703. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  704. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  705. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  706. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  707.  
  708. 2018-12-04 13:32:32> Program: Starting Squirrel Updater: --install . --silent
  709. 2018-12-04 13:32:32> Program: Starting install, writing to C:\Users\DADDY\AppData\Local\SquirrelTemp
  710. 2018-12-04 13:32:32> Program: About to install to: C:\Users\DADDY\AppData\Local\WeMod
  711. 2018-12-04 13:32:32> Program: Install path C:\Users\DADDY\AppData\Local\WeMod already exists, burning it to the ground
  712. 2018-12-04 13:32:33> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\.betaId'.
  713. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  714. 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)
  715. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  716. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  717. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  718. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  719. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  720. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  721. 2018-12-04 13:32:33> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\RELEASES'.
  722. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  723. 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)
  724. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  725. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  726. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  727. 2018-12-04 13:32:33> CheckForUpdateImpl: Reading RELEASES file from C:\Users\DADDY\AppData\Local\SquirrelTemp
  728. 2018-12-04 13:32:33> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  729. 2018-12-04 13:32:33> ApplyReleasesImpl: Writing files to app directory: C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2
  730. 2018-12-04 13:32:35> LogHost: Rigging execution stub for Infinity_ExecutionStub.exe to C:\Users\DADDY\AppData\Local\WeMod\Infinity.exe
  731. 2018-12-04 13:32:38> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  732. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  733. 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)
  734. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  735. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  736. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  737. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  738. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  739. at Squirrel.Utility.Retry(Action block, Int32 retries)
  740. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  741. at System.Threading.Tasks.Task.InnerInvoke()
  742. at System.Threading.Tasks.Task.Execute()
  743. --- End of stack trace from previous location where exception was thrown ---
  744. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  745. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  746. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  747. --- End of stack trace from previous location where exception was thrown ---
  748. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  749. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  750. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  751. 2018-12-04 13:32:38> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  752. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  753. 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)
  754. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  755. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  756. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  757. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  758. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  759. at Squirrel.Utility.Retry(Action block, Int32 retries)
  760. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  761. at System.Threading.Tasks.Task.InnerInvoke()
  762. at System.Threading.Tasks.Task.Execute()
  763. --- End of stack trace from previous location where exception was thrown ---
  764. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  765. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  766. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  767. --- End of stack trace from previous location where exception was thrown ---
  768. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  769. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  770. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  771. --- End of stack trace from previous location where exception was thrown ---
  772. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  773. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  774. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  775. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  776. --- End of stack trace from previous location where exception was thrown ---
  777. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  778. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  779. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  780. --- End of stack trace from previous location where exception was thrown ---
  781. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  782. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  783. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  784. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  785. --- End of inner exception stack trace ---
  786. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  787. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  788. at System.Threading.Tasks.Task.Wait()
  789. at Squirrel.Update.Program.executeCommandLine(String[] args)
  790. at Squirrel.Update.Program.main(String[] args)
  791. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  792. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  793. 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)
  794. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  795. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  796. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  797. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  798. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  799. at Squirrel.Utility.Retry(Action block, Int32 retries)
  800. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  801. at System.Threading.Tasks.Task.InnerInvoke()
  802. at System.Threading.Tasks.Task.Execute()
  803. --- End of stack trace from previous location where exception was thrown ---
  804. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  805. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  806. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  807. --- End of stack trace from previous location where exception was thrown ---
  808. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  809. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  810. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  811. --- End of stack trace from previous location where exception was thrown ---
  812. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  813. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  814. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  815. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  816. --- End of stack trace from previous location where exception was thrown ---
  817. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  818. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  819. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  820. --- End of stack trace from previous location where exception was thrown ---
  821. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  822. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  823. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  824. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  825.  
  826. 2018-12-04 13:35:54> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC
  827. 2018-12-04 13:35:54> Program: Starting install, writing to C:\Users\DADDY\AppData\Local\SquirrelTemp
  828. 2018-12-04 13:35:54> Program: About to install to: C:\Users\DADDY\AppData\Local\WeMod
  829. 2018-12-04 13:35:54> CheckForUpdateImpl: Couldn't write out staging user ID, this user probably shouldn't get beta anything: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\.betaId'.
  830. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  831. 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)
  832. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  833. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  834. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  835. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  836. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  837. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  838. 2018-12-04 13:35:54> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\DADDY\AppData\Local\WeMod\packages\RELEASES'.
  839. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  840. 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)
  841. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  842. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  843. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  844. 2018-12-04 13:35:54> CheckForUpdateImpl: Reading RELEASES file from C:\Users\DADDY\AppData\Local\SquirrelTemp
  845. 2018-12-04 13:35:54> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  846. 2018-12-04 13:35:54> ApplyReleasesImpl: Writing files to app directory: C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2
  847. 2018-12-04 13:35:56> LogHost: Rigging execution stub for Infinity_ExecutionStub.exe to C:\Users\DADDY\AppData\Local\WeMod\Infinity.exe
  848. 2018-12-04 13:35:59> IEnableLogger: Failed to install package to app dir: System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  849. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  850. 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)
  851. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  852. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  853. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  854. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  855. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  856. at Squirrel.Utility.Retry(Action block, Int32 retries)
  857. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  858. at System.Threading.Tasks.Task.InnerInvoke()
  859. at System.Threading.Tasks.Task.Execute()
  860. --- End of stack trace from previous location where exception was thrown ---
  861. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  862. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  863. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  864. --- End of stack trace from previous location where exception was thrown ---
  865. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  866. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  867. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  868. 2018-12-04 13:35:59> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  869. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  870. 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)
  871. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  872. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  873. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  874. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  875. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  876. at Squirrel.Utility.Retry(Action block, Int32 retries)
  877. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  878. at System.Threading.Tasks.Task.InnerInvoke()
  879. at System.Threading.Tasks.Task.Execute()
  880. --- End of stack trace from previous location where exception was thrown ---
  881. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  882. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  883. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  884. --- End of stack trace from previous location where exception was thrown ---
  885. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  886. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  887. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  888. --- End of stack trace from previous location where exception was thrown ---
  889. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  890. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  891. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  892. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  893. --- End of stack trace from previous location where exception was thrown ---
  894. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  895. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  896. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  897. --- End of stack trace from previous location where exception was thrown ---
  898. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  899. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  900. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  901. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  902. --- End of inner exception stack trace ---
  903. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  904. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  905. at System.Threading.Tasks.Task.Wait()
  906. at Squirrel.Update.Program.executeCommandLine(String[] args)
  907. at Squirrel.Update.Program.main(String[] args)
  908. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\DADDY\AppData\Local\WeMod\app-5.3.2\resources\app.asar.unpacked\static\unpacked\auxiliary\WeModAuxiliaryService.exe' is denied.
  909. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  910. 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)
  911. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  912. at SharpCompress.Readers.IReaderExtensions.WriteEntryToFile(IReader reader, String destinationFileName, ExtractionOptions options)
  913. at Squirrel.ReleasePackage.<>c__DisplayClass15_2.<ExtractZipForInstall>b__1()
  914. at Squirrel.Utility.<>c__DisplayClass8_0.<Retry>b__0()
  915. at Squirrel.Utility.Retry[T](Func`1 block, Int32 retries)
  916. at Squirrel.Utility.Retry(Action block, Int32 retries)
  917. at Squirrel.ReleasePackage.<>c__DisplayClass15_0.<ExtractZipForInstall>b__0()
  918. at System.Threading.Tasks.Task.InnerInvoke()
  919. at System.Threading.Tasks.Task.Execute()
  920. --- End of stack trace from previous location where exception was thrown ---
  921. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  922. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  923. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToAppDir>b__0>d.MoveNext()
  924. --- End of stack trace from previous location where exception was thrown ---
  925. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  926. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  927. at Squirrel.Utility.<LogIfThrows>d__43`1.MoveNext()
  928. --- End of stack trace from previous location where exception was thrown ---
  929. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  930. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  931. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  932. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  933. --- End of stack trace from previous location where exception was thrown ---
  934. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  935. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  936. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  937. --- End of stack trace from previous location where exception was thrown ---
  938. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  939. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  940. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  941. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement