trouble using latest wine 0.9.60

Tijl Coosemans tijl at ulyssis.org
Mon Apr 28 13:54:32 UTC 2008


On Sunday 27 April 2008 21:19:24 Volker wrote:
> wine was doing it's job fine for me with running StarMoney up until the
> latest version (now using wine-0.9.60,1).
> 
> When running StarMoney (5.0) under Wine, I'm now getting this:

...

> I've downgraded wine to 0.9.59 and everything's fine again.
> 
> Suggestions for solving this?

Can you try the attached patch?

cd /usr/ports/emulators/wine/work/wine-0.9.60
patch -p1 < /path/to/patch

Then build and install. If you still have a 0.9.60 build from
before, you can just run gmake in dlls/hhctrl.ocx/ and then
reinstall.
-------------- next part --------------
diff --git a/dlls/hhctrl.ocx/hhctrl.c b/dlls/hhctrl.ocx/hhctrl.c
index c0054de..96227bd 100644
--- a/dlls/hhctrl.ocx/hhctrl.c
+++ b/dlls/hhctrl.ocx/hhctrl.c
@@ -123,6 +123,8 @@ HWND WINAPI HtmlHelpW(HWND caller, LPCWSTR filename, UINT command, DWORD_PTR dat
         }
 
         info = CreateHelpViewer(filename);
+        if(!info)
+            return NULL;
 
         if (info)
         {


More information about the freebsd-emulation mailing list