Skip to content

[BUG] Package managers not found even though they are installed #4643

@CRJakob

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.6

Windows version, edition, and architecture

Windows 11 Pro 26200.8246, amd64

Describe your issue

UniGetUI is having problems detecting my package managers. On first startup, it found chocolatey, powershell 7.x, powershell 5.x, cargo, npm, pip, .NET tool and WinGet (they showed up in the dropdowns for the package manager path) but it said "The executable file for Chocolatey was not found" (and the same for powershell 7.5, 5.x, .NET tool and cargo). After enabling the "Allow changing the paths for package manager executables" setting, setting the chocolatey path to my system-wide install and restarting, choco worked and powershell 5.x also worked. Powershell 7.x and cargo still didn't work though. Then after restarting it as admin this time (I thought it might be a permission issue), it prompted me to install the cargo dependencies and said cargo is working. Powershell 7.x still had the same problem. After restarting it again, now as a normal user, chocolatey and powershell 5.x stopped working again...

Steps to reproduce the issue

  • Open UniGetUI
  • check package managers preferences

UniGetUI Log

[24/04/2026 19:16:14]    __  __      _ ______     __  __  ______
                        / / / /___  (_) ____/__  / /_/ / / /  _/
                       / / / / __ \/ / / __/ _ \/ __/ / / // /
                      / /_/ / / / / / /_/ /  __/ /_/ /_/ // /
                      \____/_/ /_/_/\____/\___/\__/\____/___/
                          Welcome to UniGetUI Version 2026.1.6
[24/04/2026 19:16:14]
[24/04/2026 19:16:14] Build 107
[24/04/2026 19:16:14] Data directory C:\Users\walln\AppData\Local\UniGetUI
[24/04/2026 19:16:14] Encoding Code Page set to 850
[24/04/2026 19:16:14] Loaded language locale: en
[24/04/2026 19:16:14] Begin "which" search for command cargo-binstall.exe
[24/04/2026 19:16:14] Command cargo-binstall.exe was not found on the system
[24/04/2026 19:16:14] Unable to retrieve secret for resource 'UniGetUI/GitHubAccessToken': Element not found.
                      
                      Cannot get credential from Vault
[24/04/2026 19:16:15] Checking for internet connectivity...
[24/04/2026 19:16:15] DWM Thread was already running
[24/04/2026 19:16:15] XAML Thread was already running
[24/04/2026 19:16:15] Internet connectivity was established.
[24/04/2026 19:16:15] DWM Thread was already running
[24/04/2026 19:16:15] XAML Thread was already running
[24/04/2026 19:16:15] DWM Thread was already running
[24/04/2026 19:16:15] XAML Thread was already running
[24/04/2026 19:16:15] Begin "which" search for command pwsh.exe
[24/04/2026 19:16:15] Begin "which" search for command powershell.exe
[24/04/2026 19:16:15] Begin "which" search for command dotnet.exe
[24/04/2026 19:16:15] Begin "which" search for command vcpkg.exe
[24/04/2026 19:16:15] Command pwsh.exe was found on C:\Program Files\PowerShell\7\pwsh.exe (with 0 more occurrences)
[24/04/2026 19:16:15] Command powershell.exe was found on C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe (with 0 more occurrences)
[24/04/2026 19:16:15] Old chocolatey path does not exist, not migrating Chocolatey
[24/04/2026 19:16:15] Command vcpkg.exe was not found on the system
[24/04/2026 19:16:15] Begin "which" search for command choco.exe
[24/04/2026 19:16:15] Begin "which" search for command cargo.exe
[24/04/2026 19:16:15] Begin "which" search for command python
[24/04/2026 19:16:15] Begin "which" search for command npm.cmd
[24/04/2026 19:16:15] Command dotnet.exe was found on C:\Program Files\dotnet\dotnet.exe (with 0 more occurrences)
[24/04/2026 19:16:15] Begin check for updates on productinfo source https://devolutions.net/productinfo.json
[24/04/2026 19:16:15] Begin "which" search for command vcpkg
[24/04/2026 19:16:15] Command cargo.exe was found on C:\Users\walln\.cargo\bin\cargo.exe (with 0 more occurrences)
[24/04/2026 19:16:15] Command choco.exe was found on C:\ProgramData\chocolatey\bin\choco.exe (with 0 more occurrences)
[24/04/2026 19:16:15] Command npm.cmd was found on C:\Program Files\nodejs\npm.cmd (with 0 more occurrences)
[24/04/2026 19:16:15] An error occurred while initialising package manager PowerShell7
[24/04/2026 19:16:15] An error occurred while initialising package manager PowerShell
[24/04/2026 19:16:15] An error occurred while initialising package manager .NET Tool
[24/04/2026 19:16:15] An error occurred while initialising package manager Chocolatey
[24/04/2026 19:16:15] Command vcpkg was not found on the system
[24/04/2026 19:16:15] Command python was found on C:\Users\walln\AppData\Local\Programs\Python\Python314\python.EXE (with 1 more occurrences)
[24/04/2026 19:16:15] Begin "which" search for command vcpkg
[24/04/2026 19:16:15] System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
                         at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
                         at System.Collections.Generic.Dictionary`2.set_Item(TKey key, TValue value)
                         at UniGetUI.Core.SettingsEngine.SecureSettings.SecureSettings.Get(K key) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Core.SecureSettings\SecureSettings.cs:line 69
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.GetExecutableFile() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 200
                         at UniGetUI.PackageEngine.Managers.DotNetManager.DotNet._loadManagerExecutableFile(Boolean& found, String& path, String& callArguments) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.Dotnet\DotNet.cs:line 134
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.Initialize() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 79
[24/04/2026 19:16:15] System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
                         at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
                         at System.Collections.Generic.Dictionary`2.set_Item(TKey key, TValue value)
                         at UniGetUI.Core.SettingsEngine.SecureSettings.SecureSettings.Get(K key) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Core.SecureSettings\SecureSettings.cs:line 69
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.GetExecutableFile() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 200
                         at UniGetUI.PackageEngine.Managers.ChocolateyManager.Chocolatey._loadManagerExecutableFile(Boolean& found, String& path, String& callArguments) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.Chocolatey\Chocolatey.cs:line 453
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.Initialize() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 79
[24/04/2026 19:16:15] Begin "which" search for command pwsh.exe
[24/04/2026 19:16:15] System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
                         at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
                         at System.Collections.Generic.Dictionary`2.set_Item(TKey key, TValue value)
                         at UniGetUI.Core.SettingsEngine.SecureSettings.SecureSettings.Get(K key) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Core.SecureSettings\SecureSettings.cs:line 69
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.GetExecutableFile() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 200
                         at UniGetUI.PackageEngine.Managers.PowerShell7Manager.PowerShell7._loadManagerExecutableFile(Boolean& found, String& path, String& callArguments) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.PowerShell7\PowerShell7.cs:line 168
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.Initialize() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 79
[24/04/2026 19:16:15] System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
                         at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
                         at System.Collections.Generic.Dictionary`2.set_Item(TKey key, TValue value)
                         at UniGetUI.Core.SettingsEngine.SecureSettings.SecureSettings.Get(K key) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.Core.SecureSettings\SecureSettings.cs:line 69
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.GetExecutableFile() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 200
                         at UniGetUI.PackageEngine.Managers.PowerShellManager.PowerShell._loadManagerExecutableFile(Boolean& found, String& path, String& callArguments) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.PowerShell\PowerShell.cs:line 131
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.Initialize() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 79
[24/04/2026 19:16:15] Command pwsh.exe was found on C:\Program Files\PowerShell\7\pwsh.exe (with 0 more occurrences)
[24/04/2026 19:16:15] Begin "which" search for command winget.exe
[24/04/2026 19:16:15] Begin "which" search for command scoop.ps1
[24/04/2026 19:16:15] Pip is enabled and was found on C:\Users\walln\AppData\Local\Programs\Python\Python314\python.EXE
[24/04/2026 19:16:15] Cargo is enabled and was found on C:\Users\walln\.cargo\bin\cargo.exe
[24/04/2026 19:16:15] Command vcpkg was not found on the system
[24/04/2026 19:16:15] Vcpkg root was not found. Please define the %VCPKG_ROOT% environment variable or define it from UniGetUI Settings
[24/04/2026 19:16:15] vcpkg is enabled but was not found on the system!
[24/04/2026 19:16:15] Npm is enabled and was found on C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe
[24/04/2026 19:16:15] Command scoop.ps1 was not found on the system
[24/04/2026 19:16:15] Command winget.exe was found on C:\Users\walln\AppData\Local\Microsoft\WindowsApps\winget.exe (with 0 more occurrences)
[24/04/2026 19:16:15] Scoop is enabled but was not found on the system!
[24/04/2026 19:16:15] Using built-in UniGetUI Elevator at C:\Users\walln\AppData\Local\Programs\UniGetUI\Assets\Utilities\UniGetUI Elevator.exe
[24/04/2026 19:16:15] Randomly-generated background API auth token: xdw0yvgtr5dd1w2dtlilqomsrtckojv77jn70joiygmqietlxb51khqf7txazs0o
[24/04/2026 19:16:15] Connected to WinGet API using bundled in-proc activation.
[24/04/2026 19:16:15] WinGet activation mode selected: bundled in-proc COM | Source: C:\Users\walln\AppData\Local\Programs\UniGetUI\winget-cli_x64\WindowsPackageManager.dll
[24/04/2026 19:16:15] Winget is enabled and was found on C:\Users\walln\AppData\Local\Microsoft\WindowsApps\winget.exe
[24/04/2026 19:16:15] Api running on http://localhost:7058
[24/04/2026 19:16:15] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Cargo (aka Cargo)
                      █ Executable name: "cargo.exe"
                      █ Executable path: "C:\Users\walln\.cargo\bin\cargo.exe"
                      █ Call arguments: ""
                      █ Version: cargo 1.94.0 (85eff7c80 2026-01-15)
                      █          
                      █ Cargo is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[24/04/2026 19:16:15] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: WinGet (aka Winget)
                      █ Executable name: "winget.exe"
                      █ Executable path: "C:\Users\walln\AppData\Local\Microsoft\WindowsApps\winget.exe"
                      █ Call arguments: ""
                      █ Version: System WinGet (CLI) Version: v1.28.240
                      █          Using Native WinGet helper (COM Api)
                      █          Activation mode: bundled in-proc COM
                      █          Activation source: C:\Users\walln\AppData\Local\Programs\UniGetUI\winget-cli_x64\WindowsPackageManager.dll
                      █          
                      █ WinGet is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[24/04/2026 19:16:15] Loaded 3 sources for manager Winget
[24/04/2026 19:16:15] Productinfo check result: current=2026.1.6, available=2026.1.6, upgradable=False
[24/04/2026 19:16:15] Updater source 'ProductInfo' returned version 2026.1.6.0 (upgradable=False)
[24/04/2026 19:16:15] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ MANAGER LOADED ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
                      █ Name: Pip (aka Pip)
                      █ Executable name: "pip"
                      █ Executable path: "C:\Users\walln\AppData\Local\Programs\Python\Python314\python.EXE"
                      █ Call arguments: "-m pip "
                      █ Version: pip 26.0 from C:\Users\walln\AppData\Local\Programs\Python\Python314\Lib\site-packages\pip (python 3.14)
                      █          
                      █ Pip is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[24/04/2026 19:16:15] ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
                      █▀▀▀▀▀▀▀▀▀▀▀▀▀ 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.6.2
                      █          
                      █ Npm is enabled and ready to go.
                      ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
[24/04/2026 19:16:15] Checking for internet connectivity...
[24/04/2026 19:16:15] LoadComponentsAsync finished executing. All managers loaded. Proceeding to interface.
[24/04/2026 19:16:15] Internet connectivity was established.
[24/04/2026 19:16:15] Manager Pip has not implemented RefreshPackageIndexes
[24/04/2026 19:16:15] Manager Cargo has not implemented RefreshPackageIndexes
[24/04/2026 19:16:15] Manager Npm has not implemented RefreshPackageIndexes
[24/04/2026 19:16:15] Begin "which" search for command cargo-install-update.exe
[24/04/2026 19:16:15] Command cargo-install-update.exe was found on C:\Users\walln\.cargo\bin\cargo-install-update.exe (with 0 more occurrences)
[24/04/2026 19:16:15] Dependency cargo-update for manager Cargo is present
[24/04/2026 19:16:15] Found 7 installed packages from Pip
[24/04/2026 19:16:15] Begin "which" search for command cargo-binstall.exe
[24/04/2026 19:16:15] Command cargo-binstall.exe was not found on the system
[24/04/2026 19:16:15] Dependency cargo-binstall was not found for manager Cargo, marking to prompt...
[24/04/2026 19:16:15] Cached icon for id=pip is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:15] Found 0 available updates from Cargo
[24/04/2026 19:16:15] Found 1 installed packages from Cargo
[24/04/2026 19:16:16] Integrity check passed successfully!
[24/04/2026 19:16:16] Downloaded new icons and screenshots successfully!
[24/04/2026 19:16:16] WinGet is using bundled in-proc COM — falling back to CLI for update detection
[24/04/2026 19:16:16] Found 6 available updates from Pip
[24/04/2026 19:16:17] Package pip does not override options, will use package manager's default...
[24/04/2026 19:16:17] Found 7 installed packages from Npm
[24/04/2026 19:16:17] Cached icon for id=electron is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Found 5 available updates from Npm
[24/04/2026 19:16:17] Package gltf-pipeline does not override options, will use package manager's default...
[24/04/2026 19:16:17] Package typescript does not override options, will use package manager's default...
[24/04/2026 19:16:17] Found 243 installed packages from Winget
[24/04/2026 19:16:17] Cached icon for id=AgileBits.1Password is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=7zip.7zip is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=RileyTestut.AltServer is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.AppInstaller is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Apple.Bonjour is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Klocman.BulkCrapUninstaller is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=CiderCollective.Cider is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Anthropic.Claude is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Cloudflare.Warp is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Kitware.CMake is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Wagnardsoft.DisplayDriverUninstaller is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=EclipseAdoptium.Temurin.17.JRE is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=EclipseAdoptium.Temurin.8.JRE is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Elgato.StreamDeck is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=lin-ycv.EverythingCmdPal3 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Rem0o.FanControl is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=GoLang.Go is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Google.Chrome.EXE is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=HypixelStudios.Hytale is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Apple.iCloud is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=ImageMagick.ImageMagick is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Inkscape.Inkscape is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Apple.iTunes is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=JetBrains.Toolbox is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.DotNet.DesktopRuntime.10 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.DotNet.DesktopRuntime.6 is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.DotNet.DesktopRuntime.8 is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.DotNet.DesktopRuntime.9 is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.Office is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VCRedist.2010.x64 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VCRedist.2010.x86 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VCRedist.2012.x64 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VCRedist.2012.x86 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VCRedist.2013.x64 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VCRedist.2013.x86 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VCLibs.Desktop.14 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VCRedist.2015+.x64 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Icon download attempt at https://community.chocolatey.org/content/packageimages/typescript.4.9.5.png failed with code NotFound
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VCRedist.2015+.x86 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.VisualStudioCode is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.UI.Xaml.2.7 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.UI.Xaml.2.8 is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=FlorianHeidenreich.Mp3tag is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Nvidia.PhysX is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=OBSProject.OBSStudio is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=JanDeDobbeleer.OhMyPosh is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=dotPDN.PaintDotNet is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=namazso.PawnIO is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.PowerShell is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Microsoft.PowerToys is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=PrismLauncher.PrismLauncher is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Python.Python.3.14 is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Python.Launcher is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=RaspberryPiFoundation.RaspberryPiImager is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Roblox.Roblox is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Rustlang.Rustup is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=evsar3.sshfs-win-manager is valid and won't be downloaded again (SHA256)
[24/04/2026 19:16:17] Cached icon for id=Valve.Steam is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=SteelSeries.GG is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:17] Cached icon for id=Tailscale.Tailscale is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:18] Icon download attempt at https://community.chocolatey.org/content/packageimages/translucenttb.2022.1.png failed with code NotFound
[24/04/2026 19:16:18] Cached icon for id=Ubisoft.Connect is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:18] Cached icon for id=Upscayl.Upscayl is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:18] Cached icon for id=Microsoft.VisualStudio.2022.Community is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:18] Cached icon for id=VideoLAN.VLC is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:18] Found 32 available updates from Winget
[24/04/2026 19:16:18] Package ImageMagick.ImageMagick does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package EclipseAdoptium.Temurin.17.JRE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package RaspberryPiFoundation.RaspberryPiIma… does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package GoLang.Go does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package EclipseAdoptium.Temurin.8.JRE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package EclipseAdoptium.Temurin.25.JRE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Elgato.StreamDeck does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package EclipseAdoptium.Temurin.21.JRE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Wagnardsoft.DisplayDriverUninstaller does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Google.Chrome.EXE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Python.Python.3.14 does not override options, will use package manager's default...
[24/04/2026 19:16:18] Invalid value for UpdatesCheckInterval, using default value of 3600 seconds
[24/04/2026 19:16:18] Package Asus.GpuTweak3.Stable does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package typescript does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package wrangler does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package JanDeDobbeleer.OhMyPosh does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Kitware.CMake does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Wagnardsoft.DisplayDriverUninstaller does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Google.Chrome.EXE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package OBSProject.OBSStudio does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package EclipseAdoptium.Temurin.25.JRE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package EclipseAdoptium.Temurin.17.JRE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package 15722UsefulApp.WorkspaceLauncherForV… does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package HypixelStudios.Hytale does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package ImageMagick.ImageMagick does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package EclipseAdoptium.Temurin.8.JRE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package namazso.PawnIO does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package RaspberryPiFoundation.RaspberryPiIma… does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package EclipseAdoptium.Temurin.21.JRE does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package PySide6_Essentials does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Microsoft.VisualStudioCode does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package PySide6_Addons does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package SteelSeries.GG does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Microsoft.WindowsTerminal does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package PySide6 does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package gltf-pipeline does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Elgato.StreamDeck does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package pip does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Microsoft.VCRedist.2015+.x86 does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package FlorianHeidenreich.Mp3tag does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Microsoft.PowerToys does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package electron does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package QQ.RobloxStudioCN does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Apple.Bonjour does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package PrismLauncher.PrismLauncher does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package GoLang.Go does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Python.Python.3.14 does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package retypeapp does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Roblox.Roblox does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Cloudflare.Warp does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package pillow does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package Rem0o.FanControl does not override options, will use package manager's default...
[24/04/2026 19:16:18] Package shiboken6 does not override options, will use package manager's default...
[24/04/2026 19:16:18] Icon download attempt at https://community.chocolatey.org/content/packageimages/vortex.1.7.8.png failed with code NotFound
[24/04/2026 19:16:18] Failed to find package RaspberryPiFoundation.RaspberryPiIma… in catalog winget
[24/04/2026 19:16:19] Icon download attempt at https://community.chocolatey.org/content/packageimages/windhawk.1.7.2.png failed with code NotFound
[24/04/2026 19:16:19] Cached icon for id=Microsoft.WindowsTerminal is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:19] Cached icon for id=WinFsp.WinFsp is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:19] Cached icon for id=AntibodySoftware.WizTree is valid and won't be downloaded again (UriSource)
[24/04/2026 19:16:19] Failed to find package 15722UsefulApp.WorkspaceLauncherForV… in catalog winget
[24/04/2026 19:16:25] Begin "which" search for command powershell.exe
[24/04/2026 19:16:25] Command powershell.exe was found on C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe (with 0 more occurrences)
[24/04/2026 19:16:25] Begin "which" search for command powershell.exe
[24/04/2026 19:16:25] Command powershell.exe was found on C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe (with 0 more occurrences)
[24/04/2026 19:16:49] DWM Thread was already running
[24/04/2026 19:16:49] XAML Thread was already running
[24/04/2026 19:16:53] Begin "which" search for command choco.exe
[24/04/2026 19:16:53] Command choco.exe was found on C:\ProgramData\chocolatey\bin\choco.exe (with 0 more occurrences)
[24/04/2026 19:17:00] File C:\Users\walln\AppData\Local\UniGetUI\CachedMedia\Winget\ARPUserX64Discord\icon.png was downsized from 256x256 to 192x192
[24/04/2026 19:17:00] Icon for Location=C:\Users\walln\AppData\Local\UniGetUI\CachedMedia\Winget\ARPUserX64Discord has been downloaded and verified properly (if applicable) (UriSource)
[24/04/2026 19:17:00] File C:\Users\walln\AppData\Local\UniGetUI\CachedMedia\Winget\ARPMachineX64Everything\icon.png was downsized from 256x256 to 192x192
[24/04/2026 19:17:00] Icon for Location=C:\Users\walln\AppData\Local\UniGetUI\CachedMedia\Winget\ARPMachineX64Everything has been downloaded and verified properly (if applicable) (UriSource)
[24/04/2026 19:17:03] File C:\Users\walln\AppData\Local\UniGetUI\CachedMedia\Winget\ARPMachineX64MozillaMaintenanceService\icon.png was downsized from 493x512 to 185x192
[24/04/2026 19:17:03] Icon for Location=C:\Users\walln\AppData\Local\UniGetUI\CachedMedia\Winget\ARPMachineX64MozillaMaintenanceService has been downloaded and verified properly (if applicable) (UriSource)
[24/04/2026 19:17:03] File C:\Users\walln\AppData\Local\UniGetUI\CachedMedia\Winget\MSIXMicrosoft.VisualStudioCode_1.0.116.0_neutral__8wekyb3d8bbwe\icon.png was downsized from 800x800 to 192x192
[24/04/2026 19:17:03] Icon for Location=C:\Users\walln\AppData\Local\UniGetUI\CachedMedia\Winget\MSIXMicrosoft.VisualStudioCode_1.0.116.0_neutral__8wekyb3d8bbwe has been downloaded and verified properly (if applicable) (UriSource)
[24/04/2026 19:17:26] DWM Thread was already running
[24/04/2026 19:17:26] XAML Thread was already running
[24/04/2026 19:20:13] DWM Thread was already running
[24/04/2026 19:20:13] XAML Thread was already running
[24/04/2026 19:20:32] DWM Thread was already running
[24/04/2026 19:20:32] XAML Thread was already running
[24/04/2026 19:22:14] DWM Thread was already running
[24/04/2026 19:22:14] XAML Thread was already running
[24/04/2026 19:22:26] DWM Thread was already running
[24/04/2026 19:22:26] XAML Thread was already running
[24/04/2026 19:22:30] DWM Thread was already running
[24/04/2026 19:22:30] XAML Thread was already running
[24/04/2026 19:24:29] DWM Thread was already running
[24/04/2026 19:24:29] XAML Thread was already running
[24/04/2026 19:24:37] DWM Thread was already running
[24/04/2026 19:24:37] XAML Thread was already running
[24/04/2026 19:24:51] DWM Thread was already running
[24/04/2026 19:24:51] XAML Thread was already running
[24/04/2026 19:25:03] DWM Thread was already running
[24/04/2026 19:25:03] XAML Thread was already running
[24/04/2026 19:25:18] DWM Thread was already running
[24/04/2026 19:25:18] XAML Thread was already running
[24/04/2026 19:25:19] DWM Thread was already running
[24/04/2026 19:25:19] XAML Thread was already running
[24/04/2026 19:25:51] DWM Thread was already running
[24/04/2026 19:25:51] XAML Thread was already running
[24/04/2026 19:25:59] DWM Thread was already running
[24/04/2026 19:25:59] XAML Thread was already running
[24/04/2026 19:26:03] Begin "which" search for command python
[24/04/2026 19:26:03] Command python was found on C:\Users\walln\AppData\Local\Programs\Python\Python314\python.EXE (with 1 more occurrences)
[24/04/2026 19:26:03] Begin "which" search for command python
[24/04/2026 19:26:03] Command python was found on C:\Users\walln\AppData\Local\Programs\Python\Python314\python.EXE (with 1 more occurrences)
[24/04/2026 19:26:34] DWM Thread was already running
[24/04/2026 19:26:34] XAML Thread was already running
[24/04/2026 19:26:34] Begin "which" search for command python
[24/04/2026 19:26:34] Command python was found on C:\Users\walln\AppData\Local\Programs\Python\Python314\python.EXE (with 1 more occurrences)
[24/04/2026 19:26:34] Begin "which" search for command python
[24/04/2026 19:26:34] Command python was found on C:\Users\walln\AppData\Local\Programs\Python\Python314\python.EXE (with 1 more occurrences)
[24/04/2026 19:26:34] Pip is enabled and was found on C:\Users\walln\AppData\Local\Microsoft\WindowsApps\python.EXE
[24/04/2026 19:26:34] An error occurred while initialising package manager Pip
[24/04/2026 19:26:34] System.InvalidOperationException: Microsoft Store python alias is not a valid python install
                         at UniGetUI.PackageEngine.Managers.PipManager.Pip._loadManagerVersion(String& version) in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.Managers.Pip\Pip.cs:line 509
                         at UniGetUI.PackageEngine.ManagerClasses.Manager.PackageManager.Initialize() in D:\a\UniGetUI\UniGetUI\src\UniGetUI.PackageEngine.PackageManagerClasses\Manager\PackageManager.cs:line 102
[24/04/2026 19:26:34] Begin "which" search for command python
[24/04/2026 19:26:34] Command python was found on C:\Users\walln\AppData\Local\Programs\Python\Python314\python.EXE (with 1 more occurrences)
[24/04/2026 19:26:37] Begin "which" search for command choco.exe
[24/04/2026 19:26:37] Command choco.exe was found on C:\ProgramData\chocolatey\bin\choco.exe (with 0 more occurrences)
[24/04/2026 19:28:54] DWM Thread was already running
[24/04/2026 19:28:54] XAML Thread was already running
[24/04/2026 19:28:59] DWM Thread was already running
[24/04/2026 19:28:59] XAML Thread was already running
[24/04/2026 19:29:16] DWM Thread was already running
[24/04/2026 19:29:16] XAML Thread was already running
[24/04/2026 19:29:39] DWM Thread was already running
[24/04/2026 19:29:39] XAML Thread was already running
[24/04/2026 19:29:50] DWM Thread was already running
[24/04/2026 19:29:50] XAML Thread was already running

Package Managers Logs

Manager PowerShell 7.x with version:


——————————————————————————————————————————

Relevant information

No response

Screenshots and videos

Image Image Image

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