Skip to content

fix for runtime error at startup#5066

Merged
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
process-start-receives-empty-filename
Jul 10, 2026
Merged

fix for runtime error at startup#5066
Gabriel Dufresne (GabrielDuf) merged 1 commit into
mainfrom
process-start-receives-empty-filename

Conversation

@GabrielDuf

Copy link
Copy Markdown
Contributor

Same failure in two call paths (installed packages and updates): Process.Start receives an empty FileName in WinGetCliHelper.

System.InvalidOperationException: Cannot start process because a file name has not been provided. at System.Diagnostics.Process.Start()
at UniGetUI.PackageEngine.Managers.WingetManager.WinGetCliHelper.GetInstalledPackages_UnSafe() at UniGetUI.PackageEngine.Managers.WingetManager.WinGet.GetInstalledPackages_UnSafe()

Same failure in two call paths (installed packages and updates):
Process.Start receives an empty FileName in WinGetCliHelper.

System.InvalidOperationException: Cannot start process because a file name has not been provided.
at System.Diagnostics.Process.Start()
at UniGetUI.PackageEngine.Managers.WingetManager.WinGetCliHelper.GetInstalledPackages_UnSafe()
at UniGetUI.PackageEngine.Managers.WingetManager.WinGet.GetInstalledPackages_UnSafe()
@GabrielDuf Gabriel Dufresne (GabrielDuf) merged commit 646f0e4 into main Jul 10, 2026
5 checks passed
@GabrielDuf Gabriel Dufresne (GabrielDuf) deleted the process-start-receives-empty-filename branch July 10, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants