Alex Ionescu wrote:
BUG:
- AllocConsole failure in 1st-stage setup on Dell Laptops (and maybe
others).
REGRESSION IDENTIFIED:
Yes. By BrandonTurner. A regression range has been identified and 3
key builds are being tested to find the actual regression.
Regression found by BrandonTurner. Caused by commit 14906:
Author: hbirr
Fixed the calculation of timeout values.
However, I believe that Hartmut's patch is correct...
If the 1st-stage setup is the console setup which copies the files from
the cd, it isn't possible that my patch has any effect for this bug.
Usetup.exe does only use ntdll.dll. Kernel32.dll isn't loaded at that time.
- Hartmut