[Bug 40793] The Magic School Bus Explores the Solar System: The installer reports insufficient disk space.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Aug 19 21:40:55 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40793

--- Comment #5 from Bruno Jesus <00cpxxx at gmail.com> ---
(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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list