https://bugs.winehq.org/show_bug.cgi?id=50236
Bug ID: 50236 Summary: Wine builtin 'winepath' doesn't show any output since Wine 5.22 Product: Wine Version: 5.22 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
just found by chance ...
--- snip --- $ export PATH=/home/focht/projects/wine/mainline-install-5.21-x86_64/bin:$PATH
$ wine --version wine-5.21
$ winepath -u "c:" /home/focht/.wine/dosdevices/c:/ --- snip ---
--- snip --- $ export PATH=/home/focht/projects/wine/mainline-install-5.22-x86_64/bin:$PATH
$ wine --version wine-5.22
$ winepath -u "c:" --- snip ---
Same with current master HEAD.
$ wine --version wine-5.22-260-g2ad09b01673
Regards
https://bugs.winehq.org/show_bug.cgi?id=50236
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- It's actually more general than that; I observed this with a local program that uses write(1, ...). It seems things written to console via WriteFile() don't reach conhost.exe before it shuts down.
https://bugs.winehq.org/show_bug.cgi?id=50236
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|programs |wineserver CC| |jacek@codeweavers.com Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=50236
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |6a1a8bdf353ce4829308a7c2307 | |edf417f1676a3
https://bugs.winehq.org/show_bug.cgi?id=50236
--- Comment #2 from Jacek Caban jacek@codeweavers.com --- write()S not blocking clients were meant as an optimizations, but apparently is not worth it. I sent a patch: https://source.winehq.org/patches/data/196944
Thanks for reports.
https://bugs.winehq.org/show_bug.cgi?id=50236
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine builtin 'winepath' |Multiple console |doesn't show any output |applications using |since Wine 5.22 |WriteFile() to write to | |console don't show any | |output since Wine 5.22 | |(winepath)
https://bugs.winehq.org/show_bug.cgi?id=50236
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |09b6efd685c585e9bcac9a42d98 | |82ead4f84ce92
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/09b6efd685c585e9bcac9a42d9... ("server: Block console write until conhost processes ioctl.").
Thanks Jacek
--- snip --- $ wine --version wine-5.22-328-g447924a6d68
$ winepath -u "c:" /home/focht/.wine/dosdevices/c:/
$ winepath -w "$HOME" Z:\home\focht --- snip ---
Regards
https://bugs.winehq.org/show_bug.cgi?id=50236
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.0-rc1.