http://bugs.winehq.org/show_bug.cgi?id=34544
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2013-11-22 01:51:07 CST --- The failure comes from SearchPathW() that fails to build a path because of:
--- if (!info->lpAssemblyManifestPath || !info->lpAssemblyDirectoryName) { status = STATUS_SXS_KEY_NOT_FOUND; goto done; } ---
in find_actctx_dllpath(). LoadLibraryEx() should work just fine for path without trailing '.dll', I checked that, so the next thing is to test actctx part.