Advertisement
Guest User

Untitled

a guest
Mar 13th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.83 KB | None | 0 0
  1. 2018-03-13 17:58:55> Program: Starting Squirrel Updater: --install .
  2. 2018-03-13 17:58:55> Program: Starting install, writing to C:\Users\Acer\AppData\Local\SquirrelTemp
  3. 2018-03-13 17:58:55> Program: About to install to: C:\Users\Acer\AppData\Local\kody-licznik
  4. 2018-03-13 17:58:56> 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\Acer\AppData\Local\kody-licznik\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-03-13 17:58:56> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Acer\AppData\Local\kody-licznik\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-03-13 17:58:56> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Acer\AppData\Local\SquirrelTemp
  20. 2018-03-13 17:58:56> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  21. 2018-03-13 17:58:56> ApplyReleasesImpl: Writing files to app directory: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0
  22. 2018-03-13 17:59:02> LogHost: Rigging execution stub for licznik_ExecutionStub.exe to C:\Users\Acer\AppData\Local\kody-licznik\licznik.exe
  23. 2018-03-13 17:59:06> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe]
  24. 2018-03-13 17:59:13> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  25. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
  26. at System.Diagnostics.Process.Start()
  27. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  28. at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
  29. --- End of stack trace from previous location where exception was thrown ---
  30. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  31. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  32. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<<invokePostInstall>b__0>d.MoveNext()
  33. 2018-03-13 17:59:13> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  34. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  35. at System.Diagnostics.Process.Start()
  36. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  37. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  38. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  39. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  40. --- End of stack trace from previous location where exception was thrown ---
  41. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  42. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  43. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  44. 2018-03-13 17:59:13> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: The specified executable is not a valid application for this OS platform.
  45. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  46. at System.Diagnostics.Process.Start()
  47. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  48. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  49. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  50. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  51. --- End of stack trace from previous location where exception was thrown ---
  52. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  53. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  54. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  59. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  60. --- End of stack trace from previous location where exception was thrown ---
  61. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  62. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  63. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  64. --- End of stack trace from previous location where exception was thrown ---
  65. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  66. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  67. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  68. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  69. --- End of inner exception stack trace ---
  70. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  71. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  72. at System.Threading.Tasks.Task.Wait()
  73. at Squirrel.Update.Program.executeCommandLine(String[] args)
  74. at Squirrel.Update.Program.main(String[] args)
  75. ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  76. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  77. at System.Diagnostics.Process.Start()
  78. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  79. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  80. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  81. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  82. --- End of stack trace from previous location where exception was thrown ---
  83. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  84. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  85. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  86. --- End of stack trace from previous location where exception was thrown ---
  87. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  88. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  89. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  90. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  91. --- End of stack trace from previous location where exception was thrown ---
  92. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  93. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  94. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  99. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  100.  
  101. 2018-03-13 18:13:09> Program: Starting Squirrel Updater: --install .
  102. 2018-03-13 18:13:09> Program: Starting install, writing to C:\Users\Acer\AppData\Local\SquirrelTemp
  103. 2018-03-13 18:13:09> Program: About to install to: C:\Users\Acer\AppData\Local\kody-licznik
  104. 2018-03-13 18:13:09> Program: Install path C:\Users\Acer\AppData\Local\kody-licznik already exists, burning it to the ground
  105. 2018-03-13 18:13:10> 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\Acer\AppData\Local\kody-licznik\packages\.betaId'.
  106. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  107. 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)
  108. 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)
  109. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  110. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  111. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  112. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  113. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  114. 2018-03-13 18:13:10> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Acer\AppData\Local\kody-licznik\packages\RELEASES'.
  115. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  116. 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)
  117. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  118. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  119. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  120. 2018-03-13 18:13:10> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Acer\AppData\Local\SquirrelTemp
  121. 2018-03-13 18:13:10> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  122. 2018-03-13 18:13:10> ApplyReleasesImpl: Writing files to app directory: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0
  123. 2018-03-13 18:13:16> LogHost: Rigging execution stub for licznik_ExecutionStub.exe to C:\Users\Acer\AppData\Local\kody-licznik\licznik.exe
  124. 2018-03-13 18:13:21> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe]
  125. 2018-03-13 18:13:28> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  126. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
  127. at System.Diagnostics.Process.Start()
  128. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  129. at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
  130. --- End of stack trace from previous location where exception was thrown ---
  131. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  132. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  133. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<<invokePostInstall>b__0>d.MoveNext()
  134. 2018-03-13 18:13:28> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  135. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  136. at System.Diagnostics.Process.Start()
  137. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  138. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  139. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  140. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  141. --- End of stack trace from previous location where exception was thrown ---
  142. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  143. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  144. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  145. 2018-03-13 18:13:28> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: The specified executable is not a valid application for this OS platform.
  146. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  147. at System.Diagnostics.Process.Start()
  148. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  149. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  150. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  151. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  152. --- End of stack trace from previous location where exception was thrown ---
  153. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  154. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  155. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  156. --- End of stack trace from previous location where exception was thrown ---
  157. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  158. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  159. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  160. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  161. --- End of stack trace from previous location where exception was thrown ---
  162. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  163. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  164. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  165. --- End of stack trace from previous location where exception was thrown ---
  166. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  167. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  168. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  169. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  170. --- End of inner exception stack trace ---
  171. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  172. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  173. at System.Threading.Tasks.Task.Wait()
  174. at Squirrel.Update.Program.executeCommandLine(String[] args)
  175. at Squirrel.Update.Program.main(String[] args)
  176. ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  177. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  178. at System.Diagnostics.Process.Start()
  179. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  180. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  181. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  182. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  183. --- End of stack trace from previous location where exception was thrown ---
  184. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  185. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  186. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  187. --- End of stack trace from previous location where exception was thrown ---
  188. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  189. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  190. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  191. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  192. --- End of stack trace from previous location where exception was thrown ---
  193. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  194. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  195. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  196. --- End of stack trace from previous location where exception was thrown ---
  197. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  198. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  199. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  200. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  201.  
  202. 2018-03-13 18:14:47> Program: Starting Squirrel Updater: --install .
  203. 2018-03-13 18:14:47> Program: Starting install, writing to C:\Users\Acer\AppData\Local\SquirrelTemp
  204. 2018-03-13 18:14:47> Program: About to install to: C:\Users\Acer\AppData\Local\kody-licznik
  205. 2018-03-13 18:14:47> Program: Install path C:\Users\Acer\AppData\Local\kody-licznik already exists, burning it to the ground
  206. 2018-03-13 18:14:48> 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\Acer\AppData\Local\kody-licznik\packages\.betaId'.
  207. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  208. 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)
  209. 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)
  210. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  211. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  212. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  213. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  214. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  215. 2018-03-13 18:14:48> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Acer\AppData\Local\kody-licznik\packages\RELEASES'.
  216. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  217. 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)
  218. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  219. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  220. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  221. 2018-03-13 18:14:48> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Acer\AppData\Local\SquirrelTemp
  222. 2018-03-13 18:14:48> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  223. 2018-03-13 18:14:48> ApplyReleasesImpl: Writing files to app directory: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0
  224. 2018-03-13 18:14:54> LogHost: Rigging execution stub for licznik_ExecutionStub.exe to C:\Users\Acer\AppData\Local\kody-licznik\licznik.exe
  225. 2018-03-13 18:15:00> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe]
  226. 2018-03-13 18:15:06> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  227. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
  228. at System.Diagnostics.Process.Start()
  229. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  230. at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
  231. --- End of stack trace from previous location where exception was thrown ---
  232. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  233. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  234. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<<invokePostInstall>b__0>d.MoveNext()
  235. 2018-03-13 18:15:06> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  236. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  237. at System.Diagnostics.Process.Start()
  238. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  239. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  240. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  241. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  242. --- End of stack trace from previous location where exception was thrown ---
  243. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  244. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  245. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  246. 2018-03-13 18:15:06> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: The specified executable is not a valid application for this OS platform.
  247. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  248. at System.Diagnostics.Process.Start()
  249. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  250. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  251. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  252. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  253. --- End of stack trace from previous location where exception was thrown ---
  254. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  255. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  256. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  257. --- End of stack trace from previous location where exception was thrown ---
  258. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  259. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  260. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  261. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  262. --- End of stack trace from previous location where exception was thrown ---
  263. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  264. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  265. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  266. --- End of stack trace from previous location where exception was thrown ---
  267. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  268. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  269. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  270. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  271. --- End of inner exception stack trace ---
  272. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  273. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  274. at System.Threading.Tasks.Task.Wait()
  275. at Squirrel.Update.Program.executeCommandLine(String[] args)
  276. at Squirrel.Update.Program.main(String[] args)
  277. ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  278. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  279. at System.Diagnostics.Process.Start()
  280. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  281. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  282. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  283. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  284. --- End of stack trace from previous location where exception was thrown ---
  285. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  286. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  287. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  288. --- End of stack trace from previous location where exception was thrown ---
  289. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  290. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  291. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  292. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  293. --- End of stack trace from previous location where exception was thrown ---
  294. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  295. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  296. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  297. --- End of stack trace from previous location where exception was thrown ---
  298. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  299. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  300. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  301. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  302.  
  303. 2018-03-13 18:15:37> Program: Starting Squirrel Updater: --install . --rerunningWithoutUAC
  304. 2018-03-13 18:15:38> Program: Starting install, writing to C:\Users\Acer\AppData\Local\SquirrelTemp
  305. 2018-03-13 18:15:38> Program: About to install to: C:\Users\Acer\AppData\Local\kody-licznik
  306. 2018-03-13 18:15:38> Program: Install path C:\Users\Acer\AppData\Local\kody-licznik already exists, burning it to the ground
  307. 2018-03-13 18:15:38> 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\Acer\AppData\Local\kody-licznik\packages\.betaId'.
  308. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  309. 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)
  310. 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)
  311. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  312. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  313. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  314. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  315. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  316. 2018-03-13 18:15:38> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Acer\AppData\Local\kody-licznik\packages\RELEASES'.
  317. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  318. 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)
  319. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  320. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  321. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  322. 2018-03-13 18:15:38> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Acer\AppData\Local\SquirrelTemp
  323. 2018-03-13 18:15:38> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  324. 2018-03-13 18:15:39> ApplyReleasesImpl: Writing files to app directory: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0
  325. 2018-03-13 18:15:45> LogHost: Rigging execution stub for licznik_ExecutionStub.exe to C:\Users\Acer\AppData\Local\kody-licznik\licznik.exe
  326. 2018-03-13 18:15:50> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe]
  327. 2018-03-13 18:15:57> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  328. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
  329. at System.Diagnostics.Process.Start()
  330. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  331. at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
  332. --- End of stack trace from previous location where exception was thrown ---
  333. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  334. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  335. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<<invokePostInstall>b__0>d.MoveNext()
  336. 2018-03-13 18:15:57> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  337. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  338. at System.Diagnostics.Process.Start()
  339. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  340. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  341. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  342. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  343. --- End of stack trace from previous location where exception was thrown ---
  344. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  345. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  346. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  347. 2018-03-13 18:15:57> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: The specified executable is not a valid application for this OS platform.
  348. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  349. at System.Diagnostics.Process.Start()
  350. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  351. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  352. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  353. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  354. --- End of stack trace from previous location where exception was thrown ---
  355. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  356. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  357. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  358. --- End of stack trace from previous location where exception was thrown ---
  359. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  360. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  361. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  362. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  363. --- End of stack trace from previous location where exception was thrown ---
  364. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  365. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  366. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  367. --- End of stack trace from previous location where exception was thrown ---
  368. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  369. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  370. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  371. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  372. --- End of inner exception stack trace ---
  373. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  374. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  375. at System.Threading.Tasks.Task.Wait()
  376. at Squirrel.Update.Program.executeCommandLine(String[] args)
  377. at Squirrel.Update.Program.main(String[] args)
  378. ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  379. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  380. at System.Diagnostics.Process.Start()
  381. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  382. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  383. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  384. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  385. --- End of stack trace from previous location where exception was thrown ---
  386. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  387. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  388. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  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 System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  393. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  394. --- End of stack trace from previous location where exception was thrown ---
  395. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  396. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  397. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  398. --- End of stack trace from previous location where exception was thrown ---
  399. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  400. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  401. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  402. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
  403.  
  404. 2018-03-13 18:20:15> Program: Starting Squirrel Updater: --install .
  405. 2018-03-13 18:20:15> Program: Starting install, writing to C:\Users\Acer\AppData\Local\SquirrelTemp
  406. 2018-03-13 18:20:15> Program: About to install to: C:\Users\Acer\AppData\Local\kody-licznik
  407. 2018-03-13 18:20:15> Program: Install path C:\Users\Acer\AppData\Local\kody-licznik already exists, burning it to the ground
  408. 2018-03-13 18:20:16> 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\Acer\AppData\Local\kody-licznik\packages\.betaId'.
  409. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  410. 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)
  411. 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)
  412. at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
  413. at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
  414. at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding, Boolean checkHost)
  415. at System.IO.File.WriteAllText(String path, String contents, Encoding encoding)
  416. at Squirrel.UpdateManager.CheckForUpdateImpl.getOrCreateStagedUserId()
  417. 2018-03-13 18:20:16> CheckForUpdateImpl: Failed to load local releases, starting from scratch: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Acer\AppData\Local\kody-licznik\packages\RELEASES'.
  418. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  419. 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)
  420. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
  421. at Squirrel.Utility.LoadLocalReleases(String localReleaseFile)
  422. at Squirrel.UpdateManager.CheckForUpdateImpl.<CheckForUpdate>d__2.MoveNext()
  423. 2018-03-13 18:20:16> CheckForUpdateImpl: Reading RELEASES file from C:\Users\Acer\AppData\Local\SquirrelTemp
  424. 2018-03-13 18:20:16> CheckForUpdateImpl: First run or local directory is corrupt, starting from scratch
  425. 2018-03-13 18:20:16> ApplyReleasesImpl: Writing files to app directory: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0
  426. 2018-03-13 18:20:23> LogHost: Rigging execution stub for licznik_ExecutionStub.exe to C:\Users\Acer\AppData\Local\kody-licznik\licznik.exe
  427. 2018-03-13 18:20:28> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe]
  428. 2018-03-13 18:20:35> ApplyReleasesImpl: Couldn't run Squirrel hook, continuing: C:\Users\Acer\AppData\Local\kody-licznik\app-1.0.0\licznik.exe: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  429. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
  430. at System.Diagnostics.Process.Start()
  431. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  432. at Squirrel.Utility.<InvokeProcessAsync>d__11.MoveNext()
  433. --- End of stack trace from previous location where exception was thrown ---
  434. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  435. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  436. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass10_0.<<invokePostInstall>b__0>d.MoveNext()
  437. 2018-03-13 18:20:35> IEnableLogger: Failed to invoke post-install: System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  438. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  439. at System.Diagnostics.Process.Start()
  440. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  441. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  442. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  443. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  444. --- End of stack trace from previous location where exception was thrown ---
  445. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  446. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  447. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  448. 2018-03-13 18:20:35> Unhandled exception: System.AggregateException: One or more errors occurred. ---> System.ComponentModel.Win32Exception: The specified executable is not a valid application for this OS platform.
  449. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  450. at System.Diagnostics.Process.Start()
  451. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  452. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  453. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  454. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  455. --- End of stack trace from previous location where exception was thrown ---
  456. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  457. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  458. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  459. --- End of stack trace from previous location where exception was thrown ---
  460. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  461. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  462. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  463. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  464. --- End of stack trace from previous location where exception was thrown ---
  465. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  466. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  467. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  468. --- End of stack trace from previous location where exception was thrown ---
  469. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  470. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  471. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  472. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  473. --- End of inner exception stack trace ---
  474. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  475. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  476. at System.Threading.Tasks.Task.Wait()
  477. at Squirrel.Update.Program.executeCommandLine(String[] args)
  478. at Squirrel.Update.Program.main(String[] args)
  479. ---> (Inner Exception #0) System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform.
  480. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  481. at System.Diagnostics.Process.Start()
  482. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  483. at Squirrel.UpdateManager.ApplyReleasesImpl.<>c.<invokePostInstall>b__10_6(ProcessStartInfo info)
  484. at Squirrel.EnumerableExtensions.ForEach[TSource](IEnumerable`1 source, Action`1 onNext)
  485. at Squirrel.UpdateManager.ApplyReleasesImpl.<invokePostInstall>d__10.MoveNext()
  486. --- End of stack trace from previous location where exception was thrown ---
  487. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  488. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  489. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  490. --- End of stack trace from previous location where exception was thrown ---
  491. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  492. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  493. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  494. at Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
  495. --- End of stack trace from previous location where exception was thrown ---
  496. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  497. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  498. at Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
  499. --- End of stack trace from previous location where exception was thrown ---
  500. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  501. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  502. at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
  503. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement