HipByte / RubyMotionSamples

A collection of RubyMotion applications for code samples.
http://www.rubymotion.com
1.21k stars 341 forks source link

ImageTransition OSX App Crashes when using CI Filters #40

Closed tsugua closed 10 years ago

tsugua commented 10 years ago

Here's the crash log from RM 2.20

main)> 2014-01-29 22:46:19.666 ImageTransition[77857:303] An uncaught exception was raised 2014-01-29 22:46:19.667 ImageTransition[77857:303] CI filters are not supported by this layer tree: {CIBarsSwipeTransition { inputAngle = "3.14159265359"; inputBarOffset = 10; inputImage = ""; inputTargetImage = ""; inputTime = 0; inputWidth = 30; }}. 2014-01-29 22:46:19.667 ImageTransition[77857:303](0 CoreFoundation 0x00007fff8a58441c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff8c53ee75 objc_exception_throw + 43 2 CoreFoundation 0x00007fff8a5842cc +[NSException raise:format:] + 204 3 libdispatch.dylib 0x00007fff88f591d7 _dispatch_call_block_and_release + 12 4 libdispatch.dylib 0x00007fff88f562ad _dispatch_client_callout + 8 5 libdispatch.dylib 0x00007fff88f5df03 _dispatch_main_queue_callback_4CF + 333 6 CoreFoundation 0x00007fff8a4eb839 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9 7 CoreFoundation 0x00007fff8a4a6b14 __CFRunLoopRun + 1636 8 CoreFoundation 0x00007fff8a4a6275 CFRunLoopRunSpecific + 309 9 HIToolbox 0x00007fff897f9f0d RunCurrentEventLoopInMode + 226 10 HIToolbox 0x00007fff897f9b85 ReceiveNextEventCommon + 173 11 HIToolbox 0x00007fff897f9abc _BlockUntilNextEventMatchingListInModeWithFilter + 65 12 AppKit 0x00007fff907dc28e _DPSNextEvent + 1434 13 AppKit 0x00007fff907db8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 14 AppKit 0x00007fff907cf9cc -[NSApplication run] + 553 15 AppKit 0x00007fff907ba803 NSApplicationMain + 940 16 ImageTransition 0x000000010c619cf9 main + 185 17 libdyld.dylib 0x00007fff8f56e5fd start + 1)