Windows error 0x00002039, 8249

Detailed Error Information

DS_AFFECTS_MULTIPLE_DSAS[1]

MessageThe operation affects multiple DSAs
Declared inwinerror.h

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

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 Code8249 (0x2039)

Questions

1vote
0answers

iAd crashes in iOS4.3

Trying to implement iAd in a Universal App with a number of different view controllers, have tried implementing the sample code from Apple's iAd suite, both the basic in an individual viewcontroller and seperately using the navigationcontroller code, both result in a crash that refers to pngData added to a [...] read more
ios
uinavigationcontroller
iad
1vote
2answers

UIViewController with UITableView crashing

I've got an UIViewController with a UITableView inside. I implemented everything programmatically but the application crashes or doesn't display the data in the array. Here's my sample code: uWDataResumeController.h #import <UIKit/UIKit.h> @interface uWDataResumeController : UIViewController <UITableViewDelegate, UITableViewDataSource>{ NSMutableArray *dataForMyTable2; UITableView *myDataTable; } @property (nonatomic, retain) UITableView *myDataTable; @property (nonatomic, retain) [...] read more
iphone
cocoa-touch
uitableview
uiviewcontroller
crash

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