Windows error 0x00003B2D, 15149

Detailed Error Information

PRI_MERGE_MISSING_SCHEMA[1]

MessageThe primary PRI files to be merged does not contain a schema.
Declared inwinerror.h

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

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 Code15149 (0x3b2d)

Questions

8votes
6answers

iOS - Calling Selector on Button that has a Parameter

Hello this is hopefully an easy question to solve. What I am attempting to do is have a selector on a button action that calls out to my other method with the fileName of a movie to play. If I move the file name back to the method it works [...] read more
xcode
ipad
ios4
uibutton
selector
0votes
2answers

SIGABRT error while using UITableView and storyBoard added to an Empty Application in iOS?

I am using UITableView to display data fetched from webservice.Fetching is done fine and displays data in console.However I am getting SIGABRT error.I have also added storyboard to empty application , if that is causing any problems here, I am not sure.What should be done here? Here is the description [...] read more
ios
objective-c
uitableview
0votes
2answers

app crash when try get user photo by Facebook iOS Graph API with app-scoped user id

I use Facebook for iOS. I get user's data without problem by Graph Api. From user's data I get app-scoped user id. Then I try get user's picture but application crashed. I tried use [FBRequestConnection startWithGraph:@"/me/picture" ...] and [FBRequestConnection startWithGraph:@"/(app id from user's data)/picture" ...] but still crashed. Why? 2014-06-02 [...] read more
ios
facebook
facebook-graph-api

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