http://bugs.winehq.org/show_bug.cgi?id=23768
Kirill K. Smirnov lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lich@math.spbu.ru
--- Comment #2 from Kirill K. Smirnov lich@math.spbu.ru 2010-08-21 15:48:12 --- winhlp32 being run with WINEDEBUG=winhelp provides some hints:
$ WINEDEBUG=winhelp wine winhlp32 4aces.hlp trace:winhelp:comp_FindSubFile Comparing 'bm0' with '|bm0' trace:winhelp:comp_FindSubFile Comparing '|CTXOMAP' with '|bm0' ...
This file is broken. The image has got internal name '|bm0', but the internal file table refers to this as 'bm0'.
Really, hexdump shows us: $ xxd 4aces.hlp | grep -2 bm0 00022c0: 2902 0400 047a 3400 6361 7469 6f6e 206e )....z4.cation n 00022d0: 756d 6265 7200 0000 0000 00ff ff01 0001 umber........... 00022e0: 000b 0000 0078 030b 00ff ffff ff62 6d30 .....x.......bm0 00022f0: 0010 0000 007c 4354 584f 4d41 5000 7961 .....|CTXOMAP.ya 0002300: 0000 7c46 4f4e 5400 3361 0000 7c4b 5742 ..|FONT.3a..|KWB
'bm0' is corrupted while other entries are correct.