CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.85k stars 536 forks source link

'Visual Studio Workloads is not installed. Please install .Net Core 6.0 Runtime.' #2979

Closed winbamstudios closed 2 months ago

winbamstudios commented 2 months ago

Describe the problem After running install-vs2022.bat, default options used, a popup appears saying 'Visual Studio Workloads is not installed. Please install .Net Core 6.0 Runtime.' I have all .NET 6 runtimes + the SDK installed and the Visual Studio extension development workload is installed as well as the .NET application development workload, and a .NET 6 console app does indeed function.

Steps of installation up to now Steps to reproduce the behavior: (Windows 11) Install VS2022 with the VSIX and .NET desktop workload Download Cosmos source code Attempt to compile with default options

Expected behavior Cosmos Devkit would begin compiling and install.

Logs Please post the entire log given by Cosmos. For long logs please use pastebin.

========================================
    Build Log
========================================

========================================
    Checking Dependencies...
========================================

Repos: IL2CPU, XSharp and Common is installed.
Proper Cosmos folder name is installed.
Visual Studio 15.9+ is installed.
Visual Studio Workloads was not found. Install install .Net Core 6.0 Runtime, 

========================================
    Error
========================================

Visual Studio Workloads not found.

Setup (please complete the following information):

Additional context Running on Windows 11 23H2

ArtemHasker commented 2 months ago

install .NET Desktop Runtime, SDK and .Net Runtime net core 6

winbamstudios commented 2 months ago

Here's the thing. I DID.

9xbt commented 2 months ago

Here's the thing. I DID.

do this instead image in the vs installer

9xbt commented 2 months ago

had the same issue a few days ago and that fixed it

9xbt commented 2 months ago

you installed Universal Windows Platform Development?

why the fuck would he need to install development tools for UWP

winbamstudios commented 2 months ago

you installed Universal Windows Platform Development?

why the fuck would he need to install development tools for UWP

idfk