[Bug 38662] Windows-compliant CLI/ .NET image loading procedure requires mscoree._CorValidateImage implementation for Wine-Mono

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Feb 5 10:54:03 CST 2018


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

--- Comment #1 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, obviously still present.

https://source.winehq.org/git/wine.git/blob/f9181daa1ddc2c10d3b6ddd4610bc1421cfd0f42:/dlls/mscoree/mscoree_main.c#l260

--- snip ---
 260 HRESULT WINAPI _CorValidateImage(PVOID* imageBase, LPCWSTR imageName)
 261 {
 262     TRACE("(%p, %s): stub\n", imageBase, debugstr_w(imageName));
 263     return E_FAIL;
 264 }
--- snip ---

$ wine --version
wine-3.1

Regards

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