[Bug 45333] Add diagnostic 'mscoree.dll.CorGetSvc' stub to hint at broken Microsoft .NET Frameworks installation ( Wine-Mono not uninstalled and 'mscoree.dll' placeholders not removed prior install)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 8 12:35:40 CDT 2018


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

Louis Lenders <xerox.xerox2000x at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xerox.xerox2000x at gmail.com

--- Comment #4 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
Created attachment 61754
  --> https://bugs.winehq.org/attachment.cgi?id=61754
stub +message for CorIsLatestSvc

Maybe something like in the attached patch.

This is copied from rpcrt4/cproxy, when user misconfigured things (use native
implementation of OLEAUT32.DLL with Wine's RPCRT4.DLL): throw up a messagebox
and abort the application.

This patch does the same (when CorIsLatestSvc is called). I`m not 100% sure if
function prototype is correct, i tried to write a test, that passes on <=
vista, but it crashes on >=win7. I`ll try do some tests later

Same patch can be added then for CorGetSvc, but that prototype is also
undocumented

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