Comment 9 for bug 437043

Revision history for this message
In , Pierreloup-griffais (pierreloup-griffais) wrote :

I have that same problem with current git:

fixme:secur32:schan_InitializeSecurityContextW stub

If I use those native libraries: secur32.dll, crypt32.dll, schannel.dll, msoss.dll, msasn1.dll, MTGO freezes instead of displaying the "server not found" error message and I get:

err:module:find_forwarded_export module not found for forward 'secur32.EnumerateSecurityPackagesW' used by L"C:\\windows\\system32\\security.dll"
err:module:find_forwarded_export function not found for forward 'secur32.EnumerateSecurityPackagesW' used by L"C:\\windows\\system32\\security.dll". If you are using builtin L"security.dll", try using the native one instead.

Using a native security.dll doesn't seem to help. If there's a workaround involving native libraries, I'd be glad to hear about it. From what I understand, built-in schannel is mostly stubs and unlikely to provide the required functionality anytime soon?