iOS 6, SDK 2.1.3.RC, VideoPlayer crash

You must Login before you can answer or comment on any questions.

During video playback on orientation change, the app crahes. Here is what I found in the device logs:

Last Exception Backtrace:
0   CoreFoundation                  0x351f829e __exceptionPreprocess + 158
1   libobjc.A.dylib                 0x39c0e97a objc_exception_throw + 26
2   CoreFoundation                  0x351f81c0 +[NSException raise:format:] + 100
3   UIKit                           0x33c0c892 -[UIViewController __supportedInterfaceOrientations] + 470
4   UIKit                           0x33c0c69c -[UIViewController __withSupportedInterfaceOrientation:apply:] + 20
5   UIKit                           0x33c51a24 -[UIViewController _updateLastKnownInterfaceOrientationOnPresentionStack:] + 180
6   UIKit                           0x33c0d67c -[UIWindow _updateToInterfaceOrientation:duration:force:] + 212
7   UIKit                           0x33c16d28 -[UIWindow _updateInterfaceOrientationFromDeviceOrientation:] + 176
8   CoreFoundation                  0x35149032 _CFXNotificationPost + 1422
9   Foundation                      0x32608d8c -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
10  UIKit                           0x33baac68 -[UIDevice setOrientation:animated:] + 292
11  UIKit                           0x33ba53de -[UIApplication handleEvent:withNewEvent:] + 2954
12  UIKit                           0x33ba46d0 -[UIApplication sendEvent:] + 68
13  UIKit                           0x33ba411e _UIApplicationHandleEvent + 6150
14  GraphicsServices                0x3506d59e _PurpleEventCallback + 586
15  GraphicsServices                0x3506d1ce PurpleEventCallback + 30
16  CoreFoundation                  0x351cd16e __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 30
17  CoreFoundation                  0x351cd112 __CFRunLoopDoSource1 + 134
18  CoreFoundation                  0x351cbf94 __CFRunLoopRun + 1380
19  CoreFoundation                  0x3513eeb8 CFRunLoopRunSpecific + 352
20  CoreFoundation                  0x3513ed44 CFRunLoopRunInMode + 100
21  GraphicsServices                0x3506c2e6 GSEventRunModal + 70
22  UIKit                           0x33bf82fc UIApplicationMain + 1116
23  MyTunesRSS                      0x000057a0 main (main.m:36)
24  MyTunesRSS                      0x00003774 start + 36

Your Answer

Think you can help? Login to answer this question!