Skip to content

Instantly share code, notes, and snippets.

@Sadik1
Created March 14, 2014 05:38
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 Sadik1/9542646 to your computer and use it in GitHub Desktop.
Save Sadik1/9542646 to your computer and use it in GitHub Desktop.
Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : Initializing Mono.IOS.VisualStudio.MonoTouchPackage
Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : Build server returned an Warning.
Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : Negotiating server information for pairing process.
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Exception caught.
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.HttpWebRequest.GetResponse()
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Post[TResponse](String command, MemoryStream ms, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Server command 'SdkStatus': unable to retrieve status of the Xamarin.iOS SDK on the server
No response received from the server
'SingleView.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_64\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SingleView.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities\11.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SingleView.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SingleView.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SingleView.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SingleView.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities.Sync\11.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SingleView.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.Debugger.Runtime\11.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Debugger.Runtime.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'SingleView.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Users\Admin\Desktop\Reproduction\SingleView\bin\iPhoneSimulator\Debug\SingleView.vshost.exe', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The thread 'vshost.NotifyLoad' (0x6a0) has exited with code 0 (0x0).
The thread 'vshost.LoadReference' (0x2244) has exited with code 0 (0x0).
'SingleView.vshost.exe' (Managed (v2.0.50727)): Loaded 'C:\Users\Admin\Desktop\Reproduction\SingleView\bin\iPhoneSimulator\Debug\SingleView.exe', Symbols loaded.
Getting device...
Starting debug on:iPhone (Retina) 7.0
Launching Application for debugging...
Starting debug session...
Debug session started...
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.dll [External]
Thread started: #2
Loaded assembly: /Users/mac109/Library/Caches/Xamarin/mtbs/builds/SingleView/19f8e9c0-9a6d-4fbe-ad67-f3dd717b0b93/assemblies/SingleView.exe
Loaded assembly: /Users/mac109/Library/Caches/Xamarin/mtbs/builds/SingleView/19f8e9c0-9a6d-4fbe-ad67-f3dd717b0b93/assemblies/Library1.dll
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/Mono.Dynamic.Interpreter.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Numerics.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll [External]
An unhandled exception occured.
Unhandled Exception:
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Could not load NIB in bundle: 'NSBundle </Users/mac109/Library/Application Support/iPhone Simulator/7.0/Applications/E79C52FA-243A-4472-AAD9-168C0F75F51B/SingleView.app> (loaded)' with name 'SingleViewViewController_iPhone'
at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:void_objc_msgSend (intptr,intptr)
at MonoTouch.UIKit.UIWindow.MakeKeyAndVisible () [0x00010] in /Developer/MonoTouch/Source/monotouch/src/build/compat/UIKit/UIWindow.g.cs:215
at SingleView.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00033] in c:\Users\Admin\Desktop\Reproduction\SingleView\AppDelegate.cs:31
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, Syste
m.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at SingleView.Application.Main (System.String[] args) [0x00001] in c:\Users\Admin\Desktop\Reproduction\SingleView\Main.cs:16
NSInternalInconsistencyException: Could not load NIB in bundle: 'NSBundle </Users/mac109/Library/Application Support/iPhone Simulator/7.0/Applications/E79C52FA-243A-4472-AAD9-168C0F75F51B/SingleView.app> (loaded)' with name 'SingleViewViewController_iPhone'
0 CoreFoundation 0x016005e4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x04e628b6 objc_exception_throw + 44
2 CoreFoundation 0x016003bb +[NSException raise:format:] + 139
3 UIKit 0x02bd765c -[UINib instantiateWithOwner:options:] + 951
4 UIKit 0x02a49c95 -[UIViewController _loadViewFromNibNamed:bundle:] + 280
5 UIKit 0x02a4a43d -[UIViewController loadVie
w] + 302
6 UIKit 0x02a4a73e -[UIViewController loadViewIfRequired] + 78
7 UIKit 0x02a4ac44 -[UIViewController view] + 35
8 UIKit 0x029735ad -[UIWindow addRootViewControllerViewIfPossible] + 66
9 UIKit 0x02973947 -[UIWindow _setHidden:forced:] + 312
10 UIKit 0x02973bdd -[UIWindow _orderFrontWithoutMakingKey] + 49
11 UIKit 0x0297e44a -[UIWindow makeKeyAndVisible] + 65
12 ??? 0x145fc0d8 0x0 + 341819608
13 ??? 0x145fc4b4 0x0 + 341820596
14 ??? 0x11ff15c1 0x0 + 301929921
15 ??? 0x11ff179c 0x0 + 301930396
16 SingleView 0x000e6e64 mono_jit_runtime_invoke + 820
17 SingleView 0x0018126f mono_runtime_invoke + 127
18 SingleView
0x0022b0fa monotouch_trampoline + 4186
19 UIKit 0x02930f65 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 309
20 UIKit 0x029317a5 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1536
21 UIKit 0x02935fb8 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 824
22 UIKit 0x0294a42c -[UIApplication handleEvent:withNewEvent:] + 3447
23 UIKit 0x0294a999 -[UIApplication sendEvent:] + 85
24 UIKit 0x02937c35 _UIApplicationHandleEvent + 736
25 GraphicsServices 0x060712eb _PurpleEventCallback + 776
26 GraphicsServices 0x06070df6 PurpleEventCallback + 46
27 CoreFoundation 0x0157bdd5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
28 CoreFoundat
ion 0x0157bb0b __CFRunLoopDoSource1 + 523
29 CoreFoundation 0x015a67ec __CFRunLoopRun + 2156
30 CoreFoundation 0x015a5b33 CFRunLoopRunSpecific + 467
31 CoreFoundation 0x015a594b CFRunLoopRunInMode + 123
32 UIKit 0x029356ed -[UIApplication _run] + 840
33 UIKit 0x0293794b UIApplicationMain + 1225
34 ??? 0x11fecc28 0x0 + 301911080
35 ??? 0x11feacdc 0x0 + 301903068
36 ??? 0x11fea8b0 0x0 + 301902000
37 ??? 0x11fea9f7 0x0 + 301902327
38 SingleView 0x000e6e64 mono_jit_runtime_invoke + 820
39 SingleView 0x0018126f mono_runtime_invoke + 127
40 SingleView 0x00186ac7 mono_runtime_exec_main + 391
41 SingleView 0x00186894 mono_runt
ime_run_main + 628
42 SingleView 0x00051f6d mono_jit_exec + 93
43 SingleView 0x0021d6a4 main + 2788
44 SingleView 0x00002e15 start + 53
2014-03-14 11:07:57.637 SingleView[868:80b] Unhandled managed exception: Objective-C exception thrown. Name: NSInternalInconsistencyException Reason: Could not load NIB in bundle: 'NSBundle </Users/mac109/Library/Application Support/iPhone Simulator/7.0/Applications/E79C52FA-243A-4472-AAD9-168C0F75F51B/SingleView.app> (loaded)' with name 'SingleViewViewController_iPhone' (MonoTouch.Foundation.MonoTouchException)
at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:void_objc_msgSend (intptr,intptr)
at MonoTouch.UIKit.UIWindow.MakeKeyAndVisible () [0x00010] in /Developer/MonoTouch/Source/monotouch/src/build/compat/UIKit/UIWindow.g.cs:215
at SingleView.AppDelegate.FinishedLaunching (MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options) [0x00033] in c:\Users
\Admin\Desktop\Reproduction\SingleView\AppDelegate.cs:31
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:38
at SingleView.Application.Main (System.String[] args) [0x00001] in c:\Users\Admin\Desktop\Reproduction\SingleView\Main.cs:16
mono-rt: Stacktrace:
mono-rt:
Native stacktrace:
mono-rt: 0 SingleView 0x000b6399 mono_handle_native_sigsegv + 361
mono-rt: 1 SingleView 0x000c0c5a sigabrt_signal_handler + 122
mono-rt: 2 libsystem_platform.dylib 0x05400deb _sigtramp + 43
mono-rt: 3 ??? 0xffffffff 0x0 + 4294967295
mono-rt: 4 libsystem_sim_c.dylib 0x0511de12 abort + 127
mono-rt: 5 SingleView
0x00233823 monotouch_unhandled_exception_handler + 291
mono-rt: 6 SingleView 0x000b6beb mono_invoke_unhandled_exception_hook + 91
mono-rt: 7 SingleView 0x000b5be4 mono_handle_exception_internal + 6596
mono-rt: 8 SingleView 0x000b4219 mono_handle_exception + 41
mono-rt: 9 SingleView 0x00059a48 mono_x86_throw_exception + 136
mono-rt: 10 ??? 0x117c1e57 0x0 + 293346903
mono-rt: 11 SingleView 0x002249f1 monotouch_exception_handler + 177
mono-rt: 12 CoreFoundation 0x01690a1d __handleUncaughtException + 749
mono-rt: 13 libobjc.A.dylib 0x04e62b5c _ZL15_objc_terminatev + 100
mono-rt: 14 libc++abi.dylib 0x05336f60 _ZSt11__terminatePFvvE + 14
mono-rt: 15 libc++abi.dylib 0x0533697d _ZN10__cxxabiv1L22exception_cleanup_funcE19_Unwind_Reason_CodeP17_Unw
ind_Exception + 0
mono-rt: 16 libobjc.A.dylib 0x04e629cd _ZL26_objc_exception_destructorPv + 0
mono-rt: 17 CoreFoundation 0x016003bb +[NSException raise:format:] + 139
mono-rt: 18 UIKit 0x02bd765c -[UINib instantiateWithOwner:options:] + 951
mono-rt: 19 UIKit 0x02a49c95 -[UIViewController _loadViewFromNibNamed:bundle:] + 280
mono-rt: 20 UIKit 0x02a4a43d -[UIViewController loadView] + 302
mono-rt: 21 UIKit 0x02a4a73e -[UIViewController loadViewIfRequired] + 78
mono-rt: 22 UIKit 0x02a4ac44 -[UIViewController view] + 35
mono-rt: 23 UIKit 0x029735ad -[UIWindow addRootViewControllerViewIfPossible] + 66
mono-rt: 24 UIKit 0x02973947 -[UIWindow _setHidden:forced:] + 312
mono-rt: 25 UIKit 0x02973bdd -[UIWindow _o
rderFrontWithoutMakingKey] + 49
mono-rt: 26 UIKit 0x0297e44a -[UIWindow makeKeyAndVisible] + 65
mono-rt: 27 ??? 0x145fc0d8 0x0 + 341819608
mono-rt: 28 ??? 0x145fc4b4 0x0 + 341820596
mono-rt: 29 ??? 0x11ff15c1 0x0 + 301929921
mono-rt: 30 ??? 0x11ff179c 0x0 + 301930396
mono-rt: 31 SingleView 0x000e6e64 mono_jit_runtime_invoke + 820
mono-rt: 32 SingleView 0x0018126f mono_runtime_invoke + 127
mono-rt: 33 SingleView 0x0022b0fa monotouch_trampoline + 4186
mono-rt: 34 UIKit 0x02930f65 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 309
mono-rt: 35 UIKit 0x029317a5 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1536
mono-rt: 36 UIKit
0x02935fb8 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 824
mono-rt: 37 UIKit 0x0294a42c -[UIApplication handleEvent:withNewEvent:] + 3447
mono-rt: 38 UIKit 0x0294a999 -[UIApplication sendEvent:] + 85
mono-rt: 39 UIKit 0x02937c35 _UIApplicationHandleEvent + 736
mono-rt: 40 GraphicsServices 0x060712eb _PurpleEventCallback + 776
mono-rt: 41 GraphicsServices 0x06070df6 PurpleEventCallback + 46
mono-rt: 42 CoreFoundation 0x0157bdd5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
mono-rt: 43 CoreFoundation 0x0157bb0b __CFRunLoopDoSource1 + 523
mono-rt: 44 CoreFoundation 0x015a67ec __CFRunLoopRun + 2156
mono-rt: 45 CoreFoundation 0x015a5b33 CFRunLoopRunSpecific + 467
mono-rt: 46 CoreFoundation
0x015a594b CFRunLoopRunInMode + 123
mono-rt: 47 UIKit 0x029356ed -[UIApplication _run] + 840
mono-rt: 48 UIKit 0x0293794b UIApplicationMain + 1225
mono-rt: 49 ??? 0x11fecc28 0x0 + 301911080
mono-rt: 50 ??? 0x11feacdc 0x0 + 301903068
mono-rt: 51 ??? 0x11fea8b0 0x0 + 301902000
mono-rt: 52 ??? 0x11fea9f7 0x0 + 301902327
mono-rt: 53 SingleView 0x000e6e64 mono_jit_runtime_invoke + 820
mono-rt: 54 SingleView 0x0018126f mono_runtime_invoke + 127
mono-rt: 55 SingleView 0x00186ac7 mono_runtime_exec_main + 391
mono-rt: 56 SingleView 0x00186894 mono_runtime_run_main + 628
mono-rt: 57 SingleView 0x00051f6d mono_jit_exec + 93
mono-rt: 58 SingleView
0x0021d6a4 main + 2788
mono-rt: 59 SingleView 0x00002e15 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.
=================================================================
Debugging session ended.
The program 'Mono' has exited with code 0 (0x0).
The program '[7500] SingleView.vshost.exe: Program Trace' has exited with code 0 (0x0).
The program '[7500] SingleView.vshost.exe: Managed (v2.0.50727)' has exited with code -1 (0xffffffff).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment