https://bugs.winehq.org/show_bug.cgi?id=50109
Bug ID: 50109 Summary: 0414:fixme:conhost:write_console beep Product: Wine Version: 5.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: azraeladdy@gmail.com Distribution: ---
Created attachment 68600 --> https://bugs.winehq.org/attachment.cgi?id=68600 Output from a simple C program. Along with its code.
Occurs when outputting the BEL ASCII character. Nothing huge, but a worthy thing to keep track of? Not much else to say, possibly other ASCII characters that wine has a fix me statement for?
https://bugs.winehq.org/show_bug.cgi?id=50109
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
You didn't say that no sound was emitted, but I tested and no sound is emitted.
How to reproduce without compiling a program:
1. Open a terminal; 2. Run wineconsole; 3. At the wineconsole, type 'echo ' (only the letters followed by a space, not the quotes). Then press the key combination CTRL+G once. This will result in 'echo ^G' in the console. Hit enter to execute the command; 4. Wine prints the fixme in the linux terminal, a blank line in wineconsole, and no sound is emitted.
How to check what your terminal should output a beep:
1. Open a terminal; 2. Run the command: echo $'\a' 3. A blank line is printed and you should hear whatever is configured as the error sound in your terminal (in my case, the standard error sound from the gnome settings sound scheme).
Regards.
https://bugs.winehq.org/show_bug.cgi?id=50109
--- Comment #2 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Please, note that FIXMEs are not bugs.
You can disable conhost FIXMEs specifically with:
WINEDEBUG=fixme-conhost wine command.exe
You can find other flags to control debug output there: https://wiki.winehq.org/Debug_Channels
Regards.
https://bugs.winehq.org/show_bug.cgi?id=50109
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|0414:fixme:conhost:write_co |conhost: write_console beep |nsole beep |doesn't produce a beep
https://bugs.winehq.org/show_bug.cgi?id=50109
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase CC| |fgouget@codeweavers.com