http://bugs.winehq.org/show_bug.cgi?id=28242
Summary: NVIDIA installers Product: Wine Version: 1.3.15 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: audioprof2002@hotmail.com
NVIDIA installers,
some examples: perfkit & cuda tools http://developer.nvidia.com/nvidia-perfkit & http://developer.nvidia.com/cuda-toolkit-40
simptoms: takes 15 minutes to "Register".
http://bugs.winehq.org/show_bug.cgi?id=28242
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|NVIDIA installers |NVIDIA installers take 15 | |minutes to "Register" Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=28242
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #1 from Austin English austinenglish@gmail.com 2011-09-01 13:21:07 CDT --- Confirming.
Hangs on: fixme:ds:DsGetDcNameW ((null), L"nvidia.com", (null), (null), 40000000, 0x331678): stub
so perhaps native netapi32.dll would help (I only have a 64-bit windows installation available).
http://bugs.winehq.org/show_bug.cgi?id=28242
--- Comment #2 from Dmitry Timoshkov dmitry@baikal.ru 2011-09-01 21:02:27 CDT --- (In reply to comment #1)
so perhaps native netapi32.dll would help (I only have a 64-bit windows installation available).
64-bit Windows have full set of 32-bit DLLs.
http://bugs.winehq.org/show_bug.cgi?id=28242
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
--- Comment #3 from Austin English austinenglish@gmail.com --- austin@aw25 ~ $ sha1sum cuda_5.5.20_winxp_general_32.exe 19003fc955795e1a0d01d3e72b2df91c109d1e43 cuda_5.5.20_winxp_general_32.exe austin@aw25 ~ $ du -h cuda_5.5.20_winxp_general_32.exe 460M cuda_5.5.20_winxp_general_32.exe austin@aw25 ~ $ wine --version wine-1.7.11-206-g82b3813
fails to install at all. Juan, do you have an older installer that still shows this issue?
https://bugs.winehq.org/show_bug.cgi?id=28242
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #4 from super_man@post.com --- No response from OP since opening the bug. Can't be tested anymore?
https://bugs.winehq.org/show_bug.cgi?id=28242
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio@earthlink.net, | |winetest@luukku.com
https://bugs.winehq.org/show_bug.cgi?id=28242
Andrey Gusev andrey.goosev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |netapi32 URL| |https://www.geforce.com/gam | |es-applications/pc-applicat | |ions/fermi-hair-demo
--- Comment #5 from Andrey Gusev andrey.goosev@gmail.com --- Still reproducible with wine-3.5-171-gaa27dd07aa
https://bugs.winehq.org/show_bug.cgi?id=28242
--- Comment #6 from Andrey Gusev andrey.goosev@gmail.com --- Created attachment 61640 --> https://bugs.winehq.org/attachment.cgi?id=61640 patch
https://bugs.winehq.org/show_bug.cgi?id=28242
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@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@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....
64-bit CUDA Toolkit 4.0:
http://www.nvidia.com/object/thankyou.html?url=/compute/cuda/4_0/toolkit/cud...
Wine source:
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/netapi32/netapi32.c#l...
--- 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