Quajak

Results 170 comments of Quajak

@MishaTY The issue is that https://github.com/CosmosOS/Cosmos/blob/a1c4011cbfadcec5a8b61fac56d1d1a4de739462/source/Cosmos.System2_Plugs/System/RandomImpl.cs#L30-L33 does not use `GenerateGlobalSeed`.

The correct behavior should be that a DivideByZeroException (https://docs.microsoft.com/en-us/dotnet/api/system.dividebyzeroexception?view=net-6.0) is raised. This is currently happening. The issue seems to be with the following code https://github.com/CosmosOS/IL2CPU/blob/master/source/Cosmos.IL2CPU/IL/Div.cs#L178-L185

I don't think Cosmos has supported for decimal yet. It requires additions to IL2CPU IIRC.

Should be fixed by https://github.com/CosmosOS/Cosmos/pull/2184

Check if we added the code to disable interrupts while doing the intialisation, if yes it was fixed

We do disable interrupts so this is no longer an issue

So to be clear the code works on vmware, qemu and vbox but fails on hyper-v?

That seems like an issue with inno setup. While I dont speak simplified chinese, https://github.com/CosmosOS/Cosmos/blob/master/Setup/Languages/InOfficial/ChineseSimp-11-5.1.0.isl seems to contain valid text. So the issue might be with inno setup or our...

Is it possible that you are trying to set a mode which is not supported by the hardware? Does `FullScreenCanvas.GetFullScreenCanvas` work? What code are you using to load the bitmap?