Skip to content

Instantly share code, notes, and snippets.

@shrutis360
Created August 22, 2014 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrutis360/4b2e012d16c2526954f4 to your computer and use it in GitHub Desktop.
Save shrutis360/4b2e012d16c2526954f4 to your computer and use it in GitHub Desktop.
VS Output Log
Debug session started...
Loaded assembly: /Users/ixamarin78/Library/Caches/Xamarin/mtbs/builds/App40/38cebca8216860441929b439b2531612/bin/iPhoneSimulator/Debug/monotouch.dll [External]
Loaded assembly: /Users/ixamarin78/Library/Caches/Xamarin/mtbs/builds/App40/38cebca8216860441929b439b2531612/bin/iPhoneSimulator/Debug/System.Core.dll [External]
Loaded assembly: /Users/ixamarin78/Library/Caches/Xamarin/mtbs/builds/App40/38cebca8216860441929b439b2531612/bin/iPhoneSimulator/Debug/System.dll [External]
Thread started: #2
Loaded assembly: /Users/ixamarin78/Library/Caches/Xamarin/mtbs/builds/App40/38cebca8216860441929b439b2531612/bin/iPhoneSimulator/Debug/App40.exe
Loaded assembly: /Users/ixamarin78/Library/Caches/Xamarin/mtbs/builds/App40/38cebca8216860441929b439b2531612/bin/iPhoneSimulator/Debug/OpenTK-1.0.dll [External]
Loaded assembly: /Users/ixamarin78/Library/Caches/Xamarin/mtbs/builds/App40/38cebca8216860441929b439b2531612/bin/iPhoneSimulator/Debug/System.Xml.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/7.4.0.104/lib/mono/2.1/Mono.Dynamic.Interpreter.dll [External]
Unhandled Exception:
System.InvalidCastException: Unable to cast object of type 'MonoTouch.CoreAnimation.CADisplayLink' (Objective-C type: 'CADisplayLink') to type 'MonoTouch.Foundation.NSTimer'.
Additional information:
Selector: runIteration:
Method: OpenTK.Platform.iPhoneOS.CADisplayLinkTimeSource:RunIteration (MonoTouch.Foundation.NSTimer)
Unhandled Exception:
System.InvalidCastException: Unable to cast object of type 'MonoTouch.CoreAnimation.CADisplayLink' (Objective-C type: 'CADisplayLink') to type 'MonoTouch.Foundation.NSTimer'.
Additional information:
Selector: runIteration:
Method: OpenTK.Platform.iPhoneOS.CADisplayLinkTimeSource:RunIteration (MonoTouch.Foundation.NSTimer)
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:39
at App40.Application.Main (System.String[] args) [0x00001] in c:\Users\Shruti\Documents\Visual Studio 2013\Projects\App40\App40\Main.cs:17
2014-08-22 21:12:34.980 App40[12278:70b] Unhandled managed exception: Unable to cast object of type 'MonoTouch.CoreAnimation.CADisplayLink' (Objective-C type: 'CADisplayLink') to type 'MonoTouch.Foundation.NSTimer'.
Additional information:
Selector: runIteration:
Method: OpenTK.Platform.iPhoneOS.CADisplayLinkTimeSource:RunIteration (MonoTouch.Foundation.NSTimer)
(System.InvalidCastException)
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:39
at App40.Application.Main (System.String[] args) [0x00001] in c:\Users\Shruti\Documents\Visual Studio 2013\Projects\App40\App40\Main.cs:17
mono-rt: Stacktrace:
mono-rt:
Native stacktrace:
mono-rt: 0 App40 0x000c8acc mono_handle_native_sigsegv + 300
mono-rt: 1
App40 0x000d4d4a sigabrt_signal_handler + 122
mono-rt: 2 libsystem_platform.dylib 0x054e9deb _sigtramp + 43
mono-rt: 3 ??? 0xffffffff 0x0 + 4294967295
mono-rt: 4 libsystem_sim_c.dylib 0x053489c9 abort + 127
mono-rt: 5 App40 0x00258d23 monotouch_unhandled_exception_handler + 291
mono-rt: 6 App40 0x000c933b mono_invoke_unhandled_exception_hook + 91
mono-rt: 7 App40 0x000c832d mono_handle_exception_internal + 6605
mono-rt: 8 App40 0x000c6959 mono_handle_exception + 41
mono-rt: 9 App40 0x0005ed29 mono_x86_throw_exception + 137
mono-rt: 10 ??? 0x0e5a0e57 0x0 + 240782935
mono-rt: 11 App40 0x00246da9 monotouch_verify_parameter + 169
mono-rt: 12 App40 0
x0024f6d6 monotouch_trampoline + 4214
mono-rt: 13 QuartzCore 0x060fbd66 _ZN2CA7Display15DisplayLinkItem8dispatchEv + 48
mono-rt: 14 QuartzCore 0x060fbc22 _ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 310
mono-rt: 15 QuartzCore 0x060fc147 _ZN2CA7Display16TimerDisplayLink8callbackEP16__CFRunLoopTimerPv + 123
mono-rt: 16 CoreFoundation 0x01604ac6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
mono-rt: 17 CoreFoundation 0x016044ad __CFRunLoopDoTimer + 1181
mono-rt: 18 CoreFoundation 0x015ec538 __CFRunLoopRun + 1816
mono-rt: 19 CoreFoundation 0x015eb9d3 CFRunLoopRunSpecific + 467
mono-rt: 20 CoreFoundation 0x015eb7eb CFRunLoopRunInMode + 123
mono-rt: 21 GraphicsServices 0x062705ee GSEventRunModal + 192
mono-rt: 22 GraphicsServices 0x0627042b GSEventRu
n + 104
mono-rt: 23 UIKit 0x02a00f9b UIApplicationMain + 1225
mono-rt: 24 ??? 0x13b244a8 0x0 + 330450088
mono-rt: 25 ??? 0x13b22520 0x0 + 330442016
mono-rt: 26 ??? 0x13b22120 0x0 + 330440992
mono-rt: 27 ??? 0x13b2225f 0x0 + 330441311
mono-rt: 28 App40 0x000fc72f mono_jit_runtime_invoke + 751
mono-rt: 29 App40 0x0019d72f mono_runtime_invoke + 127
mono-rt: 30 App40 0x001a3231 mono_runtime_exec_main + 401
mono-rt: 31 App40 0x001a2ff4 mono_runtime_run_main + 628
mono-rt: 32 App40 0x00056fcd mono_jit_exec + 93
mono-rt: 33 App40 0x00240a01 main + 2753
mono-rt: 34 App40 0x00002e95 start + 53
mono-rt:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
The program 'Mono' has exited with code 0 (0x0).
Debugging session ended.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment