Skip to content

[BUG] Error update #4722

@PLVDevelopmentAndConsulting

Description

Please confirm these before moving forward

  • I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
  • I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • I have checked the FAQ section for solutions.
  • This issue is about a bug (if it is not, please use the correct template).

UniGetUI Version

2026.1.9

Windows version, edition, and architecture

Windows 10

Describe your issue

all updates related to winget packages return errors

Steps to reproduce the issue

No response

UniGetUI Log

[08/05/2026 12:06:26] Loaded language locale: it
[08/05/2026 12:06:26] Command cargo-binstall.exe was not found on the system
[08/05/2026 12:06:27] Unable to retrieve secret for resource 'UniGetUI/GitHubAccessToken': Impossibile trovare elemento.
                      
                      Impossibile recuperare credenziali dall'insieme di credenziali
[08/05/2026 12:06:30] Starting Avalonia shell bootstrap
[08/05/2026 12:06:30] Loaded language locale: it
[08/05/2026 12:06:30] Randomly-generated background API auth token: 6bpqtpvlj542qty7hkve6eog6oog3v5d3m1gxwnsymheg5eva2qxmyvjmpmex3kz
[08/05/2026 12:06:30] Connected to WinGet API using packaged COM activation.
[08/05/2026 12:06:30] WinGet activation mode selected: packaged COM registration | Source: system COM registration
[08/05/2026 12:06:30] Winget is enabled and was found on C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe
[08/05/2026 12:06:30] PowerShell is enabled and was found on C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
[08/05/2026 12:06:30] Could not initialize Background API:
[08/05/2026 12:06:30] System.IO.IOException: Failed to bind to address http://localhost:7058.
                       ---> System.AggregateException: One or more errors occurred. (Tentativo di accesso al socket con modalità non consentite dalle rispettive autorizzazioni di accesso.) (Tentativo di accesso al socket con modalità non consentite dalle rispettive autorizzazioni di accesso.)
                       ---> System.Net.Sockets.SocketException (10013): Tentativo di accesso al socket con modalità non consentite dalle rispettive autorizzazioni di accesso.
                         at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)
                         at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
                         at System.Net.Sockets.Socket.Bind(EndPoint localEP)
                         at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
                         at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
                         at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
                      --- End of stack trace from previous location ---
                         at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
                         --- End of inner exception stack trace ---
                       ---> (Inner Exception #1) System.Net.Sockets.SocketException (10013): Tentativo di accesso al socket con modalità non consentite dalle rispettive autorizzazioni di accesso.
                         at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, Boolean disconnectOnFailure, String callerName)
                         at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
                         at System.Net.Sockets.Socket.Bind(EndPoint localEP)
                         at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
                         at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
                         at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
                      --- End of stack trace from previous location ---
                         at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)<---
                      
                         --- End of inner exception stack trace ---
                         at Microsoft.AspNetCore.Server.Kestrel.Core.LocalhostListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.AddressesStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
                         at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
                         at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__14_1(IHostedService service, CancellationToken token)
                         at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
                         at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
                         at UniGetUI.Interface.BackgroundApiRunner.Start() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Interface.BackgroundApi\BackgroundApi.cs:line 93
                         at UniGetUI.Avalonia.Infrastructure.AvaloniaBootstrapper.InitializeBackgroundApiAsync() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Avalonia\Infrastructure\AvaloniaBootstrapper.cs:line 180
[08/05/2026 12:06:30] PowerShell7 is enabled and was found on C:\Program Files\PowerShell\7\pwsh.exe
[08/05/2026 12:06:31] .NET Tool is not enabled
[08/05/2026 12:06:31] Command vcpkg.exe was not found on the system
[08/05/2026 12:06:31] Command vcpkg was not found on the system
[08/05/2026 12:06:31] Command vcpkg was not found on the system
[08/05/2026 12:06:31] Vcpkg root was not found. Please define the %VCPKG_ROOT% environment variable or define it from UniGetUI Settings
[08/05/2026 12:06:31] vcpkg is enabled but was not found on the system!
[08/05/2026 12:06:31] Cargo is not enabled
[08/05/2026 12:06:31] Pip is enabled and was found on C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\python.EXE
[08/05/2026 12:06:32] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: WinGet (aka Winget)
                      █ Executable name: "winget.exe"
                      █ Executable path: "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"
                      █ Call arguments: ""
                      █ Version: System WinGet (CLI) Version: v1.28.240
                      █          Using Native WinGet helper (COM Api)
                      █          Activation mode: packaged COM registration
                      █          Activation source: system COM registration
                      █          
                      █ WinGet is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[08/05/2026 12:06:32] Npm is enabled and was found on C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe
[08/05/2026 12:06:32] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: PowerShell 7.x (aka PowerShell7)
                      █ Executable name: "pwsh.exe"
                      █ Executable path: "C:\Program Files\PowerShell\7\pwsh.exe"
                      █ Call arguments: " -NoProfile -Command"
                      █ Version: PowerShell 7.6.1
                      █          
                      █ PowerShell 7.x is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[08/05/2026 12:06:32] Chocolatey is enabled and was found on C:\Users\LucaVal\AppData\Local\UniGetUI\Chocolatey\bin\choco.exe
[08/05/2026 12:06:33] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: PowerShell 5.x (aka PowerShell)
                      █ Executable name: "powershell.exe"
                      █ Executable path: "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"
                      █ Call arguments: " -NoProfile -Command"
                      █ Version: Name                           Value                                                                                   
                      █          ----                           -----                                                                                   
                      █          PSVersion                      5.1.19041.7181                                                                          
                      █          PSEdition                      Desktop                                                                                 
                      █          PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}                                                                 
                      █          BuildVersion                   10.0.19041.7181                                                                         
                      █          CLRVersion                     4.0.30319.42000                                                                         
                      █          WSManStackVersion              3.0                                                                                     
                      █          PSRemotingProtocolVersion      2.3                                                                                     
                      █          SerializationVersion           1.1.0.1
                      █          
                      █ PowerShell 5.x is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[08/05/2026 12:06:33] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Pip (aka Pip)
                      █ Executable name: "pip"
                      █ Executable path: "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\python.EXE"
                      █ Call arguments: "-m pip "
                      █ Version: pip 26.1.1 from C:\Users\LucaVal\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\pip (python 3.13)
                      █          
                      █ Pip is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[08/05/2026 12:06:33] Scoop is not enabled
[08/05/2026 12:06:35] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Npm (aka Npm)
                      █ Executable name: "npm"
                      █ Executable path: "C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe"
                      █ Call arguments: "-NoProfile -ExecutionPolicy Bypass -Command "C:\Program` Files\nodejs\npm.cmd" "
                      █ Version: 11.12.1
                      █          
                      █ Npm is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[08/05/2026 12:06:35] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Chocolatey (aka Chocolatey)
                      █ Executable name: "choco.exe"
                      █ Executable path: "C:\Users\LucaVal\AppData\Local\UniGetUI\Chocolatey\bin\choco.exe"
                      █ Call arguments: ""
                      █ Version: 2.4.2
                      █          
                      █ Chocolatey is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[08/05/2026 12:06:35] Auto-updater source 'ProductInfo' returned version 2026.1.9.0 (upgradable=False)
[08/05/2026 12:06:35] Failed to download icons and screenshots
[08/05/2026 12:06:35] System.IO.IOException: The process cannot access the file 'C:\Users\LucaVal\AppData\Local\UniGetUI\CachedMetadata\Icon Database.json' because it is being used by another process.
                         at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
                         at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
                         at System.IO.File.OpenHandle(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
                         at System.IO.File.WriteToFileAsync(String path, FileMode mode, ReadOnlyMemory`1 contents, Encoding encoding, CancellationToken cancellationToken)
                         at UniGetUI.Core.IconEngine.IconDatabase.LoadIconAndScreenshotsDatabaseAsync() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Core.IconStore\IconDatabase.cs:line 61
[08/05/2026 12:06:46] /IntegrityTree.json does not exist, integrity check will not be performed!
[08/05/2026 12:06:46] IntegrityTree.json not found (dev/CI build) — skipping integrity dialog.
[08/05/2026 12:06:46] Avalonia shell bootstrap completed
[08/05/2026 12:06:53] Found 19 installed packages from Pip
[08/05/2026 12:06:55] Found 0 installed packages from PowerShell7
[08/05/2026 12:06:55] Found 0 available updates from Chocolatey
[08/05/2026 12:07:03] Found 0 installed packages from Chocolatey
[08/05/2026 12:07:09] Found 2 available updates from Pip
[08/05/2026 12:07:10] Found 0 installed packages from PowerShell7
[08/05/2026 12:07:10] Found 0 available updates from PowerShell7
[08/05/2026 12:07:15] Found 2 installed packages from Npm
[08/05/2026 12:07:16] Found 1 available updates from Npm
[08/05/2026 12:07:37] Found 58 installed packages from PowerShell
[08/05/2026 12:07:37] Found 58 installed packages from PowerShell
[08/05/2026 12:07:38] Found 0 available updates from PowerShell
[08/05/2026 12:07:40] Failed to download the PowerShell manifest at Url=https://www.powershellgallery.com/api/v2//Packages(Id='AzureRM.RecoveryServices.SiteRec...',Version='0.2.13') with status code NotFound
[08/05/2026 12:07:40] No manifest content could be loaded for package AzureRM.RecoveryServices.SiteRec... on manager PowerShell
[08/05/2026 12:07:42] Found 388 installed packages from Winget
[08/05/2026 12:07:43] WinGet package GPAC.GPAC not being shown as an updated as this version has already been marked as installed
[08/05/2026 12:07:43] Could not parse Images array from Microsoft Store response
[08/05/2026 12:07:43] Could not parse Images array from Microsoft Store response
[08/05/2026 12:07:52] Manager WinGet failed to list available updates with exception TimeoutException: Task _getInstalledPackages for manager Winget did not finish after 60 seconds, aborting.  You may disable timeouts from UniGetUI Advanced Settings
[08/05/2026 12:07:52] Since this was the first attempt, Winget.AttemptFastRepair() will be called and the procedure will be restarted
[08/05/2026 12:07:52] Attempting to reconnect to WinGet COM Server...
[08/05/2026 12:07:52] Connected to WinGet API using packaged COM activation.
[08/05/2026 12:07:52] WinGet activation mode selected: packaged COM registration | Source: system COM registration
[08/05/2026 12:08:16] WinGet package GPAC.GPAC not being shown as an updated as this version has already been marked as installed
[08/05/2026 12:08:27] Found 8 available updates from Winget
[08/05/2026 12:08:56] WinGet package TheDocumentFoundation.LibreOffice is installed on a system-wide scope, forcing administrator rights...
[08/05/2026 12:08:56] Loaded operation parameters for package id=TheDocumentFoundation.LibreOffice on manager Winget and operation Update: update --id "TheDocumentFoundation.LibreOffice" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force 
[08/05/2026 12:08:56] Path returned by the package manager "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\Lib\site-packages" did not exist while loading package install location for package Id=markdown-it-py with Manager=Pip
[08/05/2026 12:08:56] Path returned by the package manager "C:\Users\LucaVal\AppData\Roaming\Roaming\npm\node_modules\npm-check-updates" did not exist while loading package install location for package Id=npm-check-updates with Manager=Npm
[08/05/2026 12:08:56] Path returned by the package manager "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\Lib\site-packages" did not exist while loading package install location for package Id=urllib3 with Manager=Pip
[08/05/2026 12:08:56] Loaded operation parameters for package id=markdown-it-py on manager Pip and operation Update: install --upgrade markdown-it-py --no-input --no-color --no-cache 
[08/05/2026 12:08:57] Path returned by the package manager "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\Lib\site-packages" did not exist while loading package install location for package Id=markdown-it-py with Manager=Pip
[08/05/2026 12:09:11] WinGet package Microsoft.msodbcsql.17 is installed on a system-wide scope, forcing administrator rights...
[08/05/2026 12:09:11] Loaded operation parameters for package id=Microsoft.msodbcsql.17 on manager Winget and operation Update: update --id "Microsoft.msodbcsql.17" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force 
[08/05/2026 12:09:11] Path returned by the package manager "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\Lib\site-packages" did not exist while loading package install location for package Id=markdown-it-py with Manager=Pip
[08/05/2026 12:09:12] WinGet package FlorianHeidenreich.Mp3tag requires elevation, forcing administrator rights...
[08/05/2026 12:09:12] Loaded operation parameters for package id=FlorianHeidenreich.Mp3tag on manager Winget and operation Update: update --id "FlorianHeidenreich.Mp3tag" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force 
[08/05/2026 12:09:12] WinGet package OpenJS.NodeJS requires elevation, forcing administrator rights...
[08/05/2026 12:09:12] Loaded operation parameters for package id=OpenJS.NodeJS on manager Winget and operation Update: update --id "OpenJS.NodeJS" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force 
[08/05/2026 12:09:12] Loaded operation parameters for package id=npm-check-updates on manager Npm and operation Update: install 'npm-check-updates@22.1.1' --global
[08/05/2026 12:09:12] Path returned by the package manager "C:\Users\LucaVal\AppData\Roaming\Roaming\npm\node_modules\npm-check-updates" did not exist while loading package install location for package Id=npm-check-updates with Manager=Npm
[08/05/2026 12:09:19] Path returned by the package manager "C:\Users\LucaVal\AppData\Roaming\Roaming\npm\node_modules\npm-check-updates" did not exist while loading package install location for package Id=npm-check-updates with Manager=Npm
[08/05/2026 12:09:19] WinGet package Telerik.Fiddler.Classic requires elevation, forcing administrator rights...
[08/05/2026 12:09:19] Loaded operation parameters for package id=Telerik.Fiddler.Classic on manager Winget and operation Update: update --id "Telerik.Fiddler.Classic" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force 
[08/05/2026 12:09:19] WinGet package TeamViewer.TeamViewer is installed on a system-wide scope, forcing administrator rights...
[08/05/2026 12:09:19] Loaded operation parameters for package id=TeamViewer.TeamViewer on manager Winget and operation Update: update --id "TeamViewer.TeamViewer" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force 
[08/05/2026 12:09:20] WinGet package Bit4id.UniversalMiddleware is installed on a system-wide scope, forcing administrator rights...
[08/05/2026 12:09:20] Loaded operation parameters for package id=Bit4id.UniversalMiddleware on manager Winget and operation Update: update --id "Bit4id.UniversalMiddleware" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force 
[08/05/2026 12:09:20] Loaded operation parameters for package id=urllib3 on manager Pip and operation Update: install --upgrade urllib3 --no-input --no-color --no-cache 
[08/05/2026 12:09:20] Path returned by the package manager "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\Lib\site-packages" did not exist while loading package install location for package Id=urllib3 with Manager=Pip
[08/05/2026 12:09:35] Path returned by the package manager "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\Lib\site-packages" did not exist while loading package install location for package Id=urllib3 with Manager=Pip

Package Managers Logs

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=urllib3 with Manager=Pip
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=machine;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 2.6.3 -> 2.7.0
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\python.EXE"
- Arguments: "-m pip  install --upgrade urllib3 --no-input --no-color --no-cache"
Start Time: "08/05/2026 12:09:20"
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: urllib3 in .\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages (2.6.3)
Collecting urllib3
Downloading urllib3-2.7.0-py3-none-any.whl.metadata (6.9 kB)
Downloading urllib3-2.7.0-py3-none-any.whl (131 kB)
Installing collected packages: urllib3
Attempting uninstall: urllib3
Found existing installation: urllib3 2.6.3
Uninstalling urllib3-2.6.3:
Successfully uninstalled urllib3-2.6.3
Successfully installed urllib3-2.7.0
End Time: "08/05/2026 12:09:34"
Process return value: "0" (0x0)
Urllib3 è stato aggiornato correttamente
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=Bit4id.UniversalMiddleware with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 1.4.10.835 -> 1.4.11.860
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "Bit4id.UniversalMiddleware" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "08/05/2026 12:09:20"
Warning: W_UNRECOGNIZED_PARENT_ASSEMBLY_NAME: The name of the parent assembly is not recognized.
Error: The Elevator was not called from a trusted process
End Time: "08/05/2026 12:09:20"
Process return value: "999" (0x3E7)
Impossibile aggiornare Universal MW
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=TeamViewer.TeamViewer with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 15.76.5 -> 15.76.6
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "TeamViewer.TeamViewer" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "08/05/2026 12:09:19"
Warning: W_UNRECOGNIZED_PARENT_ASSEMBLY_NAME: The name of the parent assembly is not recognized.
Error: The Elevator was not called from a trusted process
End Time: "08/05/2026 12:09:19"
Process return value: "999" (0x3E7)
Impossibile aggiornare TeamViewer
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=Telerik.Fiddler.Classic with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 5.0.20253.3311 -> 5.0.20261.4301
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "Telerik.Fiddler.Classic" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "08/05/2026 12:09:19"
Warning: W_UNRECOGNIZED_PARENT_ASSEMBLY_NAME: The name of the parent assembly is not recognized.
Error: The Elevator was not called from a trusted process
End Time: "08/05/2026 12:09:19"
Process return value: "999" (0x3E7)
Impossibile aggiornare Progress Telerik Fiddler Classic
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=npm-check-updates with Manager=Npm
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=machine;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 22.1.0 -> 22.1.1
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe"
- Arguments: "-NoProfile -ExecutionPolicy Bypass -Command "C:\Program` Files\nodejs\npm.cmd"  install 'npm-check-updates@22.1.1' --global"
Start Time: "08/05/2026 12:09:12"
changed 1 package in 4s
End Time: "08/05/2026 12:09:19"
Process return value: "0" (0x0)
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=OpenJS.NodeJS with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 25.9.0 -> 26.1.0
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "OpenJS.NodeJS" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "08/05/2026 12:09:12"
Warning: W_UNRECOGNIZED_PARENT_ASSEMBLY_NAME: The name of the parent assembly is not recognized.
Error: The Elevator was not called from a trusted process
End Time: "08/05/2026 12:09:12"
Process return value: "999" (0x3E7)
Impossibile aggiornare Node.js
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=FlorianHeidenreich.Mp3tag with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 3.34 -> 3.34.1
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "FlorianHeidenreich.Mp3tag" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "08/05/2026 12:09:12"
Warning: W_UNRECOGNIZED_PARENT_ASSEMBLY_NAME: The name of the parent assembly is not recognized.
Error: The Elevator was not called from a trusted process
End Time: "08/05/2026 12:09:12"
Process return value: "999" (0x3E7)
Impossibile aggiornare Mp3tag
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=Microsoft.msodbcsql.17 with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 17.10.6.1 -> 17.11.1.1
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "Microsoft.msodbcsql.17" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "08/05/2026 12:09:11"
Warning: W_UNRECOGNIZED_PARENT_ASSEMBLY_NAME: The name of the parent assembly is not recognized.
Error: The Elevator was not called from a trusted process
End Time: "08/05/2026 12:09:11"
Process return value: "999" (0x3E7)
Impossibile aggiornare Microsoft ODBC Driver 17 for SQL Server
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=markdown-it-py with Manager=Pip
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=machine;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 4.0.0 -> 4.2.0
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\python.EXE"
- Arguments: "-m pip  install --upgrade markdown-it-py --no-input --no-color --no-cache"
Start Time: "08/05/2026 12:08:56"
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: markdown-it-py in .\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages (4.0.0)
Collecting markdown-it-py
Downloading markdown_it_py-4.2.0-py3-none-any.whl.metadata (7.4 kB)
Requirement already satisfied: mdurl~=0.1 in .\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages (from markdown-it-py) (0.1.2)
Downloading markdown_it_py-4.2.0-py3-none-any.whl (91 kB)
Installing collected packages: markdown-it-py
Attempting uninstall: markdown-it-py
Found existing installation: markdown-it-py 4.0.0
Uninstalling markdown-it-py-4.0.0:
Successfully uninstalled markdown-it-py-4.0.0
WARNING: The script markdown-it.exe is installed in 'C:\Users\LucaVal\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed markdown-it-py-4.2.0
End Time: "08/05/2026 12:09:11"
Process return value: "0" (0x0)
Markdown It Py è stato aggiornato correttamente
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=TheDocumentFoundation.LibreOffice with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 26.2.2.2 -> 26.2.3.2
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "TheDocumentFoundation.LibreOffice" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "08/05/2026 12:08:56"
Warning: W_UNRECOGNIZED_PARENT_ASSEMBLY_NAME: The name of the parent assembly is not recognized.
Error: The Elevator was not called from a trusted process
End Time: "08/05/2026 12:08:56"
Process return value: "999" (0x3E7)
Impossibile aggiornare LibreOffice
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=Bit4id.UniversalMiddleware with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 1.4.10.835 -> 1.4.11.860
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "Bit4id.UniversalMiddleware" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "06/05/2026 16:27:50"
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe' with working directory 'C:\Users\LucaVal'. Impossibile trovare il file specificato.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at UniGetUI.PackageOperations.AbstractProcessOperation.PerformOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractProcessOperation.cs:line 112
at UniGetUI.PackageOperations.AbstractOperation._runOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractOperation.cs:line 316
Impossibile aggiornare Universal MW
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=Telerik.Fiddler.Classic with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 5.0.20253.3311 -> 5.0.20261.4301
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "Telerik.Fiddler.Classic" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "06/05/2026 16:27:50"
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe' with working directory 'C:\Users\LucaVal'. Impossibile trovare il file specificato.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at UniGetUI.PackageOperations.AbstractProcessOperation.PerformOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractProcessOperation.cs:line 112
at UniGetUI.PackageOperations.AbstractOperation._runOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractOperation.cs:line 316
Impossibile aggiornare Progress Telerik Fiddler Classic
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=OpenJS.NodeJS with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 25.9.0 -> 26.0.0
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "OpenJS.NodeJS" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "06/05/2026 16:27:50"
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe' with working directory 'C:\Users\LucaVal'. Impossibile trovare il file specificato.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at UniGetUI.PackageOperations.AbstractProcessOperation.PerformOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractProcessOperation.cs:line 112
at UniGetUI.PackageOperations.AbstractOperation._runOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractOperation.cs:line 316
Impossibile aggiornare Node.js
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=Microsoft.msodbcsql.17 with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 17.10.6.1 -> 17.11.1.1
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "Microsoft.msodbcsql.17" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "06/05/2026 16:27:50"
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe' with working directory 'C:\Users\LucaVal'. Impossibile trovare il file specificato.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at UniGetUI.PackageOperations.AbstractProcessOperation.PerformOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractProcessOperation.cs:line 112
at UniGetUI.PackageOperations.AbstractOperation._runOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractOperation.cs:line 316
Impossibile aggiornare Microsoft ODBC Driver 17 for SQL Server
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=TheDocumentFoundation.LibreOffice with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 26.2.2.2 -> 26.2.3.2
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "TheDocumentFoundation.LibreOffice" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "06/05/2026 16:27:50"
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe' with working directory 'C:\Users\LucaVal'. Impossibile trovare il file specificato.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at UniGetUI.PackageOperations.AbstractProcessOperation.PerformOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractProcessOperation.cs:line 112
at UniGetUI.PackageOperations.AbstractOperation._runOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractOperation.cs:line 316
Impossibile aggiornare LibreOffice
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=TheDocumentFoundation.LibreOffice with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 26.2.2.2 -> 26.2.3.2
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "TheDocumentFoundation.LibreOffice" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "06/05/2026 16:24:19"
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe' with working directory 'C:\Users\LucaVal'. Impossibile trovare il file specificato.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at UniGetUI.PackageOperations.AbstractProcessOperation.PerformOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractProcessOperation.cs:line 112
at UniGetUI.PackageOperations.AbstractOperation._runOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractOperation.cs:line 316
Impossibile aggiornare LibreOffice
-----------------------
Retrying operation with RetryMode=Retry
Retried package operation for Package=TheDocumentFoundation.LibreOffice with Manager=Winget
Updated installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=True;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "TheDocumentFoundation.LibreOffice" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "06/05/2026 16:24:47"
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe' with working directory 'C:\Users\LucaVal'. Impossibile trovare il file specificato.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at UniGetUI.PackageOperations.AbstractProcessOperation.PerformOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractProcessOperation.cs:line 112
at UniGetUI.PackageOperations.AbstractOperation._runOperation()
Impossibile aggiornare LibreOffice
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
Package update operation for Package=Bit4id.UniversalMiddleware with Manager=Winget
Installation options: <InstallOptions instance (only non-default values are shown)
OverridesNextLevelOpts: False>
Overriden options: <Scope=;RunAsAdministrator=;WG_SpecifyVersion=;PS_NoScope=False;Pip_BreakSystemPackages=False>
Version: 1.4.10.835 -> 1.4.11.860
Avvio dell'operazione...
Executing process with StartInfo:
- FileName: "C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe"
- Arguments: ""C:\Users\LucaVal\AppData\Local\Microsoft\WindowsApps\winget.exe"  update --id "Bit4id.UniversalMiddleware" --exact --source winget --accept-source-agreements --disable-interactivity --silent --include-unknown --accept-package-agreements --force"
Start Time: "06/05/2026 16:24:40"
System.ComponentModel.Win32Exception (2): An error occurred trying to start process 'C:\Program Files\UniGetUI\Avalonia\Assets\Utilities\UniGetUI Elevator.exe' with working directory 'C:\Users\LucaVal'. Impossibile trovare il file specificato.
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at UniGetUI.PackageOperations.AbstractProcessOperation.PerformOperation() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Operations\AbstractProcessOperation.cs:line 112
at UniGetUI.PackageOperations.AbstractOperation._runOperation()
Impossibile aggiornare Universal MW

Relevant information

No response

Screenshots and videos

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions