Question Reading a Windows 11 dump file ?

Jul 25, 2025
2
0
10
Hello, im in desperate need of finding the cause of my pc bluescreening every 30 minutes when playing BeamNG.Drive. I'm not sure why it's happening. Only errors i get in event manager are some gaming services not responding errors, and only critical errors i get are because of sudden system shutdown. I'm not sure if it's even software issue or is it hardware itself. It also might be crucial info that, today my pc bsod'ed 8 times, and stop codes were:
- KMODE EXCEPTION NOT HANDLED
- CRITICAL PROCESS DIED
- UNEXPECTED STORE EXCEPTION
\
\
\
\
\
I would really appreciate helping me read my dump file since i have no clue on how to do that.
My dump file:


************* Preparing the environment for Debugger Extensions Gallery repositories **************
ExtensionRepository : Implicit
UseExperimentalFeatureForNugetShare : true
AllowNugetExeUpdate : true
NonInteractiveNuget : true
AllowNugetMSCredentialProviderInstall : true
AllowParallelInitializationOfLocalRepositories : true

EnableRedirectToV8JsProvider : false

-- Configuring repositories
----> Repository : LocalInstalled, Enabled: true
----> Repository : UserExtensions, Enabled: true

>>>>>>>>>>>>> Preparing the environment for Debugger Extensions Gallery repositories completed, duration 0.047 seconds

************* Waiting for Debugger Extensions Gallery to Initialize **************

>>>>>>>>>>>>> Waiting for Debugger Extensions Gallery to Initialize completed, duration 0.265 seconds
----> Repository : UserExtensions, Enabled: true, Packages count: 0
----> Repository : LocalInstalled, Enabled: true, Packages count: 29

Microsoft (R) Windows Debugger Version 10.0.26100.4654 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Bitmap Dump File: Full address space is available

Symbol search path is: srv*
Executable search path is:
Unable to read PsLoadedModuleList
WARNING: Mismatch between nt!KdDebuggerDataBlock and nt!KdVersionBlock - KernBase (Kernel Base Address)
WARNING: Mismatch between nt!KdDebuggerDataBlock and nt!KdVersionBlock - PsLoadedModuleList (Kernel Loaded Module List)
KiProcessorBlock[0] could not be read.
KiProcessorBlock[1] could not be read.
KiProcessorBlock[2] could not be read.
KiProcessorBlock[3] could not be read.
KiProcessorBlock[4] could not be read.
KiProcessorBlock[5] could not be read.
KiProcessorBlock[6] could not be read.
KiProcessorBlock[7] could not be read.
KiProcessorBlock[8] could not be read.
KiProcessorBlock[9] could not be read.
KiProcessorBlock[10] could not be read.
KiProcessorBlock[11] could not be read.
Windows 10 Kernel Version 26100 MP (12 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Kernel base = 0xfffff805`ca000000 PsLoadedModuleList = 0xfffff805`caef4c40
Debug session time: Fri Jul 25 19:06:44.971 2025 (UTC + 2:00)
System Uptime: 0 days 0:28:16.712
Unable to read PsLoadedModuleList
Loading Kernel Symbols
Unable to read PsLoadedModuleList
GetContextState failed, 0xD0000147
CS descriptor lookup failed
GetContextState failed, 0xD0000147
For analysis of this file, run !analyze -v
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
GetContextState failed, 0xD0000147
 
I tried fixing that gaming services error btw, and not even my xbox app wants to open to let me run gaming services diagnostic tool.

Edit
Also, i've tried running "DISM /Online /Cleanup-Image /RestoreHealth" command on my PC but it didn't want to work. Nothing was scanned after running that command.
 
Error code: (NTSTATUS) 0xd0000147 (3489661255) - {No Paging File Specified} No paging file was specified in the system configuration.

look like you might need to turn on the windows virtual memory to get a proper minidump.

windows is a paging operating system, it you do not have a c:\pagefile.sys then windows will create a small pagefile in you RAM so it can operate.

google "how to create a windows pagefile"

these bugcheck:
KMODE EXCEPTION NOT HANDLED
- CRITICAL PROCESS DIED
- UNEXPECTED STORE EXCEPTION

these bugchecks are often due to bad RAM timings.
generally you would update the BIOS or reset the bios to default , turn off any overclocking, boot into windows and remove any overclocking drivers.

It is good form to run memtest86 to check your memory timings.
if the memory timings pass testing, then provide the memory dumps and someone can look for drivers that corrupt memory or show other problems.
 
Last edited: