http://bugs.winehq.org/show_bug.cgi?id=28183
Summary: wine always writes 7 bytes of trash to stdout Product: Wine Version: 1.3.12 Platform: All OS/Version: All Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: sweet_f_a@gmx.de
Hi,
Wine always writes 7 bytes of trash to stdout:
$ wine whatever.exe |head -c 7 |hexdump -C 00000000 1b 5b 3f 31 68 1b 3d |.[?1h.=|
These 7 bytes are always the same and don't belong to the regular application output regardless which particular .exe is used.
IMO this is a critical bug because there are console tools with stdout output only (e.g. tr). These tools are all unusable with wine.