Windows error 0x00002070, 8304

Detailed Error Information

DS_MAX_OBJ_SIZE_EXCEEDED[1]

MessageThe maximum size of an object has been exceeded.
Declared inwinerror.h

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

HRESULT analysis[2]

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[2][1]
DescriptionThe default facility code.[2][1]
Error Code8304 (0x2070)

Questions

1vote
2answers

how to resolve "failed to resume in time" on iOS

Incident Identifier: A664D7F0-B508-4D77-8052-3D15B7612921 CrashReporter Key: cc6fa311f4d178cd2a1c946ced641fab87e0181d Hardware Model: iPhone2,1 Process: iPORTALs [4155] Path: /var/mobile/Applications/EFCD0F88-675F-47E2-AFA9-9EC4D918881F/iPORTALs.app/iPORTALs Identifier: iPORTALs Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2011-01-24 18:58:22.908 +0700 OS Version: iPhone OS 4.1 (8B117) Report Version: 104 Exception Type: 00000020 Exception Codes: 0x8badf00d Highlighted Thread: 0 Application [...] read more
iphone
objective-c
ios4
crash-dumps

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0