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.