[Bug 52743] cannot write to _fdopen'ed stdout when running in docker

WineHQ Bugzilla wine-bugs at winehq.org
Wed Apr 13 04:49:53 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52743

--- Comment #10 from Eric Pouech <eric.pouech at orange.fr> ---
> @Eric, please let me know if you think this should be its own bug (or if it
> should be marked as a duplicate of bug 52761.

it should work when you give the exact path for the exec

this should work:
./wine programs/cmd/cmd.exe /c echo 'hello' >& ~/test.txt < /dev/null

while this doesn't (yet)
./wine cmd.exe /c echo 'hello' >& ~/test.txt < /dev/null

I'll post to wine-devel this missing bit

-- 
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.



More information about the wine-bugs mailing list