http://bugs.winehq.org/show_bug.cgi?id=9116
Summary: SpaceTime requires missing proc RegOverridePredefKey Product: Wine Version: 0.9.42. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: peterbelm@gmail.com
RegOverridePredefKey is not implemented in ADVAPI32, which stops SpaceTime from installing.
This seems simple to implement, however I don't know enough about the Wine internals to implement it myself. The MSDN page for it is: http://msdn2.microsoft.com/en-us/library/ms724901.aspx
It basically maps a registry key to a temporary key for that process (useful for monitoring the registry actions of a 3rd party DLL).