http://bugs.winehq.org/show_bug.cgi?id=59125 Bug ID: 59125 Summary: Sunlogin crashed because of An unimplemented API: WmiClockBlock Product: Wine Version: 11.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: advapi32 Assignee: wine-bugs@list.winehq.org Reporter: kevinlanyoulin@outlook.com Distribution: --- Sunlogin crashed because of An unimplemented API: WmiClockBlock I fixed by adding an default implementation ULONG WINAPI WmiCloseBlock(WMIHANDLE handle) { FIXME("%p: stub\n", handle); return ERROR_SUCCESS; } -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.