This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
I am playing a video (m4v) in an iPad app on one page, then it goes to a different View Controller which plays another video. It plays fine, but when the second video finishes playing it then throws an Assertion failure. The error is: *** Assertion failure in -[MPMoviePlayerControllerNew _moviePlayerDidBecomeActiveNotification:], [...] read more