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(a)winehq.org ReportedBy: sweet_f_a(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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.