http://bugs.winehq.org/show_bug.cgi?id=7517
Summary: fixme:itss:ITStorageImpl_SetControlData breaks HTML Help Workshop compiler Product: Wine Version: 0.9.30. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: gyunaev@ulduzsoft.com
The MS Html Help Workshop compiler (hhc.exe) stops working in 0.9.31 (version shows 0.9.30 because there were no 0.9.31). According to appdb was reported to work before, but I didn't test it.
To reproduce: - set the Windows version to XP; - download the installation from http://www.microsoft.com/downloads/ details.aspx?familyid=00535334-c8a6-452f-9aa0-d597d16580cc&displaylang=en - htmlhelp.exe, 3Mb - install it; it installs successfully. - create a simple project file:
[OPTIONS] Compiled file=C:\outhelp.chm Default Window=helpfile Display compile progress=Yes [WINDOWS] index.html
- and save it under "empty.hhp" - run "wine "C:\Program Files\HTML Help Workshop\hhc.exe" empty.hhp - you'll get:
fixme:itss:ITStorageImpl_SetControlData 0x17f150 HHC5010: Error: Cannot open "C:\outhelp.chm". Compilation stopped.
- while it supposed to either blame index.html not found, or create a chm file containing this index.html