Date: Mon, 28 Apr 2008 15:54:18 +0200 From: Tijl Coosemans <tijl@ulyssis.org> To: Volker <volker@vwsoft.com> Cc: freebsd-emulation@freebsd.org Subject: Re: trouble using latest wine 0.9.60 Message-ID: <200804281554.19842.tijl@ulyssis.org> In-Reply-To: <4814D1BC.9070004@vwsoft.com> References: <4814D1BC.9070004@vwsoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_LcdFI8IYIHMTT7o Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline 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. --Boundary-00=_LcdFI8IYIHMTT7o Content-Type: text/plain; charset="iso-8859-1"; name="patch-wine-hhctrl" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-wine-hhctrl" 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) { --Boundary-00=_LcdFI8IYIHMTT7o--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804281554.19842.tijl>