Quajak
Quajak
I think those versions are still from February. There should be newer ones available.
Are you using vs19 or vs22?
Are you using the devkit or the userkit? Could you also post the entire output from vs build and debug log?
The error is caused by the debugger, the generated ISO should still be found under the bin directory.
Can you check if the issue also happens when you replace action with just throwing an exception? ``` try { throw new Exception(); } catch (Exception ex) { Logger.Log(exceptionLevel, ex.Message);...
Closing because we can't reproduce this issue
Are you able to reproduce the timeouts locally?
Where you able to figure out what kind of error it is? Stack corruption, issue with virtual methods or unhandled exception for example?
Looking at https://github.com/CosmosOS/Cosmos/blob/a6f72dba387b3bdd0cef769b148cc2bd801c82e8/source/Cosmos.System2/Keyboard/KeyboardManager.cs#L89 and https://github.com/CosmosOS/Cosmos/blob/a6f72dba387b3bdd0cef769b148cc2bd801c82e8/source/Cosmos.System2/Keyboard/KeyboardManager.cs#L180 I don't think the modifier keys should ever show up when using ReadKey and that is the actual issue here. I guess we also have...
Is it possible to include everything which is currently stored in the User kit directory in a nuget package?