http://bugs.winehq.org/show_bug.cgi?id=17208
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-01-31 07:37:21 --- the hack below makes the app start fine for me too:
diff --git a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c index 418e87c..e04ec14 100644 --- a/dlls/comctl32/comctl32undoc.c +++ b/dlls/comctl32/comctl32undoc.c @@ -770,7 +770,7 @@ HANDLE WINAPI CreateMRUListLazyA (const CREATEMRULISTA *lpcml, DWORD dwParam2,
if (lpcml->cbSize != sizeof(CREATEMRULISTA) || !lpcml->hKey || IsBadStringPtrA(lpcml->lpszSubKey, -1)) - return 0; +;// return 0;
mp = Alloc(sizeof(WINEMRULIST)); memcpy(&mp->extview, lpcml, sizeof(CREATEMRULISTW));