You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
To answer your question, no this is the second time I have downloaded and run the installer, after removing the previous version and rebooting. As to the sdk's
C:\Users\Jeste>dotnet --list-sdks
5.0.416 [C:\Program Files\dotnet\sdk]
6.0.428 [C:\Program Files\dotnet\sdk]
8.0.404 [C:\Program Files\dotnet\sdk]
9.0.100-rc.2.24474.11 [C:\Program Files\dotnet\sdk]
9.0.101 [C:\Program Files\dotnet\sdk]
So I think I have the requirement covered.
Any help appreciated.
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:
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.
The text was updated successfully, but these errors were encountered: