https://bugs.winehq.org/show_bug.cgi?id=56010 Bug ID: 56010 Summary: uninstaller.exe update breaks "winetricks dotnet35" (uninstallr.exe prints the list to stderr) Product: Wine Version: 9.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs(a)winehq.org Reporter: sagawa.aki+winebugs(a)gmail.com Regression SHA1: 8e00767fb441c90240129b40798aecb1941514d1 Distribution: Ubuntu After upgrading to Wine 9.0-rc1, winetricks dotnet35 fails to run. git bisect shows the following is the first bad commit: commit 8e00767fb441c90240129b40798aecb1941514d1 Author: Eric Pouech <epouech(a)codeweavers.com> Date: Tue Nov 28 18:49:41 2023 +0100 uninstall: No longer use console/file output APIs. Regular GUI apps don't. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> After the commit, uninstall --list prints the list to standard error via MESSAGE(). On the other hand, winetricks expects the list to be printed to standard output. That is https://github.com/Winetricks/winetricks/blob/07c6d38913433c6318c4d5358ea759... . -- 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.