Windows 10: Install and Configure WinDBG for BSOD Analysis

Discus and support Install and Configure WinDBG for BSOD Analysis in Windows 10 Tutorials to solve the problem; That worked, thanks! Maybe there should be a note in the tutorial about this? Note added. *Smile Discussion in 'Windows 10 Tutorials' started by Dude, Oct 3, 2014.

  1. Brink
    Brink New Member

    Install and Configure WinDBG for BSOD Analysis


    Note added. *Smile
     
    Brink, Feb 26, 2017
    #46
  2. AmieC Win User

    I am having problems with Step #3 Start>all apps>Window Kits> etc... I am not typing this into the command panel, correct? Based on how it's displayed, i'm clicking on each description beginning with Start. I do not have an "all apps" icon. Do I just literally click every single app?

    I apologize for what probably seems like a silly question. I am a complete novice and I am attempting debugging with no programming knowledge. I am a normal user attempting to figure if I have corrupt files.
     
    AmieC, Mar 2, 2017
    #47
  3. essenbe Win User
    No, you are going to programs from the start button in the bottom left. Right click and run as Administrator.


    Install and Configure WinDBG for BSOD Analysis [​IMG]


    However, if you have no experience, you would be better off to start a thread in the BSOD section BSOD Crashes and Debugging - Windows 10 Forums
     
    essenbe, Mar 2, 2017
    #48
  4. Ztruker Win User

    Install and Configure WinDBG for BSOD Analysis

    `
    There is no All Apps or All Programs unless you are using something like Classic Shell or Start10.
    You click Start, scroll down to Windows Kits, expand it and click on the appropriate WinDbg.


    Install and Configure WinDBG for BSOD Analysis [​IMG]
     
    Ztruker, Mar 3, 2017
    #49
  5. bitp Win User
    Hi, very good your post and thank you for such information, i followed all the steps but i got this message when trying to set the path for the symbols.

    please help, thanks!!


    Install and Configure WinDBG for BSOD Analysis [​IMG]
     
  6. axe0 New Member
    You're simply missing the right symbols.
    Load the dump a few times (open, load and close) so Windbg can download the right symbols.
     
  7. ICIT2LOL Win User
    Thanks Gav smooth as silk so same sort of use as in 7? a stupid question I know but just want to know beofr I do anything that will annoy people*Think
     
    ICIT2LOL, May 13, 2017
    #52
  8. ICIT2LOL Win User

    Install and Configure WinDBG for BSOD Analysis

    Ok Colin sorry about the name I was working from Gavs tutorial and hav got it set on both my main and small laptop now and one to go.

    NB Posting problem I think is fixed.
     
    ICIT2LOL, May 13, 2017
    #53
  9. corigins Win User
    Hello all

    Thank you to the author for providing such a succinct tutorial.
    I am having an issue with symbols, where when I open a Memory.dmp file, an error occurs in analysis:
    Code: ************* Symbol Path validation summary ************** Response Time (ms) Location Deferred SRV*C:\SymCache*Symbol information Symbol search path is: SRV*C:\SymCache*Symbol information Executable search path is: *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrnlmp.exe - Windows 10 Kernel Version 15063 MP (8 procs) Free x64 Product: WinNt, suite: TerminalServer SingleUserTS Built by: 15063.0.amd64fre.rs2_release.170317-1834 Machine Name: Kernel base = 0xfffff802`1a200000 PsLoadedModuleList = 0xfffff802`1a54c5a0 Debug session time: Tue May 16 20:22:37.672 2017 (UTC + 8:00) System Uptime: 0 days 0:18:28.312 *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrnlmp.exe - Loading Kernel Symbols[/quote] Granted the dump file is around 2GB (is this big?). I have run the analysis a few times in the hope that symbols may be downloaded eventually, but still an issue it seems.

    Can anybody see something in the text above to indicate where I may have gone wrong?

    Richard
     
    corigins, May 16, 2017
    #54
  10. Ztruker Win User
    Everyone is having the same problem with symbols for the 15063 build. The fix is for Microsoft to do, nothing you or I or anyone else can do about it.

    It's been reported multiple time but no resolution from Microsoft yet.
     
    Ztruker, May 17, 2017
    #55
  11. corigins Win User
    Thank you Ztruker, I must have missed that information.
     
    corigins, May 17, 2017
    #56
  12. zbook New Member
    In setting up the software to debug I was able to download and install. However I was not able to configure per page 1.

    1. Download the WinDBG sdksetup.exe setup file.
    2. Run sdksetup.exe, and specify the installation location (this example uses the default location):
    2. Copy the highlighted text below, and paste it into the command prompt window using Ctrl+V and hit enter to change directory to the installation location path.

    cd\Program Files (x86)\Windows Kits\10\Debuggers\x64\






    The operating system is windows 10 version 1703 (OS Build 15063.296) x64 based PC.
    Windows PowerShell
    Copyright (C) 2016 Microsoft Corporation. All rights reserved.

    PS C:\Windows\system32> cd\Program Files (x86)\Windows Kits\10\Debuggers\x64\
    x86 : The term 'x86' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
    spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:19
    + cd\Program Files (x86)\Windows Kits\10\Debuggers\x64\
    + ~~~
    + CategoryInfo : ObjectNotFound: (x86:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    PS C:\Windows\system32>


    How do you associate the .dmp files with WinDBG when the above copy paste command does not work?
    Are there any other commands that may need modification?
     
    zbook, May 21, 2017
    #57
  13. axe0 New Member

    Install and Configure WinDBG for BSOD Analysis

    I suggest to try it in phases, like cd 1 or 2 folders at a time.
     
  14. zbook New Member
    Please explain....stuck on step #2.......Windows 10 Forums what should be copied and pasted now that the above does not work and how do you check the progress?
     
    zbook, May 21, 2017
    #59
  15. axe0 New Member
    Cd per folder:
    Code: cd\Program Files (x86)\ cd\Windows Kits\ cd\10\ cd\Debuggers\ cd\x64\[/quote]
     
Thema:

Install and Configure WinDBG for BSOD Analysis

Loading...
  1. Install and Configure WinDBG for BSOD Analysis - Similar Threads - Install Configure WinDBG

  2. Help Understanding Memory.DMP WinDbg Analysis

    in Windows 10 Gaming
    Help Understanding Memory.DMP WinDbg Analysis: In the past few months, I have been encountering repeated bluescreens almost every day when I open my laptop after it has been sleeping for about 7 hours. The screen will stay black for a few minutes, then eventually I will get a BSOD. I have received many different errors...
  3. Help Understanding Memory.DMP WinDbg Analysis

    in Windows 10 Software and Apps
    Help Understanding Memory.DMP WinDbg Analysis: In the past few months, I have been encountering repeated bluescreens almost every day when I open my laptop after it has been sleeping for about 7 hours. The screen will stay black for a few minutes, then eventually I will get a BSOD. I have received many different errors...
  4. BSOD caused by ntkrnlmp.exe WinDbg analysis provided

    in Windows 10 Gaming
    BSOD caused by ntkrnlmp.exe WinDbg analysis provided: I strongly believe it's not my drivers which are causing the problem since they have been installed for months and only 2 days ago did I start getting bluescreen. I also tried TestMem5 extreme profile for 1 hour and 30 minutes, Memtest86, and Memtest64 40 cycles and they all...
  5. BSOD caused by ntkrnlmp.exe WinDbg analysis provided

    in Windows 10 Software and Apps
    BSOD caused by ntkrnlmp.exe WinDbg analysis provided: I strongly believe it's not my drivers which are causing the problem since they have been installed for months and only 2 days ago did I start getting bluescreen. I also tried TestMem5 extreme profile for 1 hour and 30 minutes, Memtest86, and Memtest64 40 cycles and they all...
  6. BSOD WinDbg Analysis Results

    in Windows 10 Gaming
    BSOD WinDbg Analysis Results: Recently had a rash of BSOD on a workstation, details of the workstation are below. My review of the output of the dump file appears to be a memory error and/or processor error but would like confirmation or if I am missing something here let me know.The machine is used to...
  7. BSOD WinDbg Analysis Results

    in Windows 10 Software and Apps
    BSOD WinDbg Analysis Results: Recently had a rash of BSOD on a workstation, details of the workstation are below. My review of the output of the dump file appears to be a memory error and/or processor error but would like confirmation or if I am missing something here let me know.The machine is used to...
  8. WinDbg Analysis

    in Windows 10 Gaming
    WinDbg Analysis: Hi there,My computer keeps crashed due to the Blue Screen issue. I try to run WinDbg by myself. However, it does not work for some reason.Can anyone help and run the WinDbg for the below file? I have tried to run the WinDbg before, but not sure why it does not work this time....
  9. WinDbg Analysis

    in Windows 10 Software and Apps
    WinDbg Analysis: Hi there,My computer keeps crashed due to the Blue Screen issue. I try to run WinDbg by myself. However, it does not work for some reason.Can anyone help and run the WinDbg for the below file? I have tried to run the WinDbg before, but not sure why it does not work this time....
  10. Help interpreting minidump analysis from WinDbg

    in Windows 10 Ask Insider
    Help interpreting minidump analysis from WinDbg: Hi, I have been investigating a Driver Power State Failure BSOD and came across several pointers on how to identify the cause. Checking BluescreenViewer showed it was an 'ntoskrnl.exe' issue. Upon further checking, I found that kernel issues could be a wide range of things...