coleio
Member
- Jun 9, 2023
- 6
Used pc, Ryzen 5 5600X, 32gb ddr4 3200mhz, RTX 3060 Ti.
PC crashes with WHEA_UNRECOVERABLE_ERROR during times of intense computation (games, mostly).
I threw the dumps created into WinDbg, but I can't get the symbols to work when I run !errrec, even after stating microsoft's symbols online as a search path and reloading.
So, instead, can somebody reply with the !errrrec they get (assuming you have the symbols)
An interpretation of the results of that !errrec would also be appreciated
Here are two of the dump files on pastebin. Not sure how to attach them on this forum, sorry. Each are two hours apart, experienced while playing games for a short time
first dump
second dump
PC crashes with WHEA_UNRECOVERABLE_ERROR during times of intense computation (games, mostly).
I threw the dumps created into WinDbg, but I can't get the symbols to work when I run !errrec, even after stating microsoft's symbols online as a search path and reloading.
Code:
*************************************************************************
*** ***
*** ***
*** Either you specified an unqualified symbol, or your debugger ***
*** doesn't have full symbol information. Unqualified symbol ***
*** resolution is turned off by default. Please either specify a ***
*** fully qualified symbol module!symbolname, or enable resolution ***
*** of unqualified symbols by typing ".symopt- 100". Note that ***
*** enabling unqualified symbol resolution with network symbol ***
*** server shares in the symbol path may cause the debugger to ***
*** appear to hang for long periods of time when an incorrect ***
*** symbol name is typed or the network symbol server is down. ***
*** ***
*** For some commands to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: hal!_WHEA_PROCESSOR_GENERIC_ERROR_SECTION ***
*** ***
*************************************************************************
So, instead, can somebody reply with the !errrrec they get (assuming you have the symbols)
An interpretation of the results of that !errrec would also be appreciated
Here are two of the dump files on pastebin. Not sure how to attach them on this forum, sorry. Each are two hours apart, experienced while playing games for a short time
first dump
second dump