[Bug 49459] New: Memu installer fails: wine: Call from 0x7b00f0b7 to unimplemented function wuaueng.dll.DllRegisterServer, aborting
https://bugs.winehq.org/show_bug.cgi?id=49459 Bug ID: 49459 Summary: Memu installer fails: wine: Call from 0x7b00f0b7 to unimplemented function wuaueng.dll.DllRegisterServer, aborting Product: Wine Version: 5.11 Hardware: x86 URL: http://dl.memuplay.com/download/MEmu-Setup-7.2.1-ha340 8877b.exe OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: xerox.xerox2000x(a)gmail.com Distribution: --- As the title says ;) See also https://bugs.winehq.org/show_bug.cgi?id=49458 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49459 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest(a)gmail.com --- Comment #1 from Vijay Kamuju <infyquest(a)gmail.com> --- we might need to write code for service wuauserv or do something similar to qmgr.dll -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49459 --- Comment #2 from Louis Lenders <xerox.xerox2000x(a)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.
https://bugs.winehq.org/show_bug.cgi?id=49459 --- Comment #3 from Vijay Kamuju <infyquest(a)gmail.com> --- Ok, this sounds plausible. I will send a patch for this. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49459 --- Comment #4 from Vijay Kamuju <infyquest(a)gmail.com> --- Patch sent. https://source.winehq.org/patches/data/187905 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49459 Vijay Kamuju <infyquest(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |5d82baf9747b7b133cad3be77c0 | |cc9e24cc09582 --- Comment #5 from Vijay Kamuju <infyquest(a)gmail.com> --- A default implementation of DllRegisterServer and DllUnregisterServer is now provided by below commit https://source.winehq.org/git/wine.git/commitdiff/5d82baf9747b7b133cad3be77c... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=49459 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 6.11. -- 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.
participants (1)
-
WineHQ Bugzilla