0

我在我的计算机上运行 32 位 Windows XP 机器。最近我发现偶尔会弹出一个错误,显示 Dr Watson Postmortem Debugger 已崩溃并需要关闭。此时所有的 gui 都卡住了,我需要手动重启系统才能正常工作。

所以当我检查错误日志时,我发现了以下内容。

Event Type: Error
Event Source:   Application Error
Event Category: (100)
Event ID:   1000
Date:       10/25/2011
Time:       1:26:39 AM
User:       N/A
Computer:   HOME
Description:
Faulting application drwtsn32.exe, version 5.1.2600.0, faulting module dbghelp.dll, version 5.1.2600.2180, fault address 0x0001295d.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74   Applicat
0008: 69 6f 6e 20 46 61 69 6c   ion Fail
0010: 75 72 65 20 20 64 72 77   ure  drw
0018: 74 73 6e 33 32 2e 65 78   tsn32.ex
0020: 65 20 35 2e 31 2e 32 36   e 5.1.26
0028: 30 30 2e 30 20 69 6e 20   00.0 in 
0030: 64 62 67 68 65 6c 70 2e   dbghelp.
0038: 64 6c 6c 20 35 2e 31 2e   dll 5.1.
0040: 32 36 30 30 2e 32 31 38   2600.218
0048: 30 20 61 74 20 6f 66 66   0 at off
0050: 73 65 74 20 30 30 30 31   set 0001
0058: 32 39 35 64               295d    

然后使用我使用以下命令: regsvr32 c:\windows\system32\dbghelp.dll它显示一个对话框说:

c:\windows\system32\dbghelp.dll was loaded,but the DllRegisterServer entry point was not found. This file can not be registered. 所以我认为 dbghelp.dll 文件已损坏并且需要更改,我从互联网上下载了该文件的另一个副本,但由于文件上的各种锁定,操作系统不允许我替换该文件。

我尝试使用以下命令使用计划任务为下一次系统启动计划批处理文件: copy /Y j:\security_updates\dbghelp.dll c:\windows\system32\ 但这似乎也不起作用。如何在下次系统启动时替换此文件?

4

0 回答 0