0% found this document useful (0 votes)
26 views8 pages

Meujkkkkk

The document contains log entries from a Squirrel Updater installation process for Discord, indicating multiple attempts to install version 1.0.9198. Each attempt fails due to exceptions related to the inability to find the central directory in the zip file, resulting in an AggregateException. The logs detail the steps taken during the installation and the errors encountered, highlighting issues with the local directory being corrupt or the installation package being invalid.

Uploaded by

getulio.20098
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views8 pages

Meujkkkkk

The document contains log entries from a Squirrel Updater installation process for Discord, indicating multiple attempts to install version 1.0.9198. Each attempt fails due to exceptions related to the inability to find the central directory in the zip file, resulting in an AggregateException. The logs detail the steps taken during the installation and the errors encountered, highlighting issues with the local directory being corrupt or the installation package being invalid.

Uploaded by

getulio.20098
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 8

fevasvfdgaegewafg2608> 2025-07-08 15:04:27> Program: Starting Squirrel Updater: --

install .
2608> 2025-07-08 15:04:27> Program: Starting install, writing to C:\Users\mzcla\
AppData\Local\SquirrelTemp
2608> 2025-07-08 15:04:27> Program: About to install to: C:\Users\mzcla\AppData\
Local\Discord
2608> 2025-07-08 15:04:27> SingleGlobalInstance: Grabbing lockfile with timeout of
00:00:10
2608> 2025-07-08 15:04:27> CheckForUpdateImpl: Reading RELEASES file from C:\Users\
mzcla\AppData\Local\SquirrelTemp
2608> 2025-07-08 15:04:27> CheckForUpdateImpl: Remote version 1.0.9198 differs from
local
2608> 2025-07-08 15:04:27> CheckForUpdateImpl: First run or local directory is
corrupt, starting from scratch
2608> 2025-07-08 15:04:27> ApplyReleasesImpl: Writing files to app directory: C:\
Users\mzcla\AppData\Local\Discord\app-1.0.9198
2608> 2025-07-08 15:04:27> IEnableLogger: Failed to install package to app dir:
ICSharpCode.SharpZipLib.Zip.ZipException: Cannot find central directory
em ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
em ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
em ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String
targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate,
String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean
isStreamOwner)
em
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToApp
Dir>b__0>d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext()
2608> 2025-07-08 15:04:27> Unhandled exception: System.AggregateException: Um ou
mais erros. ---> ICSharpCode.SharpZipLib.Zip.ZipException: Cannot find central
directory
em ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
em ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
em ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String
targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate,
String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean
isStreamOwner)
em
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToApp
Dir>b__0>d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.Update.Program.<Install>d__5.MoveNext()
--- Fim do rastreamento de pilha de exceções internas ---
em System.Threading.Tasks.Task.ThrowIfExceptional(Boolean
includeTaskCanceledExceptions)
em System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
em System.Threading.Tasks.Task.Wait()
em Squirrel.Update.Program.executeCommandLine(String[] args)
em Squirrel.Update.Program.main(String[] args)
---> (Exceção Interna N° 0) ICSharpCode.SharpZipLib.Zip.ZipException: Cannot find
central directory
em ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
em ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
em ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String
targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate,
String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean
isStreamOwner)
em
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToApp
Dir>b__0>d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.Update.Program.<Install>d__5.MoveNext()<---

2784> 2025-07-08 15:04:52> Program: Starting Squirrel Updater: --install .


2784> 2025-07-08 15:04:52> Program: Starting install, writing to C:\Users\mzcla\
AppData\Local\SquirrelTemp
2784> 2025-07-08 15:04:52> Program: About to install to: C:\Users\mzcla\AppData\
Local\Discord
2784> 2025-07-08 15:04:52> Program: Install path C:\Users\mzcla\AppData\Local\
Discord already exists, burning it to the ground
2784> 2025-07-08 15:04:52> SingleGlobalInstance: Grabbing lockfile with timeout of
00:00:10
2784> 2025-07-08 15:04:52> CheckForUpdateImpl: Reading RELEASES file from C:\Users\
mzcla\AppData\Local\SquirrelTemp
2784> 2025-07-08 15:04:52> CheckForUpdateImpl: Remote version 1.0.9198 differs from
local
2784> 2025-07-08 15:04:52> CheckForUpdateImpl: First run or local directory is
corrupt, starting from scratch
2784> 2025-07-08 15:04:52> ApplyReleasesImpl: Writing files to app directory: C:\
Users\mzcla\AppData\Local\Discord\app-1.0.9198
2784> 2025-07-08 15:04:52> IEnableLogger: Failed to install package to app dir:
ICSharpCode.SharpZipLib.Zip.ZipException: Cannot find central directory
em ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
em ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
em ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String
targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate,
String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean
isStreamOwner)
em
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToApp
Dir>b__0>d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext()
2784> 2025-07-08 15:04:52> Unhandled exception: System.AggregateException: Um ou
mais erros. ---> ICSharpCode.SharpZipLib.Zip.ZipException: Cannot find central
directory
em ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
em ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
em ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String
targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate,
String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean
isStreamOwner)
em
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToApp
Dir>b__0>d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.Update.Program.<Install>d__5.MoveNext()
--- Fim do rastreamento de pilha de exceções internas ---
em System.Threading.Tasks.Task.ThrowIfExceptional(Boolean
includeTaskCanceledExceptions)
em System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
em System.Threading.Tasks.Task.Wait()
em Squirrel.Update.Program.executeCommandLine(String[] args)
em Squirrel.Update.Program.main(String[] args)
---> (Exceção Interna N° 0) ICSharpCode.SharpZipLib.Zip.ZipException: Cannot find
central directory
em ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
em ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
em ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String
targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate,
String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean
isStreamOwner)
em
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToApp
Dir>b__0>d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.Update.Program.<Install>d__5.MoveNext()<---

5476> 2025-07-08 15:07:32> Program: Starting Squirrel Updater: --install .


5476> 2025-07-08 15:07:32> Program: Starting install, writing to C:\Users\mzcla\
AppData\Local\SquirrelTemp
5476> 2025-07-08 15:07:32> Program: About to install to: C:\Users\mzcla\AppData\
Local\Discord
5476> 2025-07-08 15:07:32> Program: Install path C:\Users\mzcla\AppData\Local\
Discord already exists, burning it to the ground
5476> 2025-07-08 15:07:32> SingleGlobalInstance: Grabbing lockfile with timeout of
00:00:10
5476> 2025-07-08 15:07:32> CheckForUpdateImpl: Reading RELEASES file from C:\Users\
mzcla\AppData\Local\SquirrelTemp
5476> 2025-07-08 15:07:32> CheckForUpdateImpl: Remote version 1.0.9198 differs from
local
5476> 2025-07-08 15:07:32> CheckForUpdateImpl: First run or local directory is
corrupt, starting from scratch
5476> 2025-07-08 15:07:32> ApplyReleasesImpl: Writing files to app directory: C:\
Users\mzcla\AppData\Local\Discord\app-1.0.9198
5476> 2025-07-08 15:07:32> IEnableLogger: Failed to install package to app dir:
ICSharpCode.SharpZipLib.Zip.ZipException: Wrong Central Directory signature
em ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
em ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
em ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String
targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate,
String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean
isStreamOwner)
em
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToApp
Dir>b__0>d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext()
5476> 2025-07-08 15:07:32> Unhandled exception: System.AggregateException: Um ou
mais erros. ---> ICSharpCode.SharpZipLib.Zip.ZipException: Wrong Central Directory
signature
em ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
em ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
em ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String
targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate,
String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean
isStreamOwner)
em
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToApp
Dir>b__0>d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.Update.Program.<Install>d__5.MoveNext()
--- Fim do rastreamento de pilha de exceções internas ---
em System.Threading.Tasks.Task.ThrowIfExceptional(Boolean
includeTaskCanceledExceptions)
em System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken
cancellationToken)
em System.Threading.Tasks.Task.Wait()
em Squirrel.Update.Program.executeCommandLine(String[] args)
em Squirrel.Update.Program.main(String[] args)
---> (Exceção Interna N° 0) ICSharpCode.SharpZipLib.Zip.ZipException: Wrong Central
Directory signature
em ICSharpCode.SharpZipLib.Zip.ZipFile.ReadEntries()
em ICSharpCode.SharpZipLib.Zip.ZipFile..ctor(Stream stream)
em ICSharpCode.SharpZipLib.Zip.FastZip.ExtractZip(Stream inputStream, String
targetDirectory, Overwrite overwrite, ConfirmOverwriteDelegate confirmDelegate,
String fileFilter, String directoryFilter, Boolean restoreDateTime, Boolean
isStreamOwner)
em
Squirrel.UpdateManager.ApplyReleasesImpl.<>c__DisplayClass7_0.<<installPackageToApp
Dir>b__0>d.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.Utility.<LogIfThrows>d__38`1.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.UpdateManager.ApplyReleasesImpl.<ApplyReleases>d__2.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em Squirrel.UpdateManager.<FullInstall>d__10.MoveNext()
--- Fim do rastreamento de pilha do local anterior onde a exceção foi gerada ---
em System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
em
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification
(Task task)
em System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
em Squirrel.Update.Program.<Install>d__5.MoveNext()<---

4948> 2025-07-08 15:08:01> Program: Starting Squirrel Updater: --install .


4948> 2025-07-08 15:08:01> Program: Starting install, writing to C:\Users\mzcla\
AppData\Local\SquirrelTemp
4948> 2025-07-08 15:08:01> Program: About to install to: C:\Users\mzcla\AppData\
Local\Discord
4948> 2025-07-08 15:08:01> Program: Install path C:\Users\mzcla\AppData\Local\
Discord already exists, burning it to the ground
4948> 2025-07-08 15:08:01> SingleGlobalInstance: Grabbing lockfile with timeout of
00:00:10
4948> 2025-07-08 15:08:01> CheckForUpdateImpl: Reading RELEASES file from C:\Users\
mzcla\AppData\Local\SquirrelTemp
4948> 2025-07-08 15:08:01> CheckForUpdateImpl: Remote version 1.0.9198 differs from
local
4948> 2025-07-08 15:08:01> CheckForUpdateImpl: First run or local directory is
corrupt, starting from scratch
4948> 2025-07-08 15:08:01> ApplyReleasesImpl: Writing files to app directory: C:\
Users\mzcla\AppData\Local\Discord\app-1.0.9198
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\chrome_100_percent.pak to C:\Users\mzcla\
AppData\Local\Discord\app-1.0.9198\chrome_100_percent.pak
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\chrome_200_percent.pak to C:\Users\mzcla\
AppData\Local\Discord\app-1.0.9198\chrome_200_percent.pak
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\d3dcompiler_47.dll to C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\d3dcompiler_47.dll
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\app.ico to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\app.ico
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\Discord.exe to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\Discord.exe
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\Discord.exe.sig to C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\Discord.exe.sig
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\ffmpeg.dll to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\ffmpeg.dll
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\discord_wer.dll to C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\discord_wer.dll
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\icudtl.dat to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\icudtl.dat
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\installer.db to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\installer.db
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\libEGL.dll to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\libEGL.dll
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\resources.pak to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\resources.pak
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\snapshot_blob.bin to C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\snapshot_blob.bin
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\updater.node to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\updater.node
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\libGLESv2.dll to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\libGLESv2.dll
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\vk_swiftshader.dll to C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\vk_swiftshader.dll
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\vulkan-1.dll to C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\vulkan-1.dll
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\v8_context_snapshot.bin to C:\Users\mzcla\
AppData\Local\Discord\app-1.0.9198\v8_context_snapshot.bin
4948> 2025-07-08 15:08:04> ApplyReleasesImpl: Moving file C:\Users\mzcla\AppData\
Local\Discord\app-1.0.9198\lib\net45\vk_swiftshader_icd.json to C:\Users\mzcla\
AppData\Local\Discord\app-1.0.9198\vk_swiftshader_icd.json
4948> 2025-07-08 15:08:05> ApplyReleasesImpl: Squirrel Enabled Apps: [C:\Users\
mzcla\AppData\Local\Discord\app-1.0.9198\Discord.exe]
4948> 2025-07-08 15:08:06> Utility: Process Started: C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\Discord.exe --squirrel-install 1.0.9198, pid 4704
4948> 2025-07-08 15:08:08> Utility: Received exitcode 0 from process C:\Users\
mzcla\AppData\Local\Discord\app-1.0.9198\Discord.exe
4948> 2025-07-08 15:08:08> ApplyReleasesImpl: ran C:\Users\mzcla\AppData\Local\
Discord\app-1.0.9198\Discord.exe, pid 5256
4948> 2025-07-08 15:08:08> ApplyReleasesImpl: Starting fixPinnedExecutables
4948> 2025-07-08 15:08:08> ApplyReleasesImpl: fixPinnedExecutables:
newCurrentFolder: app-1.0.9198
4948> 2025-07-08 15:08:08> ApplyReleasesImpl: fixPinnedExecutables: enumerating
path C:\Users\mzcla\AppData\Roaming\Microsoft\Windows\Start Menu failed:
System.UnauthorizedAccessException: O acesso ao caminho 'C:\Users\mzcla\AppData\
Roaming\Microsoft\Windows\Start Menu\Programas' foi negado.
em System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
em System.IO.FileSystemEnumerableIterator`1.AddSearchableDirsToStack(SearchData
localSearchData)
em System.IO.FileSystemEnumerableIterator`1.MoveNext()
em System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
em System.IO.DirectoryInfo.InternalGetFiles(String searchPattern, SearchOption
searchOption)
em System.IO.DirectoryInfo.GetFiles(String searchPattern, SearchOption
searchOption)
em Squirrel.UpdateManager.ApplyReleasesImpl.fixPinnedExecutables(SemanticVersion
newCurrentVersion)
4948> 2025-07-08 15:08:08> ApplyReleasesImpl: Updating shortcut C:\Users\mzcla\
OneDrive\Desktop\Discord.lnk
4948> 2025-07-08 15:08:08> ApplyReleasesImpl: Fixing up tray icons
4948> 2025-07-08 15:08:08> ApplyReleasesImpl: cleanDeadVersions: for version
1.0.9198
4948> 2025-07-08 15:08:08> ApplyReleasesImpl: cleanDeadVersions: exclude current
version folder app-1.0.9198

You might also like