Advertisement
swordplay2612

Untitled

Aug 6th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1. [06/08/22 10:29:05] info: Program: Starting Squirrel Updater: --install .
  2. [06/08/22 10:29:05] info: Program: Starting install, writing to C:\Users\<username>\AppData\Local\SquirrelTemp
  3. [06/08/22 10:29:05] info: Program: About to install to: C:\Users\<username>\AppData\Local\WeMod
  4. [06/08/22 10:29:05] warn: Program: Install path C:\Users\<username>\AppData\Local\WeMod already exists, burning it to the ground
  5. [06/08/22 10:29:05] error: IEnableLogger: Failed to remove existing directory on full install, is the app still running???: System.UnauthorizedAccessException: Access to the path 'C:\Users\<username>\AppData\Local\WeMod\app-8.3.1\squirrel.exe' is denied.
  6. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  7. at System.IO.File.InternalDelete(String path, Boolean checkHost)
  8. at System.Threading.Tasks.Task.Execute()
  9. --- End of stack trace from previous location where exception was thrown ---
  10. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  11. at Squirrel.Utility.<>c__DisplayClass13_1`1.<<ForEachAsync>b__1>d.MoveNext()
  12. --- End of stack trace from previous location where exception was thrown ---
  13. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  14. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  15. at Squirrel.Utility.<DeleteDirectory>d__19.MoveNext()
  16. --- End of stack trace from previous location where exception was thrown ---
  17. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  18. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  19. at Squirrel.Utility.<>c.<<DeleteDirectory>b__19_1>d.MoveNext()
  20. --- End of stack trace from previous location where exception was thrown ---
  21. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  22. at Squirrel.Utility.<>c__DisplayClass13_1`1.<<ForEachAsync>b__1>d.MoveNext()
  23. --- End of stack trace from previous location where exception was thrown ---
  24. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  25. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  26. at Squirrel.Utility.<DeleteDirectory>d__19.MoveNext()
  27. --- End of stack trace from previous location where exception was thrown ---
  28. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  29. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  30. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  31. [06/08/22 10:29:05] fatal: Finished with unhandled exception: System.AggregateException: One or more errors occurred. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\<username>\AppData\Local\WeMod\app-8.3.1\squirrel.exe' is denied.
  32. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  33. at System.IO.File.InternalDelete(String path, Boolean checkHost)
  34. at System.Threading.Tasks.Task.Execute()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  37. at Squirrel.Utility.<>c__DisplayClass13_1`1.<<ForEachAsync>b__1>d.MoveNext()
  38. --- End of stack trace from previous location where exception was thrown ---
  39. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  40. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  41. at Squirrel.Utility.<DeleteDirectory>d__19.MoveNext()
  42. --- End of stack trace from previous location where exception was thrown ---
  43. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  44. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  45. at Squirrel.Utility.<>c.<<DeleteDirectory>b__19_1>d.MoveNext()
  46. --- End of stack trace from previous location where exception was thrown ---
  47. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  48. at Squirrel.Utility.<>c__DisplayClass13_1`1.<<ForEachAsync>b__1>d.MoveNext()
  49. --- End of stack trace from previous location where exception was thrown ---
  50. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  51. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  52. at Squirrel.Utility.<DeleteDirectory>d__19.MoveNext()
  53. --- End of stack trace from previous location where exception was thrown ---
  54. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  55. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  56. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  57. --- End of stack trace from previous location where exception was thrown ---
  58. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  59. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  60. at Squirrel.Update.Program.<Install>d__4.MoveNext()
  61. --- End of inner exception stack trace ---
  62. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  63. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  64. at Squirrel.Update.Program.executeCommandLine(String[] args)
  65. at Squirrel.Update.Program.main(String[] args)
  66. ---> (Inner Exception #0) System.UnauthorizedAccessException: Access to the path 'C:\Users\<username>\AppData\Local\WeMod\app-8.3.1\squirrel.exe' is denied.
  67. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  68. at System.IO.File.InternalDelete(String path, Boolean checkHost)
  69. at System.Threading.Tasks.Task.Execute()
  70. --- End of stack trace from previous location where exception was thrown ---
  71. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  72. at Squirrel.Utility.<>c__DisplayClass13_1`1.<<ForEachAsync>b__1>d.MoveNext()
  73. --- End of stack trace from previous location where exception was thrown ---
  74. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  75. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  76. at Squirrel.Utility.<DeleteDirectory>d__19.MoveNext()
  77. --- End of stack trace from previous location where exception was thrown ---
  78. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  79. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  80. at Squirrel.Utility.<>c.<<DeleteDirectory>b__19_1>d.MoveNext()
  81. --- End of stack trace from previous location where exception was thrown ---
  82. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  83. at Squirrel.Utility.<>c__DisplayClass13_1`1.<<ForEachAsync>b__1>d.MoveNext()
  84. --- End of stack trace from previous location where exception was thrown ---
  85. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  86. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  87. at Squirrel.Utility.<DeleteDirectory>d__19.MoveNext()
  88. --- End of stack trace from previous location where exception was thrown ---
  89. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  90. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  91. at Squirrel.Utility.<LogIfThrows>d__42.MoveNext()
  92. --- End of stack trace from previous location where exception was thrown ---
  93. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  94. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  95. at Squirrel.Update.Program.<Install>d__4.MoveNext()<---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement