http://bugs.winehq.org/show_bug.cgi?id=34544 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntdll --- Comment #10 from Nikolay Sivov <bunglehead(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.