Current Installer will not install studio
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
Release Type: Downloaded from web site.
Version: Launcher v5.0.6
Platform(s): Windows 10 Home version 22H2
Describe the bug
After downloading and installing the loader, when it starts and try's to install ANY of the versions (4.2, 4.1, 4.0, 3.1) the loader gives a variation on this error: An error occurred while installing version 4.2.0.2293. (bottom of the log where the error occurs)
'nuget.org,Microsoft Visual Studio Offline Packages'.
[13:39:16] Debug: Package source mapping match not found for package ID 'Stride.GameStudio'.
[13:39:16] Verbose: Resolving conflicts for net5.0-windows7.0...
[13:39:16] Error: Unable to resolve 'Stride.GameStudio (>= 4.0.1.1428)' for '.NETFramework,Version=v4.7.2'.
[13:39:16] Error: Unable to resolve 'Stride.GameStudio (>= 4.0.1.1428)' for 'net5.0-windows7.0'.
[13:39:26] Info: GET https://api.nuget.org/v3/registration5-gz-semver2/stride.gamestudio/index.json
[13:39:26] Info: OK https://api.nuget.org/v3/registration5-gz-semver2/stride.gamestudio/index.json 187ms
[13:39:26] Info: GET https://api.nuget.org/v3/registration5-gz-semver2/xenko.gamestudio/index.json
[13:39:26] Info: OK https://api.nuget.org/v3/registration5-gz-semver2/xenko.gamestudio/index.json 69ms
[13:39:26] Info: GET https://api.nuget.org/v3/registration5-gz-semver2/xenko/index.json
[13:39:26] Info: OK https://api.nuget.org/v3/registration5-gz-semver2/xenko/index.json 64ms
[13:47:23] Info: Restoring packages for StrideLauncher.json...
[13:47:23] Verbose: Restoring packages for .NETCoreApp,Version=v8.0...
[13:47:23] Debug: Package source mapping matches found for package ID 'StrideLauncher' are: 'nuget.org,Microsoft Visual Studio Offline Packages'.
[13:47:23] Debug: Package source mapping match not found for package ID 'Stride.GameStudio'.
[13:47:23] Verbose: Resolving conflicts for net8.0-windows7.0...
[13:47:23] Error: Unable to resolve 'Stride.GameStudio (>= 4.2.0.2293)' for 'net8.0-windows7.0'.
Exception
Could not restore package Stride.GameStudio
at Stride.Core.Packages.NugetStore.InstallPackage(String packageId, PackageVersion version, IEnumerable`1 targetFrameworks, ProgressReport progress)
at Stride.LauncherApp.ViewModels.PackageVersionViewModel.<>c__DisplayClass55_0.<b__0>d.MoveNext()
To Reproduce
Steps to reproduce the behavior:
- Simply run the installer and try to install any of the versions.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem (use GitHub drag & drop)
Log and callstacks
If any, please attach here any log or callstack (preferably in a .txt file using GitHub drag and drop)
Additional context
Add any other context about the problem here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the stack-trace entry points NugetStore.InstallPackage and PackageVersionViewModel.Download, then review the logged package-source mapping and resolution failure for Stride.GameStudio. Reproduce the installer flow on the reported Windows setup and use the logs to narrow the restore failure. Done means the launcher installs the requested versions successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100