
這是一台筆記型電腦 W520,配備獨立的 NVidia Quadro 1000M 顯示卡。未偵測到顯示卡,NVidia 安裝程式將無法運作,因為它無法識別它,並且 dxdiag 從字面上顯示一個空名稱,並且在顯示選項卡中的其他屬性上不顯示。
我運行了 sfc /scannow,它發現了一個無法修復的(單一)d3dim700.dll 問題,以下是來自 C:\Windows\Logs\CBS\CBS.log 的日誌的一部分:
2013-01-08 23:25:20, Info CSI 000003a9 [SR] Verify complete
2013-01-08 23:25:20, Info CSI 000003aa [SR] Verifying 100 (0x0000000000000064) components
2013-01-08 23:25:20, Info CSI 000003ab [SR] Beginning Verify and Repair transaction
2013-01-08 23:25:21, Info CSI 000003ac Hashes for file member \SystemRoot\WinSxS\x86_microsoft-windows-directx-direct3d_31bf3856ad364e35_6.1.7600.16385_none_eb246466b6cc92e7\d3dim700.dll do not match actual file [l:24{12}]"d3dim700.dll" :
Found: {l:32 b:LRbGhn3CNWApkBTbT0Rs1alscXVYc1EQJ6Juk4/RcxQ=} Expected: {l:32 b:P1tNvLwQjT5h0Z9uW49c274V5+e/eqkmdE//81rZS7M=}
2013-01-08 23:25:21, Info CSI 000003ad [SR] Cannot repair member file [l:24{12}]"d3dim700.dll" of Microsoft-Windows-DirectX-Direct3D, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-01-08 23:25:21, Info CSI 000003ae Hashes for file member \SystemRoot\WinSxS\x86_microsoft-windows-directx-direct3d_31bf3856ad364e35_6.1.7600.16385_none_eb246466b6cc92e7\d3dim700.dll do not match actual file [l:24{12}]"d3dim700.dll" :
Found: {l:32 b:LRbGhn3CNWApkBTbT0Rs1alscXVYc1EQJ6Juk4/RcxQ=} Expected: {l:32 b:P1tNvLwQjT5h0Z9uW49c274V5+e/eqkmdE//81rZS7M=}
2013-01-08 23:25:21, Info CSI 000003af [SR] Cannot repair member file [l:24{12}]"d3dim700.dll" of Microsoft-Windows-DirectX-Direct3D, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-01-08 23:25:21, Info CSI 000003b0 [SR] This component was referenced by [l:202{101}]"Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~6.1.7601.17514.WindowsFoundationDelivery"
2013-01-08 23:25:21, Info CSI 000003b1 Hashes for file member \??\C:\Windows\SysWOW64\d3dim700.dll do not match actual file [l:24{12}]"d3dim700.dll" :
Found: {l:32 b:LRbGhn3CNWApkBTbT0Rs1alscXVYc1EQJ6Juk4/RcxQ=} Expected: {l:32 b:P1tNvLwQjT5h0Z9uW49c274V5+e/eqkmdE//81rZS7M=}
2013-01-08 23:25:21, Info CSI 000003b2 Hashes for file member \SystemRoot\WinSxS\x86_microsoft-windows-directx-direct3d_31bf3856ad364e35_6.1.7600.16385_none_eb246466b6cc92e7\d3dim700.dll do not match actual file [l:24{12}]"d3dim700.dll" :
Found: {l:32 b:LRbGhn3CNWApkBTbT0Rs1alscXVYc1EQJ6Juk4/RcxQ=} Expected: {l:32 b:P1tNvLwQjT5h0Z9uW49c274V5+e/eqkmdE//81rZS7M=}
2013-01-08 23:25:21, Info CSI 000003b3 [SR] Could not reproject corrupted file [ml:48{24},l:46{23}]"\??\C:\Windows\SysWOW64"\[l:24{12}]"d3dim700.dll"; source file in store is also corrupted
2013-01-08 23:25:21, Info CSI 000003b4 Repair results created:
關鍵部分是(我假設).dll 與文件的預期哈希不匹配。我想重新安裝 directx 可以解決這個問題,但微軟安裝程式說,我已經有了最新版本,不會繼續。
答案1
跑過Thinkvantage系統更新。它為我多次發現了丟失的組件。
答案2
可能的解決方案:
尋找重新安裝 DirectX 的方法。這個線程(http://forums.indiegamer.com/showthread.php?3265-Forcing-a-DirectX-reinstall)似乎有一些解決方案。
運行 Windows 作業系統修復。由於 DirectX 是作業系統的一部分,因此這也許會有所幫助。
嘗試第三方驅動程式更新程序,例如此清單中的更新程序:http://alternativeto.net/software/driver-genius/
我希望我能幫忙。
答案3
嘗試使用 DirectX Web 安裝程式執行時間進行更新? 關聯
答案4
先嘗試運行chkdsk /f
,然後再試sfc /scannow
一次。很奇怪,sfc
無法替換文件。