[Bug 40228] New: Program does not run--Program creates a sound like a ringing telephone
https://bugs.winehq.org/show_bug.cgi?id=40228 Bug ID: 40228 Summary: Program does not run--Program creates a sound like a ringing telephone Product: Wine Version: 1.9.4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: andrew_kennedy7(a)yahoo.com Distribution: --- Created attachment 53761 --> https://bugs.winehq.org/attachment.cgi?id=53761 Corrected source code and executable Assembly program will not run. Cursor blinks when run. No messages or back trace. Attached is source and executable. -- 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=40228 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Status|UNCONFIRMED |NEW Summary|Program does not |kernel32.Beep ignores |run--Program creates a |frequency and duration |sound like a ringing |parameters |telephone | Ever confirmed|0 |1 Severity|normal |trivial --- Comment #1 from Dmitry Timoshkov <dmitry(a)baikal.ru> --- Attached program runs just fine under Wine, it just can do what it's supposed to do - produce tone sounds. The reason is simple: Beep() in Wine doesn't support frequency and duration parameters at all. According to the comment above Beep() implementation in Wine these parameters are also ignored in Win9x. -- 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=40228 --- Comment #2 from Dmitry Timoshkov <dmitry(a)baikal.ru> --- (In reply to Dmitry Timoshkov from comment #1)
Attached program runs just fine under Wine, it just can do what it's supposed to do - produce tone sounds. The reason is simple: Beep() in Wine doesn't support frequency and duration parameters at all. According to the comment above Beep() implementation in Wine these parameters are also ignored in Win9x.
... it just CAN'T do ... -- 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 (1)
-
wine-bugs@winehq.org