Aug. 13, 2026
5:07 p.m.
http://bugs.winehq.org/show_bug.cgi?id=49747 --- Comment #5 from KRosUser <kyle.kcsoftwares@gmail.com> --- To reproduce the issue, take any exe file: Find .rsrc offset using "objdump -h target.exe" Truncate the file while only including just first 500 bytes of .rsrc, e.g. if offset was 0x00027e00, run `dd if=./target.exe of=./broken.exe bs=1 count=$((0x0002800)) -- 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.