Windows 7 unexpected pc crash results in Dump File

Dmen

Member
Joined
Jun 10, 2016
Messages
6
Hello windowsforum community,
my pc recently crashed. I looked in the eventlog there was a entry that a dump file has been saved at C:\Windows\Minidump

I will upload it here,maybe someone can help me identify the problem :)
 

Attachments

  • 061016-19999-01.dmp
    061016-19999-01.dmp
    331.5 KB · Views: 319
  • eventlog.webp
    eventlog.webp
    23.1 KB · Views: 392
Solution
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 116, {fffffa8010541110, fffff88005540af4, 0, d}

Unable to load image atikmpag.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for atikmpag.sys
*** ERROR: Module load completed but symbols could not be loaded for atikmpag.sys
Probably caused by : atikmpag.sys (...
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 116, {fffffa8010541110, fffff88005540af4, 0, d}

Unable to load image atikmpag.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for atikmpag.sys
*** ERROR: Module load completed but symbols could not be loaded for atikmpag.sys
Probably caused by : atikmpag.sys ( atikmpag+7af4 )

Followup: MachineOwner
Hi,
this bugcheck is caused by the gpu driver not resetting within time and is known as a TDR. Please remove your current gpu driver by running this application as it will remove the driver as well as anything else that shouldn't be there ready for the new driver.
Display driver Uninstaller

Once removed install the latest driver found your systems support page at HP:
Support page:
Link Removed
Driver
Link Removed

In fact there updates for most of your drivers under Windows 7.

Look in the start menu all programs area for command prompt, right click, choose properties then run as admin: Type:
sfc /scannow
Press enter and await results.

Post any new dump files.
 

Solution
Thank you kemical for your fast respond :D
I will try it and let you know how it worked
 

Your welcome Dmen and hope that all goes well.

Post any new dump files.
 

Thank you again,it worked great
Not a single crash anymore. :up:
 

Your very welcome Dmen and thank you for the update.. :)
 

Back
Top