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@winehq.org Reporter: andrew_kennedy7@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.
https://bugs.winehq.org/show_bug.cgi?id=40228
Dmitry Timoshkov dmitry@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@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.
https://bugs.winehq.org/show_bug.cgi?id=40228
--- Comment #2 from Dmitry Timoshkov dmitry@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 ...