Windows error 0x00000115, 277

Detailed Error Information

EA_TABLE_FULL[1]

MessageThe extended attribute table file is full.
Declared inwinerror.h

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

AGP_INTERNAL[2]

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

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 Code277 (0x0115)

Questions

2votes
0answers

Protobuf-net serializer used in Unity gives Invalid IL code IL_0035: call 0x06000001

Using Unity 5.0.1f1, protobuf-net r668. I've set up a protobuf serializer dll using Visual Studio 2013, set to framework "Unity .Net 3.5 Subset Base Class Libraries" (I've also tried .Net 3.5 with same result). I have 4 parent data types to serialize: two rather simple ones, and two a tad [...] read more
c#
unity3d
protobuf-net
1vote
2answers

Application crash immediately when deploy to iPhone running iOS10 from xCode8

My application can running normally on iOS9 and xCode7, but after upgrade to XCode8 and iOS10 on my iPhone, the application crash immediately after I deploy to my iPhone, before it get into the main() function. I think there are some problems with library loading, this is the log from [...] read more
objective-c
ios10
xcode8
0votes
0answers

Cordova GUI not loading correctly for iOS 8.1

I've been asked to provide added functionality for a cordova iOS project that was developed previously. In the simulator the app runs perfectly for OS 7.1 on an device but on the OS 8.1 it doesnt seem to scale correctly and the images aren't loading. I've updated cordova and I'm [...] read more
ios
xcode
cordova
ios8.1

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