Quajak

Results 170 comments of Quajak

Yeah thinking about it more, there is no real advantage to the local package source. If i remember correctly, the GitHub nuget package source is very difficult to use since...

Looking at the appveyor test results, it looks like there is still a bug in the changes.

Why did you close it?

Very weird, it looks like all the changes are gone...

Please check if the cosmos vs extensions are installed and the nuget packages found

Did you confirm that the file exists?

Could you please upload the vmdk file you are using to help reproduce this issue?

Could you please clarify on > Reproduction - How did you get this error to appear? > use public Kernel() { }

Oh, that might be a change made by https://github.com/CosmosOS/IL2CPU/blob/7b54b04c8f66a7a8ecfa8abfc294ab1433e22360/source/Cosmos.IL2CPU/AppAssembler.cs#L1355 . Cosmos now allows you override the standard boot routine if you implement Kernel.Start in your own code. Cosmos doesnt really...

> Just add this code in `Kernel.BeforeRun` function `if (HeapSmall.SMT == null) GCImplementation.Init();` > > i alredy fixed it but i wait that the creator is merge my PR Which...