
Jan. 16, 2021
1:39 a.m.
Hi Raul, The installer behaves differently than the installed Windows OS, so I'd only try on an already installed OS at first. If you need to do some in-depth debugging, I'd also recommend using a checked build that has debug symbols available. Beware that the installed version is very picky regarding S3/S0ix, so the installation needs to match the target's configuration. To decode the bug check values and their parameters, see https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check... The third parameter you posted decodes to _UID (that one is 4 char ASCII stored as little endian number). Regards, Felix