http://bugs.winehq.org/show_bug.cgi?id=7833
Summary: MS Money 2006 trial aborts on startup, as it calls the unimplemented function shlwapi.dll.SHSetTimerQueueTimer Product: Wine Version: CVS Platform: Other URL: http://money.mvps.org/downloads/trials/ OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
You have to set the ie6 registry key (e.g. winetricks fakeie6) for the app to start at all. Then it crashes before even putting up a UI, with:
Unhandled exception: unimplemented function shlwapi.dll.SHSetTimerQueueTimer called in 32-bit code (0x7ee384e0).
This function is documented here: http://msdn2.microsoft.com/en-us/library/aa965876.aspx#SetTimerQueueTimer (Someone tried implementing it before, http://www.winehq.org/pipermail/wine-devel/2004-December/031833.html but forgot to convert the parameters as needed. Maybe MSDN didn't document that function yet, as it was one of the bones of contention during the antitrust trial; see http://members.ozemail.com.au/~geoffch@ozemail.com.au/samples/win32/shell/mi... )