can't view memory.dmp file

yaz 1 Reputation point
2022-02-09T18:25:31.613+00:00

I'm trying to use windbg.exe to view this file as documentation says but can't find this command even after installing Windows SDK. I've searched in the normal areas to find it and nothing. I just want to troubleshoot my computer that keeps blue screening me too often. Any help would be appreciated.

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
783 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Taylor 54,316 Reputation points
    2022-02-09T18:46:05.093+00:00

    It partially depends on what version of windbg you're running. With the newer Windbg Preview you click the File ribbon tab and then Start Debugging. On the right side is the list of debugging options and one of them is Open dump file which is the option you want.

    172693-image.png

    If you're using the original Windbg then use the File \ Open Crash Dump menu item instead. Refer to the following starter documentation on the things you'll need to set up and how to start diagnosing issues.

    0 comments No comments

  2. MacDonald, Philip 76 Reputation points
    2022-02-09T18:54:51.383+00:00

    You may have to set the symbol path if you haven't do so already.

    https://video2.skills-academy.com/en-us/windows-hardware/drivers/debugger/symbol-path

    C:\Windows\memory.dmp is typically the last crash file.

    Good Luck

    0 comments No comments

  3. Docs 15,516 Reputation points
    2022-02-09T20:26:45.04+00:00

    Indicate if you need help with the BSOD debugging.
    A log collector link can be posted.

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.