[Bug 46171] New: Crash when testing for disk drive speed
https://bugs.winehq.org/show_bug.cgi?id=46171 Bug ID: 46171 Summary: Crash when testing for disk drive speed Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: rwtmiller13(a)gmail.com Distribution: --- Created attachment 62830 --> https://bugs.winehq.org/attachment.cgi?id=62830 This is the error report I'm always given when Wine "encounters a serious error and needs to close." I was installing a game (Lighthouse: The Dark Being, made in 1996), and I was asked to have it run an analysis of my disk drive to determine if the speed was high enough to run the game. However, as soon as the analysis begins, Wine tells me that it has encountered a serious problem and needs to close. This happens every time I try it. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46171 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #1 from Zebediah Figura <z.figura12(a)gmail.com> --- Can you please attach a log with +relay,+int,+int21,+int31? (See https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal... if you need instructions.) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46171 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Crash when testing for disk |Lighthouse: The Dark Being |drive speed |(16-bit program, 1996) | |crashes when testing for | |disk drive speed Keywords| |win16 -- 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.
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.
http://bugs.winehq.org/show_bug.cgi?id=46171 Ken Sharp <imwellcushtymelike@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #3 from Ken Sharp <imwellcushtymelike@gmail.com> --- Confirming the exact same behaviour on Windows NT4. -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla