[Bug 9211] Klipfolio 4 installer fails

Wine Bugs wine-bugs at winehq.org
Tue Aug 7 02:45:55 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9211





------- Additional Comments From xerox_xerox2000 at yahoo.co.uk  2007-07-08 02:45 -------
Hi Dan, could you try this on a fresh ~/.wine. The installer from the downloadlink  
finishes just fine right here. (the app itself didn't start, but With a little
hack i got it running anyway)

 
(hack to get Klipfolio up:)

diff --git a/dlls/user32/winstation.c b/dlls/user32/winstation.c
index ab00b41..061ec40 100644
--- a/dlls/user32/winstation.c
+++ b/dlls/user32/winstation.c
@@ -396,8 +396,8 @@ BOOL WINAPI EnumDesktopsW( HWINSTA winsta, DESKTOPENUMPROCW
func, LPARAM lparam
 HDESK WINAPI OpenInputDesktop( DWORD flags, BOOL inherit, ACCESS_MASK access )
 {
     FIXME( "(%x,%i,%x): stub\n", flags, inherit, access );
-    SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
-    return 0;
+    //SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
+    return OpenDesktopA("Default",0,FALSE,MAXIMUM_ALLOWED);
 }


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list