https://bugs.winehq.org/show_bug.cgi?id=56874
Bug ID: 56874 Summary: WordSmith 9.0 doesn't button icons in installer Product: Wine Version: 9.10 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Created attachment 76678 --> https://bugs.winehq.org/attachment.cgi?id=76678 Screenshot Windows
See screenshots, the buttons in the accept/decline buttons are missing.
https://bugs.winehq.org/show_bug.cgi?id=56874
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.lexically.net/d | |ownloads/version9/setup-125 | |.exe Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=56874
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Created attachment 76679 --> https://bugs.winehq.org/attachment.cgi?id=76679 Screenshot Wine
https://bugs.winehq.org/show_bug.cgi?id=56874
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial
https://bugs.winehq.org/show_bug.cgi?id=56874
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com --- Created attachment 77226 --> https://bugs.winehq.org/attachment.cgi?id=77226 WordSmith 9 installer with incorrectly rendered button icons
The reason why the icons for the various buttons in the installer are missing is because the installer hides them when it is running under Wine. Specifically, if it can successfully call wine_get_version from ntdll, then the icons will not be added to the buttons at all.
If I remove the wine_get_version export from ntdll, then I can see the problem the installer works around, where the icons appear but are drawn with black backgrounds when they are supposed to have transparency.
https://bugs.winehq.org/show_bug.cgi?id=56874
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|WordSmith 9.0 doesn't |WordSmith 9.0 doesn't |button icons in installer |render button icons | |correctly in installer