[Bug 50236] New: Wine builtin 'winepath' doesn't show any output since Wine 5.22
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(a)winehq.org Reporter: focht(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50236 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source CC| |z.figura12(a)gmail.com --- Comment #1 from Zebediah Figura <z.figura12(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50236 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|programs |wineserver CC| |jacek(a)codeweavers.com Keywords| |regression -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50236 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |6a1a8bdf353ce4829308a7c2307 | |edf417f1676a3 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50236 --- Comment #2 from Jacek Caban <jacek(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50236 Anastasius Focht <focht(a)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) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50236 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |09b6efd685c585e9bcac9a42d98 | |82ead4f84ce92 --- Comment #3 from Anastasius Focht <focht(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50236 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 6.0-rc1. -- 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.
participants (1)
-
WineHQ Bugzilla