https://bugs.winehq.org/show_bug.cgi?id=56584 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org --- Comment #3 from Bernhard Übelacker <bernhardu(a)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. -- 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.