http://bugs.winehq.org/show_bug.cgi?id=46171 Alex Henrie <alexhenrie24@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com URL| |https://dn721501.ca.archive | |.org/0/items/lighthouse-the | |-dark-being-sierra-1996/LIG | |HTHOUSE_1.iso Keywords| |download --- Comment #2 from Alex Henrie <alexhenrie24@gmail.com> --- I took a look and found that the setup program calls timeGetTime, then mmioRead, then timeGetTime again, then computes the I/O speed as bytes_transferred / (end_time - start_time). The resolution of timeGetTime is 1 millisecond, but on Linux, it takes less than 1 millisecond to perform the read. That means that the denominator is zero, which causes a division-by-zero fault. Presumably you would have the same problem on Windows with fast enough hardware. I don't see any good way to fix it. $ sha256sum LIGHTHOUSE_1.iso af5a9a0d99a459edf41332f80f6fddec7b5bd237d90925689662120301721e16 -- 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.