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.93k stars 554 forks source link

I get a build issue saying that IL2CPU isn't there. #2114

Closed The-Anonymous-Developer closed 2 years ago

The-Anonymous-Developer commented 2 years ago

Exception The specified task executable location "C:\Users\Aayan\AppData\Roaming\Cosmos User Kit\Build\IL2CPU\IL2CPU.exe" image

Please help me fix this issue, as it is not letting me build. I've heard that this can be fixed if you have a Drive "D:\" but I don't.

The-Anonymous-Developer commented 2 years ago

Fixed, thanks.

ghost commented 2 years ago

Problem

ok listen this problem is happen from path bugs default CosmosOS userkit will install on this path

C:\Users\USERNAME\appdata\Roaming\Cosmos User Kit

But problem is setup is select default path be like this image or this image

but visual studio is search IL2CPU (for build) on this path C:\Users\USERNAME\appdata\Roaming\Cosmos User Kit making this problem are happen.

What i do?

On setup you can fix this path be like this image NotBean = Your username now install and restart visual studio after install done. and everything is will working.

The-Anonymous-Developer commented 2 years ago

Understood, thanks. This all worked.