https://bugs.winehq.org/show_bug.cgi?id=52553
Bug ID: 52553 Summary: Resource Hacker 5.1.8 fails to render tree view on left, shows white screen Product: Wine Version: 7.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: nyanpasu64@tuta.io Distribution: ---
Created attachment 71866 --> https://bugs.winehq.org/attachment.cgi?id=71866 Screenshot of the white tree view
- Download and run http://www.angusj.com/resourcehacker/reshacker_setup.exe. - Run Resource Hacker. - Click the Open toolbar icon, then double-click ResourceHacker.exe (or any other Windows file for that matter).
There should be a tree view on the left of the window. Instead all you get is a white screen, but the tree view is still present but invisible. With the tree view focused, pressing arrow-right expands an item, causing a scrollbar to appear. Clicking around or using up/down keyboard arrows causes items to show in the right panel, but the tree view still fails to draw.
Looking at https://appdb.winehq.org/objectManager.php?sClass=application&iId=2777, I think this worked on 5.19. I first encountered rendering errors on 7.0, and they continue to occur on 7.2.
The missing tree view occurs both with visual styles on and off. Tested on system Wine with a dirty wine prefix, and Bottles with a cleaner one.
https://bugs.winehq.org/show_bug.cgi?id=52553
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzhang@codeweavers.com
--- Comment #1 from Zhiyi Zhang zzhang@codeweavers.com --- Works fine for me with Wine 7.2 with theming on or off.
https://bugs.winehq.org/show_bug.cgi?id=52553
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO CC| |dark.shadow4@web.de Ever confirmed|0 |1 Keywords| |download URL| |http://www.angusj.com/resou | |rcehacker/reshacker_setup.e | |xe
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- Works fine for me as well. Need more info.
https://bugs.winehq.org/show_bug.cgi?id=52553
--- Comment #3 from nyanpasu64@tuta.io --- Update: the graphical bug happens with winecfg set to Windows 8.1 and 10, but not 8 or 7.
https://bugs.winehq.org/show_bug.cgi?id=52553
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW
--- Comment #4 from Fabian Maurer dark.shadow4@web.de --- Thanks, that's what we needed! Can reproduce now.
https://bugs.winehq.org/show_bug.cgi?id=52553
--- Comment #5 from Zhiyi Zhang zzhang@codeweavers.com --- Looks like TREEVIEW_PrintClient() doesn't handle the case when the options value is zero.