Skip to content

Instantly share code, notes, and snippets.

@pjcollins
Created September 6, 2016 15:15
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 pjcollins/3772521919a0f0a3ec018802bd7fb51c to your computer and use it in GitHub Desktop.
Save pjcollins/3772521919a0f0a3ec018802bd7fb51c to your computer and use it in GitHub Desktop.
warning HE0041: Error while processing device notifications: Failed to communicate with the device. Please ensure the cable is properly connected, and try rebooting the device (error: 0xe8000065 kAMDMuxConnectError)
Launched application 'com.xamarin.somthingificate' on 'XQAiPhone5c' with pid 306
2016-09-06 11:03:35.778 SomthingIficate[306:121838]
Unhandled Exception:
0 SomthingIficate 0x0008f583 SomthingIficate + 193923
1 SomthingIficate 0x0008dfd5 SomthingIficate + 188373
2 SomthingIficate 0x0008d8bd SomthingIficate + 186557
3 SomthingIficate 0x000869a3 SomthingIficate + 158115
4 SomthingIficate 0x002d3d14 xamarin_timezone_get_data + 1639872
at (wrapper runtime-invoke) object.runtime_invoke_dynamic (intptr,intptr,intptr,intptr) <0x00100>
6 SomthingIficate 0x00097fdb SomthingIficate + 229339
7 SomthingIficate 0x000e20e9 SomthingIficate + 532713
8 SomthingIficate 0x000e207f SomthingIficate + 532607
9 SomthingIficate 0x002fbbd9 xamarin_timezone_get_data + 1803397
10 SomthingIficate 0x002fba35 xamarin_timezone_get_data + 1802977
11 UIKit 0x286cbf6f <redacted> + 394
12 UIKit 0x288ed553 <redacted> + 3086
13 UIKit 0x288f13e7 <redacted> + 1554
14 UIKit 0x28904371 <redacted> + 36
15 UIKit 0x288ee90f <redacted> + 134
16 FrontBoardServices 0x2c6b1ccd <redacted> + 232
17 FrontBoardServices 0x2c6b1fb9 <redacted> + 44
18 CoreFoundation 0x2450a827 <redacted> + 14
19 CoreFoundation 0x2450a417 <redacted> + 454
20 CoreFoundation 0x2450877f <redacted> + 806
21 CoreFoundation 0x2445b1e9 CFRunLoopRunSpecific + 516
22 CoreFoundation 0x2445afdd CFRunLoopRunInMode + 108
23 UIKit 0x286c542f <redacted> + 526
24 UIKit 0x286c017d UIApplicationMain + 144
at (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <0x00134>
at UIKit.UIApplication.Main (string[],intptr,intptr) <0x00034>
at UIKit.UIApplication.Main (string[],string,string) <0x000cc>
at SomthingIficate.Application.Main (string[]) <0x00030>
at (wrapper runtime-invoke) object.runtime_invoke_dynamic (intptr,intptr,intptr,intptr) <0x00100>
30 SomthingIficate 0x00097fdb SomthingIficate + 229339
31 SomthingIficate 0x000e20e9 SomthingIficate + 532713
32 SomthingIficate 0x000e41d1 SomthingIficate + 541137
33 SomthingIficate 0x0008679f SomthingIficate + 157599
34 SomthingIficate 0x00144a44 xamarin_timezone_get_data + 4848
35 SomthingIficate 0x002fcb35 xamarin_timezone_get_data + 1807329
36 libdyld.dylib 0x36371873 <redacted> + 2
2016-09-06 11:03:35.787 SomthingIficate[306:121838] Unhandled managed exception:
App Died! (System.Exception)
at SomthingIficate.AppDelegate.FinishedLaunching (UIKit.UIApplication application, Foundation.NSDictionary launchOptions) <0x144d28 + 0x00044> in <175e2a76fa674442bfe45dac9c40e67f#a4e744084a4335780ecfc6b8dd45b433>:0
at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] , System.IntPtr , System.IntPtr ) <0x14554c + 0x00033> in <15cd6ea0d9564914b27f7da1086c3041#a4e744084a4335780ecfc6b8dd45b433>:0
at UIKit.UIApplication.Main (System.String[] , System.String , System.String ) <0x145474 + 0x000cb> in <15cd6ea0d9564914b27f7da1086c3041#a4e744084a4335780ecfc6b8dd45b433>:0
at SomthingIficate.Application.Main (System.String[] args) <0x144c60 + 0x0002f> in <175e2a76fa674442bfe45dac9c40e67f#a4e744084a4335780ecfc6b8dd45b433>:0
Application 'com.xamarin.somthingificate' terminated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment