Details
-
Bug
-
Resolution: Fixed
-
Minor
-
0.4.15-dev-4077-g182a2d6 https://github.com/reactos/reactos/commit/182a2d623e408c6857ac1ce10157a665b8a5823c
Description
reactos-bootcd-0.4.15-dev-5517-g9762ef9-x86-gcc-lin-dbg
PDFSam 3.3.5 from RAPPS
MSI Disk Costing show the same data for C: (HDD)... and D: (only if cd-rom drive is empty)
but...
works fine is a CD is inserted in drive :
the new code : https://git.reactos.org/?p=reactos.git;a=blob;f=dll/win32/msi/dialog.c#l3309 is now working as expected when a CD Rom Drive is empty. The code does not check the return value of GetDiskFreeSpaceExW which may fail and the "free" variable is then used while it should it (using previous data)
Patch fixing the bug (tested ) : fix.patch
WinXPSP3 :
Other MSI Disk Costing issues : CORE-18749 , CORE-17833
Reported upstream to Wine : https://bugs.winehq.org/show_bug.cgi?id=54160