[Bug 49459] Memu installer fails: wine: Call from 0x7b00f0b7 to unimplemented function wuaueng.dll.DllRegisterServer, aborting

WineHQ Bugzilla wine-bugs at winehq.org
Fri Jun 26 15:31:12 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49459

--- Comment #2 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
(In reply to Vijay Kamuju from comment #1)
> we might need to write code for service wuauserv or do something similar to
> qmgr.dll

Hi ViJay,

I think for the installer it would be enough to just stub it out.

It tries to register several dlls , like e.g. mssip32, which has code below,
and the installer doesn`t seem to hava a problem with it......

/*****************************************************
 *    DllRegisterServer (MSSIP32.@)
 */
HRESULT WINAPI DllRegisterServer(void)
{
    FIXME("Not implemented.\n");
    return E_UNEXPECTED;
}

-- 
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.



More information about the wine-bugs mailing list