[Bug 28242] NVIDIA installers take 15 minutes to "Register" due to netapi32.DsGetDcNameW stub

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jun 16 05:54:37 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=28242

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
                URL|https://www.geforce.com/gam |https://web.archive.org/web
                   |es-applications/pc-applicat |/20190411093336/https://dev
                   |ions/fermi-hair-demo        |eloper.nvidia.com/cuda-tool
                   |                            |kit-40
           Keywords|                            |patch
            Summary|NVIDIA installers take 15   |NVIDIA installers take 15
                   |minutes to "Register"       |minutes to "Register" due
                   |                            |to netapi32.DsGetDcNameW
                   |                            |stub

--- Comment #7 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

confirming, still present. Stable links for reproduce:

32-bit CUDA Toolkit 4.0:

https://web.archive.org/web/20170222055834/http://developer.download.nvidia.com/compute/cuda/4_0/toolkit/cudatoolkit_4.0.17_win_32.msi

64-bit CUDA Toolkit 4.0:

http://www.nvidia.com/object/thankyou.html?url=/compute/cuda/4_0/toolkit/cudatoolkit_4.0.17_win_64.msi

Wine source:

https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/netapi32/netapi32.c#l3036

--- snip ---
3036 DWORD WINAPI DsGetDcNameW(LPCWSTR ComputerName, LPCWSTR AvoidDCName,
3037  GUID* DomainGuid, LPCWSTR SiteName, ULONG Flags,
3038  PDOMAIN_CONTROLLER_INFOW *DomainControllerInfo)
3039 {
3040     FIXME("(%s, %s, %s, %s, %08x, %p): stub\n", debugstr_w(ComputerName),
3041      debugstr_w(AvoidDCName), debugstr_guid(DomainGuid),
3042      debugstr_w(SiteName), Flags, DomainControllerInfo);
3043     return ERROR_CALL_NOT_IMPLEMENTED;
3044 }
--- snip ---

$ sha1sum cudatoolkit_4.0.17_win_*
871269f2e217e65e4f6c320bd23143e1275882e8  cudatoolkit_4.0.17_win_32.msi
6cbd0daeaa8a59d98a876023ec5c74e47ef7906b  cudatoolkit_4.0.17_win_64.msi

$ du -sh cudatoolkit_4.0.17_win_*
132M    cudatoolkit_4.0.17_win_32.msi
94M    cudatoolkit_4.0.17_win_64.msi

$ wine --version
wine-4.10-154-gc674ceefe1

Regards

-- 
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.


More information about the wine-bugs mailing list