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.92k stars 550 forks source link

I can't build my OS into an ISO #3044

Closed DomTheNoob closed 1 month ago

DomTheNoob commented 2 months ago

I can't build my OS into an ISO, i need to share it to someone

zarlo commented 2 months ago

what error are you getting?

9xbt commented 2 months ago

You ARE bring able to build it to an ISO. Cosmos just shows an error because it's fucking cosmos but if you go to the bin folder, where the dll usually is the iso is there. Also why does the iso option still fucking esist it's useless I can just dotnet build and get the iso no problem without that option

SanskarSontakke commented 1 month ago

The COSMOS ISO option in Launch Profile is use less. Instead you should set it to VMWare and check if it works normal. Then you do the following steps : 1.Solution explorer >> Right click on your project >> Properties. 2.Scroll a little bit down and find the Debug and VMWare section. 3.Disable the remote debugging in Debut section.

  1. Disable the BDG debugger in VMWare section.

Then you can find your ISO in (yourProject)>>bin>>Debug>>net6.0. You need to look for the file as there is a mess of files there but the file usually has the name of your project. You need to disable the debugger so you can avoid the "Waiting for debugger screen". if you don't find it in Debug folder. Then 1.Go to configuration manager. 2.Set configuration to Debug. 3.Set platform to Any CPU.

Hopefully that helps. if you want to see my cosmos project then the link is this. It is still under development and receving updates. You can also join it if you want

tails2012timnew commented 1 month ago
  1. Go into your user profile folder (C:/Users/) then go to the source/repos/(yourProjectName)/bin/Debug/net6.0 your iso file should be there