UNEXPECTED_STORE_EXCEPTION

Code: 0x154 (340)

As HRESULT:As NTSTATUS:

Parameters

ParameterDescription
1Pointer to the store context or data manager
2Exception information
3Reserved
4Reserved

Description

The UNEXPECTED_STORE_EXCEPTION bug check has a value of 0x00000154. This bug check indicates that the kernel memory store component caught an unexpected exception.

Important

This topic is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

Resolution

To determine the cause of the issue, use the debugger to gather additional information. Examine multiple dump files to see if this stop code has similar characteristics, such as the same code running when the stop code appears. For more information, see Crash dump analysis using the Windows debuggers (WinDbg), Using the !analyze extension and !analyze.

After information about the source code in question is available, set a breakpoint in the related code before this code is executed. Single step forward through the code, looking at the values of critical variables that are used to control the code flow. Carefully examine this area of your code to look for false assumptions or other mistakes.

Troubleshooting tips

If you're not able to work with the underlying code that's causing the issue, these troubleshooting tips might be helpful.

See also

Bug Check code reference

Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.

Associated Modules

ModuleCodeFound inDescription
EventCreate.exe0x15478.11011%1
KernelBase.dll0x1548.1The supplied kernel information version is invalid.
kernel32.dll0x1548.11011The supplied kernel information version is invalid.
webservices.dll0x15478.11011The characters '%1' are not valid as element content.
4 entries