https://bugs.winehq.org/show_bug.cgi?id=55522
--- Comment #8 from Bernhard Übelacker bernhardu@mailbox.org --- Great to hear it is working.
Digging further shows this "name" would get set in function ntlm_LsaApInitializePackage. Unfortunately the function is left because ntlm_check_version fails, before the package_name gets set.
Maybe the package_name should get set even when ntlm_check_version fails?
Wine-gdb> bt #0 ntlm_LsaApInitializePackage at wine/dlls/msv1_0/main.c:119 #1 initialize_package at wine/dlls/secur32/lsa.c:897 #2 initialize_package at wine/dlls/secur32/lsa.c:998 #3 load_package at wine/dlls/secur32/lsa.c:932 #4 load_auth_packages () at wine/dlls/secur32/lsa.c:970 #5 SECUR32_initializeProviders () at wine/dlls/secur32/secur32.c:503 ... Wine-gdb> x/hs name 0x9ce52c: u"MSV1_0"
https://gitlab.winehq.org/wine/wine/-/blob/a2c552f723a3aa65eca6e518266c8b9bd...