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

Properly detect preview versions of Visual Studio #11

Closed
DW01 opened this issue Aug 2, 2018 · 3 comments
Closed

Properly detect preview versions of Visual Studio #11

DW01 opened this issue Aug 2, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@DW01
Copy link
Contributor

DW01 commented Aug 2, 2018

Using the new launcher to update the binary release gave me an interesting error. According to the launcher, it knows I have VS installed but thinks it's incomplete. I DO have all the VS workloads required to compile the engine, but I'm running the preview and not the standard release, which makes me think the launcher doesn't properly account for preview versions of VS.

@xen2
Copy link
Member

xen2 commented Aug 2, 2018

@Albeoris
Copy link

Albeoris commented May 2, 2020

I ran into a similar problem. I have installed the preview version of Visual Studio. Because of this, I cannot install Stride.

2020-05-03T00:58:35 : Error : Failed to get product summaries. [installerId: SetupEngine, error: To continue please update Visual Studio Installer. at Microsoft.VisualStudio.Setup.UpdateRequiredException: https://download.visualstudio.microsoft.com/download/pr/deb8f79b-62ef-4184-8b7e-3e80ea94b003/da0d6224db80136e6779da125f7ee06e094e40ffe8289d56cb5ba0a087aba965/vs_Setup.exe

2020-05-03T00:58:35 : Error: Unable to find installed product: installPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview

Error code 1 while running install package process [C:\Users\Admin\.nuget\packages\stride.gamestudio/4.0.0.1-beta02-0926\tools\packageinstall.exe]
Error: System.InvalidOperationException: Visual Studio 2019 install failed with error 1 ў Stride.PackageInstall.Program.CheckVisualStudioAndBuildTools() ў D:\BuildAgent\work\b5f46e3c4829a09e\sources\tools\Stride.PackageInstall\Program.cs:бва®Є 115 ў Stride.PackageInstall.Program.Main(String[] args) ў D:\BuildAgent\work\b5f46e3c4829a09e\sources\tools\Stride.PackageInstall\Program.cs:бва®Є 51
 at Stride.Core.Packages.NugetStore.RunPackageInstall(String packageInstall, String arguments, ProgressReport progress) at Stride.Core.Packages.NugetStore.OnPackageInstalled(Object sender, PackageOperationEventArgs args) at Stride.Core.Packages.NugetStore.<InstallPackage>d51.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Stride.LauncherApp.ViewModels.PackageVersionViewModel.<>cDisplayClass550.<<Download>b_0>d.MoveNext()

I commented on a related issue:
#653 (comment)

@frankhaugen
Copy link

I am using VS 2019 Professional Preview, and I had no issue, (except for the part where you need an "older" version of the Build Tools, but that have been fixed). So I think this can be closed, (there haven't been any activity for almost a year)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants