[Bug 58815] New: Wine 10.17 is **completely** broken on i686/Fedora 42/X11
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(a)winehq.org Reporter: aros(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 --- Comment #1 from Artem S. Tashkinov <aros(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 --- Comment #2 from Artem S. Tashkinov <aros(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 Zhiyi Zhang <zzhang(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang(a)codeweavers.com --- Comment #3 from Zhiyi Zhang <zzhang(a)codeweavers.com> --- Please run a bisect. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 Piotr Wojnarowski <piotr(a)wojnarow.ski> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr(a)wojnarow.ski --- Comment #4 from Piotr Wojnarowski <piotr(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> --- Have you tried in a new wineprefix? I don't see anything obviously missing in Select-A-Graph window. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 --- Comment #6 from Piotr Wojnarowski <piotr(a)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 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 --- Comment #7 from Piotr Wojnarowski <piotr(a)wojnarow.ski> --- Created attachment 79486 --> http://bugs.winehq.org/attachment.cgi?id=79486 select a graph window missing labels -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> --- I'm getting a "good" behavior here with current wine, not sure what's happening in your case. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 --- Comment #9 from Zhiyi Zhang <zzhang(a)codeweavers.com> --- I tested Cumulus with Wine-10.17. I can't reproduce the missing labels bug either. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 Artem S. Tashkinov <aros(a)gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #10 from Artem S. Tashkinov <aros(a)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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58815 --- Comment #11 from Zhiyi Zhang <zzhang(a)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. -- 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