Windows error 0x00002034, 8244

Detailed Error Information

DS_ALIAS_DEREF_PROBLEM[1]

MessageThere is an alias dereferencing problem.
Declared inwinerror.h

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

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 Code8244 (0x2034)

Questions

19votes
7answers

Trying to debug error: *** Assertion failure in -[UITableView _createPreparedCellForGlobalRow:withIndexPath:]

I have a simple UITableviewController that used to work fine and now something has broken it.. It presents a simple form that allows me to add a simple 3-field record to a core-data managed object. When I add a record, it should return to the table and display the contents. [...] read more
iphone
core-data
uitableview
5votes
3answers

iphone UITable reloadRowsAtIndexPaths very strange issue

So i'm trying to update a cell with incoming image. I have a protocol which calls back corresponding method when image DLing done. UITable's source is an NSArray of objects "Meeting". Every Meeting holds its table cell's indexPath which i get at a - (UITableViewCell *)tableView:(UITableView *)_tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { [...] read more
iphone
ios
uitableview

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