https://bugs.winehq.org/show_bug.cgi?id=37345 Andreas Fuchs <anduchs(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #4 from Andreas Fuchs <anduchs(a)gmail.com> --- Redirected (non-pty-stdouts) are supposed to be buffered... My personal fix is now basically: callwine.c: - int ret = pipe(winestdout); + int ret = openpty(&winestdout[0], &winestdout[1], NULL, NULL, NULL); In case anyone else runs into this at some point... -- 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.