好吧。。。。
虽然没啥用,不过也随便扯一些。。。
话说我在本机安装离线符号库+在线符号库的前提下,楼主上传的这个10586 x64 的dump报 WARNING: Unable to verify timestamp for ntoskrnl.exe。嗯,不玩了。。。。总不能是这个系统文件有问题吧。。。
根据
https://msdn.microsoft.com/zh-cn ... dware/ff560358.aspx
所述,最起码需要多个相同报法的dump。
然后,M$就给出了喜闻乐见的常规解决方案:
-------------------------------------------------------------------
These general troubleshooting tips may be helpful. If you recently added hardware to the system, try removing or replacing it. Or check with the manufacturer to see if any patches are available.
换掉刚添加的硬件。 If new device drivers or system services have been added recently, try removing or updating them. Try to determine what changed in the system that caused the new bug check code to appear.
卸载或更新最近的驱动。 Check the System Log in Event Viewer for additional error messages that might help pinpoint the device or driver that is causing the error. For more information, see Open Event Viewer. Look for critical errors in the system log that occurred in the same time window as the blue screen.
用 日志查看器 查看日志分析问题,详见: http://bbs.kafan.cn/thread-1850009-1-1.htmlCheck with the manufacturer to see if an updated system BIOS or firmware is available.
更新了BIOS或固件就去厂商那边自行掂量着办吧。 You can try running the hardware diagnostics supplied by the system manufacturer.
硬件诊断看一看。 Confirm that any new hardware that is installed is compatible with the installed version of Windows. For example, you can get information about required hardware at Windows 10 Specifications.
确保新硬件适配该版本的Windows。 Run a virus detection program. Viruses can infect all types of hard disks formatted for Windows, and resulting disk corruption can generate system bug check codes. Make sure the virus detection program checks the Master Boot Record for infections.
杀毒,尤其是MBR这种地方。 Use the System File Checker tool to repair missing or corrupted system files. The System File Checker is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files. Use the following command to run the System File Checker tool (SFC.exe).
使用如下命令检查系统:
[mw_shl_code=shell,true]SFC /scannow[/mw_shl_code]
-----------------------------------------------------------------------
除了上面的 sfc /scannow,还有 :chkdsk /f 以及dism供你选择
嗯,不出意料的啥都没说+1
9楼CBS日志,通过
[mw_shl_code=shell,true]findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"[/mw_shl_code]
这种格式精简为:
[mw_shl_code=shell,true]2016-06-02 16:14:34, Info CSI 0000442f [SR] Beginning Verify and Repair transaction
2016-06-02 16:14:36, Info CSI 00004431 [SR] Cannot repair member file [l:10]"opencl.dll" of microsoft-windows-RemoteFX-clientVM-RemoteFXWDDMDriver-WOW64-C, version 10.0.10586.0, arch Host= amd64 Guest= x86, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2016-06-02 16:14:36, Info CSI 0000443c [SR] Cannot repair member file [l:10]"opencl.dll" of microsoft-windows-RemoteFX-clientVM-RemoteFXWDDMDriver-WOW64-C, version 10.0.10586.0, arch Host= amd64 Guest= x86, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2016-06-02 16:14:36, Info CSI 0000443d [SR] This component was referenced by [l:125]"Microsoft-Windows-RemoteFX-VM-Setup-Package~31bf3856ad364e35~amd64~~10.0.10586.0.RemoteFX clientVM and UMTS files and regkeys"
2016-06-02 16:14:36, Info CSI 00004440 [SR] Could not reproject corrupted file [l:23 ml:24]"\??\C:\Windows\SysWOW64"\[l:10]"opencl.dll"; source file in store is also corrupted
2016-06-02 16:14:38, Info CSI 000044a7 [SR] Verify complete
2016-06-02 16:16:55, Info CSI 000056c6 [SR] Repairing 1 components
2016-06-02 16:16:55, Info CSI 000056c7 [SR] Beginning Verify and Repair transaction
2016-06-02 16:16:55, Info CSI 000056c9 [SR] Cannot repair member file [l:10]"opencl.dll" of microsoft-windows-RemoteFX-clientVM-RemoteFXWDDMDriver-WOW64-C, version 10.0.10586.0, arch Host= amd64 Guest= x86, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2016-06-02 16:16:55, Info CSI 000056cc [SR] Cannot repair member file [l:10]"opencl.dll" of microsoft-windows-RemoteFX-clientVM-RemoteFXWDDMDriver-WOW64-C, version 10.0.10586.0, arch Host= amd64 Guest= x86, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
2016-06-02 16:16:55, Info CSI 000056cd [SR] This component was referenced by [l:125]"Microsoft-Windows-RemoteFX-VM-Setup-Package~31bf3856ad364e35~amd64~~10.0.10586.0.RemoteFX clientVM and UMTS files and regkeys"
2016-06-02 16:16:55, Info CSI 000056d0 [SR] Could not reproject corrupted file [l:23 ml:24]"\??\C:\Windows\SysWOW64"\[l:10]"opencl.dll"; source file in store is also corrupted
2016-06-02 16:16:55, Info CSI 000056d2 [SR] Repair complete
2016-06-02 16:16:55, Info CSI 000056d3 [SR] Committing transaction
2016-06-02 16:16:56, Info CSI 000056d8 [SR] Verify and Repair Transaction completed. All files and registry keys listed in this transaction have been successfully repaired[/mw_shl_code]
楼主应该知道该怎么玩吧。。。。
相关介绍:https://support.microsoft.com/zh-cn/kb/929833
能扯的大概就那么多了。。。。
|