Windows error 0x00001B7D, 7037

Detailed Error Information

CTX_LOGON_DISABLED[1]

MessageYour interactive logon privilege has been disabled. Please contact your administrator.
Declared inwinerror.h

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

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 Code7037 (0x1b7d)

Questions

1vote
1answer

Keep getting breakpoint error when trying to run iOS application on iphone simulator with xcode 5

I just started creating a new checklist app for the first time. So far I have added a Table View object and Table View Cell object to the app's UI in main.storyboard. I then went to my View Controller header file and made sure to change the superclass type to [...] read more
ios
objective-c
debugging
xcode5
breakpoints
-3votes
4answers

What does this assertion failure mean in a UITableViewDataSource?

Currently following a checklists tutorial built with io6 in mind. I'm using xcode 5, ios7 sdk. The tutorial hasn't been updated for IOS7 but I didn't want to stop my learning so decided to go ahead and work with the outdated tutorial and hopefully use it as a learning experience. [...] read more
objective-c
cocoa-touch
uitableview
uikit

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