Windows error 0x00002726, 10022

Detailed Error Information

HRESULT analysis[1]

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

Questions

1vote
1answer

Problem with UIImagePickerController

I'm having a problem with the UIImagePickerController being presented with presentModalViewController. As soon as the view displays (be it camera or photo album), the app crashes. The whole UI is created in code, no interface builder. This has only stopped working since I've been updating the code to run on [...] read more
iphone
ios4
uiimagepickercontroller
presentmodalviewcontroller
0votes
0answers

Failed psycopg2 connection when started from network drive

I have written a Python application that uses psycopg2 to connect to a Postgresql server. When executing the application using Pycharm, with the python-files on a network drive, the connection works without a problem. I would like to distribute the application for Windows using Pyinstaller. However, when executing the Pyinstaller-built [...] read more
python
pyinstaller
psycopg2

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0