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.91k stars 549 forks source link

Exception: System.Exception #3076

Open Mrmaeazadi opened 2 weeks ago

Mrmaeazadi commented 2 weeks ago

Hello! When I try to launch (Debug) My Project, it says this error:

Severity Code Description Project File Line Suppression State Details Error Exception: System.Exception: test C:\Users\Mr_maeazadi\Desktop\test\test\IL2CPU 1

How Can I Fix IT???

Neil-Ciciglycerin commented 2 weeks ago

This means that you're using a function, somewhere down the dependency chain, that Cosmos doesn't implement.

zarlo commented 2 weeks ago

we need the build log to help

Neil-Ciciglycerin commented 2 weeks ago

This means that you're using a function, somewhere down the dependency chain, that Cosmos doesn't implement.

(Probably)

Mrmaeazadi commented 2 weeks ago

we need the build log to help

how can I send you the Build Log?

Mrmaeazadi commented 2 weeks ago

This means that you're using a function, somewhere down the dependency chain, that Cosmos doesn't implement.

You mean Line 27? ![Uploading Screenshot (419).png…]()