http://bugs.winehq.org/show_bug.cgi?id=9211
------- Additional Comments From xerox_xerox2000@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); }