I just updated my version of Windows 8.1 Enterprise to Update 1 (the latest patches released in this week's version of Black Tuesday).
I ran one of my MSVC++ applications which uses WINAPI methods that are a part of dbghelp.dll and it crashed. The only reason I found out was because I checked Event Viewer to see if there were any errors. Surely enough, there were:
Faulting application name: MyApplication.exe, version: 1.0.0.1, time stamp: 0x53458b91
Faulting module name: dbghelp.dll, version: 6.3.9600.16520, time stamp: 0x52e694f8
Exception code: 0xc0000005
Fault offset: 0x00000000000e5542
Faulting process id: 0x2220
Faulting application start time: 0x01cf541e52118787
Faulting application path: C:\Code\MyApplication\bin\MyApplication.exe
Faulting module path: C:\WINDOWS\SYSTEM32\dbghelp.dll
Report Id: 9125099c-c011-11e3-bef2-5c260a3201b8
Faulting package full name:
Faulting package-relative application ID:
So is there a hotfix or a different version of this DLL I should use for 8.1 Update 1?