Skip to content

fix for runtime error at startup#5066

Open
Gabriel Dufresne (GabrielDuf) wants to merge 1 commit into
mainfrom
process-start-receives-empty-filename
Open

fix for runtime error at startup#5066
Gabriel Dufresne (GabrielDuf) wants to merge 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()
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.

2 participants