https://bugs.winehq.org/show_bug.cgi?id=56584
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #3 from Bernhard Übelacker bernhardu@mailbox.org --- Is this message expected if the executable does not contain any resources?
$ i686-w64-mingw32-objdump --all-headers CreatureViewerDX7.exe | grep "The Data Directory" -A5 The Data Directory ... Entry 2 00000000 00000000 Resource Directory [.rsrc] ...
Therefore the call to RtlImageDirectoryEntryToData(IMAGE_DIRECTORY_ENTRY_RESOURCE) and therefore EnumResourceNamesW(RT_GROUP_ICON) are failing to find icons.
Native windows seems also just to show a default icon.