Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winget stops upon fail to install Microsoft Visual C++ 2013 Redistributable (x64) #2259

Closed
birbilis opened this issue Jun 20, 2022 · 6 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@birbilis
Copy link

Brief description of your issue

Doing a
winget upgrade --all -h

I see winget exiting upon failure to install Microsoft Visual C++ 2013 Redistributable (x64)

Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
Found Product Portal [iZotope.ProductPortal] Version 1.4.3
Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
Found WhySoSlow [Resplendence.WhySoSlow] Version 1.61
Found Slack [SlackTechnologies.Slack] Version 4.27.154
Found WinSCP [WinSCP.WinSCP] Version 5.21
Found Microsoft Visual C++ 2013 Redistributable (x64) [Microsoft.VC++2013Redist-x64] Version 12.0.40664.0
Found Eclipse Temurin JDK with Hotspot 8 [EclipseAdoptium.Temurin.8] Version 8.0.332.9
Found LibreOffice [TheDocumentFoundation.LibreOffice] Version 7.3.4.2
Found Microsoft XNA Framework Redistributable Refresh [Microsoft.XNARedist] Version 4.0.30901.0
Found Microsoft Visual C++ 2015-2022 Redistributable (x86) [Microsoft.VC++2015-2022Redist-x86] Version 14.32.31326.0
Found Microsoft Visual C++ 2013 Redistributable (x86) [Microsoft.VC++2013Redist-x86] Version 12.0.40664.0
Found Poedit [VaclavSlavik.Poedit] Version 3.0
Found GOG GALAXY [GOG.Galaxy] Version 2.0.49.1
Found Microsoft Visual Studio Code [Microsoft.VisualStudioCode] Version 1.68.1
Found Python 3 [Python.Python.3] Version 3.10.5150.0
Found Tiled [Tiled.Tiled] Version 1.8.5
Found Epic Games Launcher [EpicGames.EpicGamesLauncher] Version 1.3.23.0
Found OpenVPN [OpenVPNTechnologies.OpenVPN] Version 2.5.036
Found Unity Hub [UnityTechnologies.UnityHub] Version 3.1.2
Found Viber [Viber.Viber] Version 17.8.1.0
Found Waves Central [WavesAudio.WavesCentral] Version 13.1.4
(1/22) Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://cdn.iobit.com/dl/driver_booster_setup.exe
██████████████████████████████ 24.5 MB / 24.5 MB
Installer hash does not match; this cannot be overridden when running as admin

(2/22) Found Product Portal [iZotope.ProductPortal] Version 1.4.3
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://s3.amazonaws.com/izotopedownloads/product_download/iZotope_Product_Portal_v1_4_3.exe
██████████████████████████████ 113 MB / 113 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(3/22) Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://download.unity3d.com/download_unity/7298b473bc1a/Windows64EditorInstaller/UnitySetup64-2020.3.26f1.exe
██████████████████████████████ 2.47 GB / 2.47 GB
Successfully verified installer hash
Starting package install...
Successfully installed

(4/22) Found WhySoSlow [Resplendence.WhySoSlow] Version 1.61
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://resplendence.com/download/WhySoSlowSetup.exe
██████████████████████████████ 2.89 MB / 2.89 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(5/22) Found Slack [SlackTechnologies.Slack] Version 4.27.154
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://downloads.slack-edge.com/releases/windows/4.27.154/prod/x64/SlackSetup.exe
██████████████████████████████ 98.6 MB / 98.6 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(6/22) Found WinSCP [WinSCP.WinSCP] Version 5.21
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://sourceforge.net/projects/winscp/files/WinSCP/5.21/WinSCP-5.21-Setup.exe/download
██████████████████████████████ 10.9 MB / 10.9 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(7/22) Found Microsoft Visual C++ 2013 Redistributable (x64) [Microsoft.VC++2013Redist-x64] Version 12.0.40664.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://download.visualstudio.microsoft.com/download/pr/10912041/cee5d6bca2ddbcd039da727bf4acb48a/vcredist_x64.exe
██████████████████████████████ 6.86 MB / 6.86 MB
Successfully verified installer hash
Starting package uninstall...
An unexpected error occurred while executing the command:
0x800401f5 : Application not found

Steps to reproduce

probably machine-specific, try with
Microsoft Visual C++ 2013 Redistributable (x64) [Microsoft.VC++2013Redist-x64] Version 12.0.40664.0

Expected behavior

winget should continue with next installer (and maybe also not fail with that installer in the first place either)

Actual behavior

winget stops saying:

An unexpected error occurred while executing the command:
0x800401f5 : Application not found

Environment

winget --info
Windows Package Manager v1.2.10941
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.19044.1766
Package: Microsoft.DesktopAppInstaller v1.17.10941.0
@ghost ghost added the Needs-Triage Issue need to be triaged label Jun 20, 2022
@birbilis
Copy link
Author

running a 2nd time seems to fetch and install again some packages that it had mentioned as installed, then fails again at same item with same error code and exits back to (admin) command prompt

Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
Found Product Portal [iZotope.ProductPortal] Version 1.4.3
Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
Found WhySoSlow [Resplendence.WhySoSlow] Version 1.61
Found Microsoft Visual C++ 2013 Redistributable (x64) [Microsoft.VC++2013Redist-x64] Version 12.0.40664.0
Found Eclipse Temurin JDK with Hotspot 8 [EclipseAdoptium.Temurin.8] Version 8.0.332.9
Found LibreOffice [TheDocumentFoundation.LibreOffice] Version 7.3.4.2
Found Microsoft XNA Framework Redistributable Refresh [Microsoft.XNARedist] Version 4.0.30901.0
Found Microsoft Visual C++ 2015-2022 Redistributable (x86) [Microsoft.VC++2015-2022Redist-x86] Version 14.32.31326.0
Found Microsoft Visual C++ 2013 Redistributable (x86) [Microsoft.VC++2013Redist-x86] Version 12.0.40664.0
Found Poedit [VaclavSlavik.Poedit] Version 3.0
Found GOG GALAXY [GOG.Galaxy] Version 2.0.49.1
Found Microsoft Visual Studio Code [Microsoft.VisualStudioCode] Version 1.68.1
Found Python 3 [Python.Python.3] Version 3.10.5150.0
Found Tiled [Tiled.Tiled] Version 1.8.5
Found Epic Games Launcher [EpicGames.EpicGamesLauncher] Version 1.3.23.0
Found OpenVPN [OpenVPNTechnologies.OpenVPN] Version 2.5.036
Found Unity Hub [UnityTechnologies.UnityHub] Version 3.1.2
Found Viber [Viber.Viber] Version 17.8.1.0
Found Waves Central [WavesAudio.WavesCentral] Version 13.1.4
(1/20) Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://cdn.iobit.com/dl/driver_booster_setup.exe
██████████████████████████████ 24.5 MB / 24.5 MB
Installer hash does not match; this cannot be overridden when running as admin

(2/20) Found Product Portal [iZotope.ProductPortal] Version 1.4.3
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://s3.amazonaws.com/izotopedownloads/product_download/iZotope_Product_Portal_v1_4_3.exe
██████████████████████████████ 113 MB / 113 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(3/20) Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://download.unity3d.com/download_unity/7298b473bc1a/Windows64EditorInstaller/UnitySetup64-2020.3.26f1.exe
██████████████████████████████ 2.47 GB / 2.47 GB
Successfully verified installer hash
Starting package install...
Successfully installed

(4/20) Found WhySoSlow [Resplendence.WhySoSlow] Version 1.61
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://resplendence.com/download/WhySoSlowSetup.exe
██████████████████████████████ 2.89 MB / 2.89 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(5/20) Found Microsoft Visual C++ 2013 Redistributable (x64) [Microsoft.VC++2013Redist-x64] Version 12.0.40664.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Successfully verified installer hash
Starting package uninstall...
An unexpected error occurred while executing the command:
0x800401f5 : Application not found

@denelon denelon added Issue-Bug It either shouldn't be doing this or needs an investigation. and removed Needs-Triage Issue need to be triaged labels Jun 20, 2022
@denelon
Copy link
Contributor

denelon commented Jun 21, 2022

Duplicate of #1442

We've addressed this Issue in the 1.3 preview builds and in the 1.3 release candidate.

@ghost
Copy link

ghost commented Jun 21, 2022

@birbilis we've identified this Issue as a duplicate of another one that already exists. This specific instance is being closed in favor of tracking the concern over on the referenced Issue. Thanks for your report! Be sure to add your 👍 to the other issue to help raise the priority.

@ghost ghost closed this as completed Jun 21, 2022
@ghost ghost added the Resolution-Duplicate Issue is a duplicate label Jun 21, 2022
@denelon denelon added this to the v1.3-Client milestone Jun 21, 2022
@birbilis
Copy link
Author

running yet another time I got another error, that also stopped execution, this time it was probably because internet connection came down or something, but still it should have tried the rest of the packages. Note it says InternetReadFile() failed and has other error code, plus says unknown error for that code

Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
Found Product Portal [iZotope.ProductPortal] Version 1.4.3
Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
Found WhySoSlow [Resplendence.WhySoSlow] Version 1.61
Found Microsoft Visual C++ 2013 Redistributable (x64) [Microsoft.VC++2013Redist-x64] Version 12.0.40664.0
Found Eclipse Temurin JDK with Hotspot 8 [EclipseAdoptium.Temurin.8] Version 8.0.332.9
Found LibreOffice [TheDocumentFoundation.LibreOffice] Version 7.3.4.2
Found Microsoft XNA Framework Redistributable Refresh [Microsoft.XNARedist] Version 4.0.30901.0
Found Microsoft Visual C++ 2015-2022 Redistributable (x86) [Microsoft.VC++2015-2022Redist-x86] Version 14.32.31326.0
Found Microsoft Visual C++ 2013 Redistributable (x86) [Microsoft.VC++2013Redist-x86] Version 12.0.40664.0
Found Poedit [VaclavSlavik.Poedit] Version 3.0
Found GOG GALAXY [GOG.Galaxy] Version 2.0.49.1
Found Microsoft Visual Studio Code [Microsoft.VisualStudioCode] Version 1.68.1
Found Python 3 [Python.Python.3] Version 3.10.5150.0
Found Tiled [Tiled.Tiled] Version 1.8.5
Found Epic Games Launcher [EpicGames.EpicGamesLauncher] Version 1.3.23.0
Found OpenVPN [OpenVPNTechnologies.OpenVPN] Version 2.5.036
Found Unity Hub [UnityTechnologies.UnityHub] Version 3.1.2
Found Viber [Viber.Viber] Version 17.8.1.0
Found Waves Central [WavesAudio.WavesCentral] Version 13.1.4
(1/20) Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://cdn.iobit.com/dl/driver_booster_setup.exe
██████████████████████████████ 24.5 MB / 24.5 MB
Installer hash does not match; this cannot be overridden when running as admin

(2/20) Found Product Portal [iZotope.ProductPortal] Version 1.4.3
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://s3.amazonaws.com/izotopedownloads/product_download/iZotope_Product_Portal_v1_4_3.exe
██████████████████████████████ 113 MB / 113 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(3/20) Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://download.unity3d.com/download_unity/7298b473bc1a/Windows64EditorInstaller/UnitySetup64-2020.3.26f1.exe
██████████████████████████████ 25.0 MB / 2.47 GB
██████████████████████████████ 25.0 MB / 2.47 GB
An unexpected error occurred while executing the command:
InternetReadFile() failed.
0x80072ee2 : unknown error

@birbilis
Copy link
Author

running again it seems it tries to download packages it had claimed to have installed, and the unity one will take some time (and of course it will fail later at the same package that had issue in the first place). Wonder if there's some parameter to exclude those problematic packages since it fails to continue with the rest

Found 7-Zip [7zip.7zip] Version 22.00
Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
Found Product Portal [iZotope.ProductPortal] Version 1.4.3
Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
Found WhySoSlow [Resplendence.WhySoSlow] Version 1.61
Found Microsoft Visual C++ 2013 Redistributable (x64) [Microsoft.VC++2013Redist-x64] Version 12.0.40664.0
Found Eclipse Temurin JDK with Hotspot 8 [EclipseAdoptium.Temurin.8] Version 8.0.332.9
Found LibreOffice [TheDocumentFoundation.LibreOffice] Version 7.3.4.2
Found Microsoft XNA Framework Redistributable Refresh [Microsoft.XNARedist] Version 4.0.30901.0
Found Microsoft Visual C++ 2015-2022 Redistributable (x86) [Microsoft.VC++2015-2022Redist-x86] Version 14.32.31326.0
Found Microsoft Visual C++ 2013 Redistributable (x86) [Microsoft.VC++2013Redist-x86] Version 12.0.40664.0
Found Poedit [VaclavSlavik.Poedit] Version 3.0
Found GOG GALAXY [GOG.Galaxy] Version 2.0.49.1
Found Microsoft Visual Studio Code [Microsoft.VisualStudioCode] Version 1.68.1
Found Python 3 [Python.Python.3] Version 3.10.5150.0
Found Tiled [Tiled.Tiled] Version 1.8.5
Found Epic Games Launcher [EpicGames.EpicGamesLauncher] Version 1.3.23.0
Found OpenVPN [OpenVPNTechnologies.OpenVPN] Version 2.5.036
Found Unity Hub [UnityTechnologies.UnityHub] Version 3.1.2
Found Viber [Viber.Viber] Version 17.8.1.0
Found Waves Central [WavesAudio.WavesCentral] Version 13.1.4
(1/21) Found 7-Zip [7zip.7zip] Version 22.00
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://www.7-zip.org/a/7z2200-x64.exe
██████████████████████████████ 1.49 MB / 1.49 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(2/21) Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://cdn.iobit.com/dl/driver_booster_setup.exe
██████████████████████████████ 24.5 MB / 24.5 MB
Installer hash does not match; this cannot be overridden when running as admin

(3/21) Found Product Portal [iZotope.ProductPortal] Version 1.4.3
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://s3.amazonaws.com/izotopedownloads/product_download/iZotope_Product_Portal_v1_4_3.exe
██████████████████████████████ 14.0 MB / 113 MB

@birbilis
Copy link
Author

another strange thing I noticed is that if I cancel (CTRL+C) packages download (btw, it would be nice to be able to press ESC to skip a package download and continue with the rest), next time I run it (in the same command prompt window, though I guess it shouldn't matter), I see those packages it had claimed to have installed, being downloaded/installed again

C:\WINDOWS\system32>winget upgrade --all -h
Found 7-Zip [7zip.7zip] Version 22.00
Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
Found Product Portal [iZotope.ProductPortal] Version 1.4.3
Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
Found WhySoSlow [Resplendence.WhySoSlow] Version 1.61
Found Microsoft Visual C++ 2013 Redistributable (x64) [Microsoft.VC++2013Redist-x64] Version 12.0.40664.0
Found Eclipse Temurin JDK with Hotspot 8 [EclipseAdoptium.Temurin.8] Version 8.0.332.9
Found LibreOffice [TheDocumentFoundation.LibreOffice] Version 7.3.4.2
Found Microsoft XNA Framework Redistributable Refresh [Microsoft.XNARedist] Version 4.0.30901.0
Found Microsoft Visual C++ 2015-2022 Redistributable (x86) [Microsoft.VC++2015-2022Redist-x86] Version 14.32.31326.0
Found Microsoft Visual C++ 2013 Redistributable (x86) [Microsoft.VC++2013Redist-x86] Version 12.0.40664.0
Found Poedit [VaclavSlavik.Poedit] Version 3.0
Found GOG GALAXY [GOG.Galaxy] Version 2.0.49.1
Found Microsoft Visual Studio Code [Microsoft.VisualStudioCode] Version 1.68.1
Found Python 3 [Python.Python.3] Version 3.10.5150.0
Found Tiled [Tiled.Tiled] Version 1.8.5
Found Epic Games Launcher [EpicGames.EpicGamesLauncher] Version 1.3.23.0
Found OpenVPN [OpenVPNTechnologies.OpenVPN] Version 2.5.036
Found Unity Hub [UnityTechnologies.UnityHub] Version 3.1.2
Found Viber [Viber.Viber] Version 17.8.1.0
Found Waves Central [WavesAudio.WavesCentral] Version 13.1.4
(1/21) Found 7-Zip [7zip.7zip] Version 22.00
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://www.7-zip.org/a/7z2200-x64.exe
██████████████████████████████ 1.49 MB / 1.49 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(2/21) Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://cdn.iobit.com/dl/driver_booster_setup.exe
██████████████████████████████ 24.5 MB / 24.5 MB
Installer hash does not match; this cannot be overridden when running as admin

(3/21) Found Product Portal [iZotope.ProductPortal] Version 1.4.3
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://s3.amazonaws.com/izotopedownloads/product_download/iZotope_Product_Portal_v1_4_3.exe
██████████████████████████████ 113 MB / 113 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(4/21) Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://download.unity3d.com/download_unity/7298b473bc1a/Windows64EditorInstaller/UnitySetup64-2020.3.26f1.exe
Package download canceled.

Cancelled

C:\WINDOWS\system32>winget upgrade --all -h
Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
Found Product Portal [iZotope.ProductPortal] Version 1.4.3
Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
Found WhySoSlow [Resplendence.WhySoSlow] Version 1.61
Found Microsoft Visual C++ 2013 Redistributable (x64) [Microsoft.VC++2013Redist-x64] Version 12.0.40664.0
Found Eclipse Temurin JDK with Hotspot 8 [EclipseAdoptium.Temurin.8] Version 8.0.332.9
Found LibreOffice [TheDocumentFoundation.LibreOffice] Version 7.3.4.2
Found Microsoft XNA Framework Redistributable Refresh [Microsoft.XNARedist] Version 4.0.30901.0
Found Microsoft Visual C++ 2015-2022 Redistributable (x86) [Microsoft.VC++2015-2022Redist-x86] Version 14.32.31326.0
Found Microsoft Visual C++ 2013 Redistributable (x86) [Microsoft.VC++2013Redist-x86] Version 12.0.40664.0
Found Poedit [VaclavSlavik.Poedit] Version 3.0
Found GOG GALAXY [GOG.Galaxy] Version 2.0.49.1
Found Microsoft Visual Studio Code [Microsoft.VisualStudioCode] Version 1.68.1
Found Python 3 [Python.Python.3] Version 3.10.5150.0
Found Tiled [Tiled.Tiled] Version 1.8.5
Found Epic Games Launcher [EpicGames.EpicGamesLauncher] Version 1.3.23.0
Found OpenVPN [OpenVPNTechnologies.OpenVPN] Version 2.5.036
Found Unity Hub [UnityTechnologies.UnityHub] Version 3.1.2
Found Viber [Viber.Viber] Version 17.8.1.0
Found Waves Central [WavesAudio.WavesCentral] Version 13.1.4
(1/20) Found Driver Booster 9 [IObit.DriverBooster9] Version 9.3.0
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://cdn.iobit.com/dl/driver_booster_setup.exe
██████████████████████████████ 24.5 MB / 24.5 MB
Installer hash does not match; this cannot be overridden when running as admin

(2/20) Found Product Portal [iZotope.ProductPortal] Version 1.4.3
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://s3.amazonaws.com/izotopedownloads/product_download/iZotope_Product_Portal_v1_4_3.exe
██████████████████████████████ 113 MB / 113 MB
Successfully verified installer hash
Starting package install...
Successfully installed

(3/20) Found Unity [UnityTechnologies.Unity.2020] Version 2020.3.26f1
This application is licensed to you by its owner.
Microsoft is not responsible for, nor does it grant any licenses to, third-party packages.
Downloading https://download.unity3d.com/download_unity/7298b473bc1a/Windows64EditorInstaller/UnitySetup64-2020.3.26f1.exe
Package download canceled.

Cancelled

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate Issue is a duplicate
Projects
None yet
Development

No branches or pull requests

2 participants