"Visual Debugger MFC Frontend has stopped working"
I did look into the registry, there was a folder with keys there, all of them being "value not set". I deleted the entire folder and that didn't change anything.
Let's be sure that the error is not me being dumb: I can simply navigate to HavokDir/Tools/VisualDebugger/ and double click hkVisualDebugger.exe - correct? Because that's what I am doing.
I went to the Event Log (the one that comes with Windows) and find the following information relating to the problem:
---- Faulting application name: hkVisualDebugger.exe, version: 7.1.0.1, time stamp: 0x4b309547 Faulting module name: ole32.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdac7 Exception code: 0xc0000005 Fault offset: 0x00029b90 Faulting process id: 0x%9 Faulting application start time: 0x%10 Faulting application path: %11 Faulting module path: %12 Report Id: %13 Faulting application name: hkVisualDebugger.exe, version: 7.1.0.1, time stamp: 0x4b309547Faulting module name: ole32.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdac7Exception code: 0xc0000005Fault offset: 0x00029b90Faulting process id: 0x%9Faulting application start time: 0x%10Faulting application path: %11Faulting module path: %12Report Id: %13 ---- Windows is keen on sending an error report to Microsoft. The error report contains the following information: ---- Description: Stopped working Files that help describe the problem: C:\Users\Jonas\AppData\Local\Temp\WERA811.tmp.WERInternalMetadata.xml C:\Users\Jonas\AppData\Local\Temp\WERBF59.tmp.mdmp ---- Said files are a memory dump and this: ---- <?xml version="1.0" encoding="UTF-16"?> <WERReportMetadata> <OSVersionInformation> <WindowsNTVersion>6.1</WindowsNTVersion> <Build>7600 </Build> <Product>(0x30): Windows 7 Professional</Product> <Edition>Professional</Edition> <BuildString>7600.16539.x86fre.win7_gdr.100226-1909</BuildString> <Revision>1</Revision> <Flavor>Multiprocessor Free</Flavor> <Architecture>X86</Architecture> <LCID>1033</LCID> </OSVersionInformation> <ParentProcessInformation> <ParentProcessId>3096</ParentProcessId> <ParentProcessPath>C:\Windows\explorer.exe</ParentProcessPath> <ParentProcessCmdLine>C:\Windows\Explorer.EXE</ParentProcessCmdLine> </ParentProcessInformation> <ProblemSignatures> <EventType>APPCRASH</EventType> <Parameter0>hkVisualDebugger.exe</Parameter0> <Parameter1>7.1.0.1</Parameter1> <Parameter2>4b309547</Parameter2> <Parameter3>ole32.dll</Parameter3> <Parameter4>6.1.7600.16385</Parameter4> <Parameter5>4a5bdac7</Parameter5> <Parameter6>c0000005</Parameter6> <Parameter7>00029b90</Parameter7> </ProblemSignatures> <DynamicSignatures> <Parameter1>6.1.7600.2.0.0.256.48</Parameter1> <Parameter2>1033</Parameter2> </DynamicSignatures> <SystemInformation> <MID>5C766FFB-9ACE-4F9A-89FE-0CA722D4653B</MID> </SystemInformation> </WERReportMetadata> ---- I am trying to think what all the machines I tried this with might have in common and the only thing I can think of is that they all run a Windows7 under an Academic license (MSDNAA). That should not make a difference. As you can see I am running out of ideas here.
|