https://bugs.winehq.org/show_bug.cgi?id=51055
Bug ID: 51055 Summary: winecfg: Redirection stdout stream Product: Wine Version: 5.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: iroalexis@outlook.fr Distribution: ---
Since Wine 5.18, the stdout stream is completly "ignore/redirect" (I don't know if it is the good words for describe this behavior) in the main function of winecfg.c. This means that the `winecfg -v` and/or `winecfg -?` commands do not display anything
I bisect for found the wrong commit, but I did not succeed. I found only a commits window. It's located between a014f413d6719cce883cafe9f40ec0b6468de097 and b16f552e195048f434d486a084fad0fa3afcf712. Before a014f413d6719cce883cafe9f40ec0b6468de097, winecfg displays well the different information of the -? and -v commands. But from b16f552e195048f434d486a084fad0fa3afcf712, this commands don't display nothing.
https://bugs.winehq.org/show_bug.cgi?id=51055
Alexis Peypelut iroalexis@outlook.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |iroalexis@outlook.fr
https://bugs.winehq.org/show_bug.cgi?id=51055
Alexis Peypelut iroalexis@outlook.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=51055
Alexis Peypelut iroalexis@outlook.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|winecfg: Redirection stdout |winecfg: No output for the |stream |`-v` or `-?` commands
https://bugs.winehq.org/show_bug.cgi?id=51055
--- Comment #1 from Gijs Vermeulen gijsvrm@gmail.com --- I tested this as well and for me, it worked in a 32bit prefix until 28fe84da45bea7de56539b50eac8ebcec54342de (mentioned in Bug 51057 and Bug 50973 as well).
In a 64bit prefix, it works up until the commit I mentioned before if I use /path/to/build/wine64 winecfg /?. Using /path/to/build/wine winecfg /? doesn't work even with wine-5.18 for me and still doesn't in wine-6.7.
https://bugs.winehq.org/show_bug.cgi?id=51055
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Regression SHA1| |28fe84da45bea7de56539b50eac | |8ebcec54342de Ever confirmed|0 |1 Severity|minor |normal Version|5.18 |6.5 CC| |julliard@winehq.org Keywords| |download, regression, | |source
--- Comment #2 from Gijs Vermeulen gijsvrm@gmail.com --- Let's make this bug about it not working in a 32bit prefix and not with /path/to/build/wine64 either.
Still an issue with current -git (wine-6.7-246-gcda4abac985).
28fe84da45bea7de56539b50eac8ebcec54342de is the first bad commit commit 28fe84da45bea7de56539b50eac8ebcec54342de Author: Alexandre Julliard julliard@winehq.org Date: Wed Mar 24 10:53:53 2021 +0100
ntdll: Load the main image from the Unix side.
Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=51055
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- It's the same root cause as bug 50117.
*** This bug has been marked as a duplicate of bug 50117 ***
https://bugs.winehq.org/show_bug.cgi?id=51055
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate