minidump file analyze

austin moss 1 Reputation point
2021-03-27T18:06:49.34+00:00

i keep getting BSOd screens with stop codes. i checked the most recent mini dump file and this is what i found. im still having trouble analyzing the data. any help? No .natvis files found at C:\WINDOWS\SYSTEM32\Visualizers. No .natvis files found at C:\Users\harbi\AppData\Local\Dbg\Visualizers. Microsoft (R) Windows Debugger Version 10.0.19041.1 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\Windows\Minidump\032721-9078-01.dmp] Mini Kernel Dump File: Only registers and stack trace are available Symbol search path is: srv* Executable search path is: Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2 Windows 10 Kernel Version 19041 MP (8 procs) Free x64 Product: WinNt, suite: TerminalServer SingleUserTS Personal Built by: 19041.1.amd64fre.vb_release.191206-1406 Machine Name: Kernel base = 0xfffff80218200000 PsLoadedModuleList = 0xfffff80218e2a490 Debug session time: Sat Mar 27 12:52:36.861 2021 (UTC - 4:00) System Uptime: 0 days 0:02:34.644 Unable to load image \SystemRoot\system32\ntoskrnl.exe, Win32 error 0n2 Loading Kernel Symbols ............................................................... ................................................................ ................................................................ ............. Loading User Symbols Loading unloaded module list ...... ************* Symbol Loading Error Summary ************** Module name Error ntoskrnl The system cannot find the file specified You can troubleshoot most symbol related issues by turning on symbol loading diagnostics (!sym noisy) and repeating the command that caused symbols to be loaded. You should also verify that your symbol search path (.sympath) is correct. Unable to add extension DLL: kdexts Unable to add extension DLL: kext Unable to add extension DLL: exts SECURE: File not allowed to be loaded - C:\WINDOWS\SYSTEM32\dbghelp.dll Error code: Win32 error 0n5 The call to LoadLibrary(ext) failed, Win32 error 0n2 "The system cannot find the file specified." Please check your debugger configuration and/or network access. For analysis of this file, run !analyze -v 5: kd> !analyze -v SECURE: File not allowed to be loaded - C:\WINDOWS\SYSTEM32\dbghelp.dll Error code: Win32 error 0n5 The call to LoadLibrary(ext) failed, Win32 error 0n2 "The system cannot find the file specified." Please check your debugger configuration and/or network access. No export analyze found 5: kd> !analyze -v

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
935 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,406 Reputation points
    2021-03-29T04:30:55.21+00:00

    Hi austinmoss,

    Did you install TOPSEC software on your machine? If so, you can try to uninstall it and restart your machine. Or, you can try to disable the security software on your machine.

    If it doesn't work, could you provide the whole dump file?

    Best Regards, Dylan

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our * *documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**

    0 comments No comments