Windows error 0x00000131, 305

Detailed Error Information

SHORT_NAMES_NOT_ENABLED_ON_VOLUME[1]

MessageShort names are not enabled on this volume.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070131.

INVALID_EXTENDED_PROCESSOR_STATE[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0x131: INVALID_EXTENDED_PROCESSOR_STATE.

HRESULT analysis[3]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[3][1]
DescriptionThe default facility code.[3][1]
Error Code305 (0x0131)

Questions

1vote
1answer

Reducing AOSP kernel image size

I am trying to build an AOSP kernel, but I can't make the resulting boot.img small enough to flash and boot it. It contains the compressed kernel with appended dtbs and the initramfs. My intention is to fuzz-test drivers using Syzkaller. I'm currently using a Pixel XL (marlin). I use [...] read more
android
linux
linux-kernel
android-source
1vote
1answer

iOS will reboot on iPhone XS when play video streaming(iOS 12.0.1)

I'm a newbie iOS developer, recently there is a strange issue happened in iOS 12.0.1, our app is a video streaming app and codec protocol using h.264. We using VideoToolBox to decode the streaming, and get the decode buffer to display on screen, but sometimes the console log will show [...] read more
ios
iphone
video-streaming
ios12
0votes
0answers

BSOD error fffff880009ae7e8

I did a P2V vm and now I got 7B error (I can't find arg fffff880009ae7e8 "0xFFFFF880009AE7E8" anywhere in the internet) .. I tried change registry to load scsi driver LSI and still same error . here is dump debugger: (anyone can help?) Windows 7 Kernel Version 7601 MP (1 [...] read more
windows-7
virtual-machine
bsod
0votes
1answer

Strange stack trace in Windows Phone 8

Hi I have a Windows phone app which is getting a number of crashes reported by the dev center. I recently did an upgrade which included some minor changes and the moving of some common code from a Silverlight class library to a Windows phone class library (so that I [...] read more
windows-phone-8
crash-dumps

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0