otya128 / winevdm

16-bit Windows (Windows 1.x, 2.x, 3.0, 3.1, etc.) on 64-bit Windows
GNU General Public License v2.0
2.61k stars 150 forks source link

When calling help from graph dialog of Quattro pro from BO2.0 the help crashes #465

Open Anixx opened 5 years ago

Anixx commented 5 years ago

When calling the help from here: Clipboard_20190913 (6) The winhlp32 from MS crashes, but then automatically restarts and shows the help file well.

cracyc commented 5 years ago

It might be that help_command support in native winhlp32 is broken. Win16 winhelp.exe works fine here in ntvdm and winevdm. Support is added to wine winhlp32 in https://github.com/otya128/winevdm/pull/467.