http://bugs.winehq.org/show_bug.cgi?id=34387
--- Comment #2 from Erich Hoover erich.e.hoover@gmail.com 2013-09-03 11:26:59 CDT --- This appears to actually be a problem with HH_HELP_CONTEXT, it tries to find the TOC entry corresponding to id 0 and (when it fails to find one) it destroys the window. Immediately after that a call is made that is successful (loading up a document), which is why it would have worked before (the original window gets destroyed but a new one is made that works). So, I suspect that we need to have HH_HELP_CONTEXT not destroy the window when it fails to load an entry.