I didn't know where to post this and I decided to post it here.
I recently upgraded windows 10 to the latest version 1909.
I recently reinstalled the WinPerformanceToolkit and the WinDebuggingTools (because I updated the guide to install the WinPerfTool).
When I tried to watch a .DMP file, I got this error (in Italian… I don't know why, because I set my machine to be in English):
In Italian:
I searched dbgeng.dll in that path and in c:\windows\system32, then I compared their details (size, date, versions).
The one in that path has got 10.0.16299.15 as version, 29/09/2017 2:58 as timestamp and 6438kB as size.
The one in system32 has got 10.0.18362.1 as version, 19/03/2019 5:44 as timestamp and 6286kB as size.
I renamed the old one to OLD-dbgeng.DL and copied the other one from system32 to that KITS path.
Now I can open the DMP file.
I recently upgraded windows 10 to the latest version 1909.
I recently reinstalled the WinPerformanceToolkit and the WinDebuggingTools (because I updated the guide to install the WinPerfTool).
When I tried to watch a .DMP file, I got this error (in Italian… I don't know why, because I set my machine to be in English):
Code:
---------------------------
windbg.exe - Ordinal not found
---------------------------
The ordinal 1003 could not be located in the dynamic link library d:\Program Files (x86)\Windows Kits\10\Debuggers\x64\dbgeng.dll.
---------------------------
OK
---------------------------
In Italian:
Read More:
I searched dbgeng.dll in that path and in c:\windows\system32, then I compared their details (size, date, versions).
The one in that path has got 10.0.16299.15 as version, 29/09/2017 2:58 as timestamp and 6438kB as size.
The one in system32 has got 10.0.18362.1 as version, 19/03/2019 5:44 as timestamp and 6286kB as size.
I renamed the old one to OLD-dbgeng.DL and copied the other one from system32 to that KITS path.
Now I can open the DMP file.