https://bugs.winehq.org/show_bug.cgi?id=37980
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
--- quote --- In 1.7.47 it now crashes in unimplemented function davclnt.dll.DavRegisterAuthCallback when the Windows version is set to Vista. --- quote ---
This was expected after the stub dll became available.
--- snip --- ... 0029:Call KERNEL32.LoadLibraryExW(32a8d258 L"DavClnt.DLL",00000000,00000000) ret=32607e99 ... 0029:Ret KERNEL32.LoadLibraryExW() retval=7d980000 ret=32607e99 0029:Call KERNEL32.GetProcAddress(7d980000,32a89dec "DavGetTheLockOwnerOfTheFile") ret=3261330b 0029:Ret KERNEL32.GetProcAddress() retval=7d9867b4 ret=3261330b 0029:Call KERNEL32.GetProcAddress(7d980000,32a89dd8 "DavInvalidateCache") ret=3261330b 0029:Ret KERNEL32.GetProcAddress() retval=7d9867e0 ret=3261330b 0029:Call KERNEL32.GetProcAddress(7d980000,32a89db8 "DavCancelConnectionsToServer") ret=3261330b 0029:Ret KERNEL32.GetProcAddress() retval=7d986730 ret=3261330b 0029:Call KERNEL32.GetProcAddress(7d980000,32a89da0 "DavRegisterAuthCallback") ret=3261330b 0029:Ret KERNEL32.GetProcAddress() retval=7d986acc ret=3261330b 0029:Call KERNEL32.GetProcAddress(7d980000,32a89d84 "DavUnregisterAuthCallback") ret=3261330b 0029:Ret KERNEL32.GetProcAddress() retval=7d98680c ret=3261330b 0029:Call davclnt.DavRegisterAuthCallback(32eafec4,00000001) ret=32bed227 0029:fixme:davclnt:DavRegisterAuthCallback stub (0x32eafec4,1) 0029:Ret davclnt.DavRegisterAuthCallback() retval=00000000 ret=32bed227 ... --- snip ---
With 'DavRegisterAuthCallback' stub in place it runs into bug 38897 in Vista mode.
Regards