https://bugs.winehq.org/show_bug.cgi?id=40793
--- Comment #7 from marc-alexandre.espiaut@etu.u-bordeaux.fr --- (In reply to Bruno Jesus from comment #5)
(In reply to marc-alexandre.espiaut from comment #4)
Created attachment 54785 [details] Output of wine 1.9.12 with WINEDEBUG=+file,+relay,+seh,+tid
To all that please add a +int21 flag. Because I just found out how it determine how much space is free:
trace:int21:DOSVM_Int21Handler GET FREE DISK SPACE FOR DRIVE C: (limited to about 1GB) trace:int21:DOSVM_Int21Handler returning: AX=007f BX=3d83 CX=0200 DX=3d83 SI=65a8 DI=0002 DS=13bf ES=140f EFL=00000202
AX=007F -> 127 cluster sectors BX=3d83 -> 15747 free clusters CX=0200 -> 512 sector bytes DX=3d83 -> 15747 total clusters
Maybe this could give us a clue.
Hello,
I have added the information you have requested.