Windows error 0x000D36D8, 866008

Detailed Error Information

MF_S_MULTIPLE_BEGIN[1]

MessageThis callback and state had already been passed in to this event generator earlier.%0
Declared inMferror.h

HRESULT analysis[2]

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
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code14040 (0x36d8)

Questions

1vote
1answer

App crashes on start on real device only

I wanted to publish my game app today(using Swift - xCode GTM and Sprite kit framework). My app works fine on the simulator but when I tried it on a real device - iPhone 4 iOS 7, it crashes on start: class func unarchiveFromFile(file : NSString) -> SKNode? { let [...] read more
ios
xcode
swift
sprite-kit

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0