http://bugs.winehq.org/show_bug.cgi?id=58815
Bug ID: 58815 Summary: Wine 10.17 is **completely** broken on i686/Fedora 42/X11 Product: Wine Version: 10.17 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: aros@gmx.com Distribution: ---
Created attachment 79473 --> http://bugs.winehq.org/attachment.cgi?id=79473 Photoshop 7.0 Preferences
Wine i686 here.
I run IrfanView 32bit in it and I cannot access any application windows. I press Options or About - nothing is shown.
I open Preferences in Photoshop 7.0x - I see this.
http://bugs.winehq.org/show_bug.cgi?id=58815
--- Comment #1 from Artem S. Tashkinov aros@gmx.com --- Created attachment 79474 --> http://bugs.winehq.org/attachment.cgi?id=79474 debug log
WINEDEBUG=+all /tmp/wine-10.17/wine i_view32.exe &> /tmp/irfan.log
http://bugs.winehq.org/show_bug.cgi?id=58815
--- Comment #2 from Artem S. Tashkinov aros@gmx.com --- sha256sum wine-10.17.tar.xz bbf8e7de32cea9fe305361d4af85e30492254c4bf02039ee26dac7a66701b4e6 wine-10.17.tar.xz
Wine 10.16 is working fine:
sha256sum wine-10.16.tar.xz c5ed2742bff208c63b005bcfb91a2fc6cc49af6c6695bc8c0cf0fe6f4da60446 wine-10.16.tar.xz
Looks like the comctl32 split has never been properly tested.
http://bugs.winehq.org/show_bug.cgi?id=58815
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com
--- Comment #3 from Zhiyi Zhang zzhang@codeweavers.com --- Please run a bisect.
http://bugs.winehq.org/show_bug.cgi?id=58815
Piotr Wojnarowski piotr@wojnarow.ski changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr@wojnarow.ski
--- Comment #4 from Piotr Wojnarowski piotr@wojnarow.ski --- Created attachment 79484 --> http://bugs.winehq.org/attachment.cgi?id=79484 clean revert on wine-10.17
This is also visible in the Cumulus weather station software (https://cumuluswiki.org/Downloads/CumulusSetup.exe) where it breaks display of all of the measurement values in the main window, as well as the checkbox labels in View -> Select-A-Graph.
https://gitlab.winehq.org/wine/wine/-/commit/a48455c735544fc53696ef7ec84f1da... is the first bad commit (comctl32: Remove user32 control copies in comctl32 v5.)
Attaching a revert patch which I verified restores the text visibility when applied on top of wine-10.17.
http://bugs.winehq.org/show_bug.cgi?id=58815
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- Have you tried in a new wineprefix? I don't see anything obviously missing in Select-A-Graph window.
http://bugs.winehq.org/show_bug.cgi?id=58815
--- Comment #6 from Piotr Wojnarowski piotr@wojnarow.ski --- Created attachment 79485 --> http://bugs.winehq.org/attachment.cgi?id=79485 select a graph window ok (reverted / as it appears with wine 1.16)
Yes, here are screenshots of the window's appearance with the revert and on clean 1.17. Each of them was taken using a fresh prefix and a fresh build of Wine
http://bugs.winehq.org/show_bug.cgi?id=58815
--- Comment #7 from Piotr Wojnarowski piotr@wojnarow.ski --- Created attachment 79486 --> http://bugs.winehq.org/attachment.cgi?id=79486 select a graph window missing labels
http://bugs.winehq.org/show_bug.cgi?id=58815
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- I'm getting a "good" behavior here with current wine, not sure what's happening in your case.
http://bugs.winehq.org/show_bug.cgi?id=58815
--- Comment #9 from Zhiyi Zhang zzhang@codeweavers.com --- I tested Cumulus with Wine-10.17. I can't reproduce the missing labels bug either.
http://bugs.winehq.org/show_bug.cgi?id=58815
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=58815
Artem S. Tashkinov aros@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #10 from Artem S. Tashkinov aros@gmx.com --- I cannot reproduce this issue with a multilib version of Wine and I'm away from my PC, which is set up for the i686 build, so I'm closing this bug report for now.
http://bugs.winehq.org/show_bug.cgi?id=58815
--- Comment #11 from Zhiyi Zhang zzhang@codeweavers.com --- This bug might be related to the issue mentioned at https://gitlab.winehq.org/wine/wine/-/merge_requests/9323. Specifically, comctl32 v5 windows will fail to create after comctl32 v6 is loaded and v6 manifest is deactivated.