Skip to content

Instantly share code, notes, and snippets.

@cryophobia
Created October 5, 2017 07:57
Show Gist options
  • Save cryophobia/080626fb346d280f6f36d4f3772b10b9 to your computer and use it in GitHub Desktop.
Save cryophobia/080626fb346d280f6f36d4f3772b10b9 to your computer and use it in GitHub Desktop.
VS2017 Error Log
Xamarin.VisualStudio.TastyPackage|Information|0|Hooked up SDB tracing adapter
Xamarin.VisualStudio.TastyPackage|Information|0|Initialization finished
Xamarin|Information|0|Xamarin - 4.7.9.45-xcode9+bd7e3753c
Xamarin.VisualStudio.Activation.AccountManager|Information|0|VS2017 Enterprise
Xamarin.VisualStudio.Activation.ActivationManager|Information|0|No license found for iOS
Xamarin.VisualStudio.Activation.ActivationManager|Information|0|Running license sync for iOS
Xamarin.VisualStudio.Activation.ActivationManager|Information|0|Not logged in, using iOS VSEnterprise
Xamarin.VisualStudio.Activation.ActivationManager|Information|0|No license found for Android
Xamarin.VisualStudio.Activation.ActivationManager|Information|0|Running license sync for Android
Xamarin.VisualStudio.Activation.ActivationManager|Information|0|Not logged in, using Android VSEnterprise
Xamarin.VisualStudio.TastyPackage|Information|0|Hooked up SDB tracing adapter
Xamarin.VisualStudio.TastyPackage|Information|0|Initialization finished
Xamarin.VisualStudio.Android.XamarinAndroidPackage|Warning|0|Initializing Xamarin.VisualStudio.Android.XamarinAndroidPackage
Xamarin.VisualStudio.TastyPackage|Information|0|Hooked up SDB tracing adapter
Xamarin.VisualStudio.TastyPackage|Information|0|Initialization finished
Xamarin.VisualStudio.IOS.XamarinIOSPackage|Warning|0|Initializing Xamarin.VisualStudio.IOS.XamarinIOSPackage.
Xamarin.Inspector|Information|0|Inspector extension loaded
Xamarin.VisualStudio.ProjectFixerRunner|Information|0|Solution loaded: 'Phoneword'
Xamarin.VisualStudio.ProjectFixerRunner|Information|0|running fixup on project 'C:\XamU\xam120\Lab Materials\Part 03 Resources\Completed\Phoneword\Phoneword.Droid\Phoneword.Droid.csproj'
Xamarin.VisualStudio.ProjectFixerRunner|Information|0|running fixup on project 'C:\XamU\xam120\Lab Materials\Part 03 Resources\Completed\Phoneword\Phoneword.iOS\Phoneword.iOS.csproj'
Xamarin.VisualStudio.Remote.State.ServerStateContext|Information|0|Server State transition from DisconnectedState to ConnectingState on Chris’s iMac (192.168.110.49)
Xamarin.Messaging.Ssh.MessagingService|Information|0|Starting connection to Mac 192.168.110.49...
Xamarin.Messaging.Ssh.MessagingService|Information|0|Starting Broker 4.7.9.45 in port 52985...
Xamarin.VisualStudio.Remote.State.ServerStateContext|Information|0|Server State transition from ConnectingState to SshConnectedState on Chris’s iMac (192.168.110.49)
Xamarin.Messaging.Ssh.MessagingService|Information|0|Connection successfully established with the Mac 192.168.110.49:52985
Xamarin.VisualStudio.Remote.State.ServerStateContext|Information|0|Server State transition from SshConnectedState to AgentsStartingState on Chris’s iMac (192.168.110.49)
Xamarin.VisualStudio.Remote.State.ServerStateContext|Information|0|Starting agents on Mac Chris’s iMac (192.168.110.49)
Xamarin.Messaging.Ssh.MessagingService|Information|0|Starting Agent IDB 4.7.9.45...
Xamarin.Messaging.Ssh.MessagingService|Information|0|Starting Agent Build 4.7.9.45...
Xamarin.Messaging.Ssh.MessagingService|Information|0|Agent Build 4.7.9.45 is running
Xamarin.Messaging.Ssh.MessagingService|Information|0|Agent IDB 4.7.9.45 is running
Xamarin.VisualStudio.Remote.State.ServerStateContext|Information|0|Server State transition from AgentsStartingState to ConnectedState on Chris’s iMac (192.168.110.49)
Xamarin.VisualStudio.Remote.State.ServerStateContext|Information|0|Connected to the Mac Chris’s iMac (192.168.110.49) with Full support.
Xamarin.Messaging.Client.MessagingClient|Error|0|An error occured on the receiver while executing a post for topic xvs/idb/4.7.9.45/set-settings and client vs11040Chris
Xamarin.Messaging.Exceptions.MessagingRemoteException: An error occured on client IDB47945 while executing a reply for topic xvs/idb/4.7.9.45/set-settings ---> System.NullReferenceException: Object reference not set to an instance of an object
at Xamarin.Messaging.IDB.AppleSettingsProvider.GetKnownOSVersions () [0x00000] in <cb43dc06bee149f59e55b9ab0b176335>:0
at Xamarin.Messaging.IDB.SyncSettingsMessageHandler+<>c__DisplayClass2_0.<ExecuteAsync>b__0 () [0x00072] in <cb43dc06bee149f59e55b9ab0b176335>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <48b95f3df5804531818f80e28ec60191>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2502
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:151
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <48b95f3df5804531818f80e28ec60191>:0
at Xamarin.Messaging.IDB.SyncSettingsMessageHandler+<ExecuteAsync>d__2.MoveNext () [0x00093] in <cb43dc06bee149f59e55b9ab0b176335>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:151
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <48b95f3df5804531818f80e28ec60191>:0
at Xamarin.Messaging.Client.RequestHandler`2+<HandleAsync>d__5[TMessage,TResult].MoveNext () [0x0010f] in <e68f2539830046ccb98942c3e520e9a2>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:151
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <48b95f3df5804531818f80e28ec60191>:0
at Xamarin.Messaging.Client.MessageHandlerManager+<>c__DisplayClass17_1`2+<<RegisterHandlerAsync>b__1>d[TMessage,TResult].MoveNext () [0x000a9] in <e68f2539830046ccb98942c3e520e9a2>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:151
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <48b95f3df5804531818f80e28ec60191>:0
at Xamarin.Messaging.Client.MessagingClient+<ReplyAsync>d__34`2[TRequest,TResponse].MoveNext () [0x000c5] in <e68f2539830046ccb98942c3e520e9a2>:0
--- End of inner exception stack trace ---
at Xamarin.Messaging.Client.MessagingClient.<PostAsync>d__23`2.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Client\MessagingClient.cs:line 179
Xamarin.VisualStudio.IOS.SettingsProvider|Error|0|Failed to set settings.
System.NullReferenceException: Object reference not set to an instance of an object
at Xamarin.Messaging.IDB.AppleSettingsProvider.GetKnownOSVersions () [0x00000] in <cb43dc06bee149f59e55b9ab0b176335>:0
at Xamarin.Messaging.IDB.SyncSettingsMessageHandler+<>c__DisplayClass2_0.<ExecuteAsync>b__0 () [0x00072] in <cb43dc06bee149f59e55b9ab0b176335>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <48b95f3df5804531818f80e28ec60191>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/threading/Tasks/Task.cs:2502
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:151
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <48b95f3df5804531818f80e28ec60191>:0
at Xamarin.Messaging.IDB.SyncSettingsMessageHandler+<ExecuteAsync>d__2.MoveNext () [0x00093] in <cb43dc06bee149f59e55b9ab0b176335>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:151
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () [0x00000] in <48b95f3df5804531818f80e28ec60191>:0
at Xamarin.Messaging.Client.RequestHandler`2+<HandleAsync>d__5[TMessage,TResult].MoveNext () [0x0010f] in <e68f2539830046ccb98942c3e520e9a2>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:151
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <48b95f3df5804531818f80e28ec60191>:0
at Xamarin.Messaging.Client.MessageHandlerManager+<>c__DisplayClass17_1`2+<<RegisterHandlerAsync>b__1>d[TMessage,TResult].MoveNext () [0x000a9] in <e68f2539830046ccb98942c3e520e9a2>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/exceptionservices/exceptionservicescommon.cs:151
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x00037] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:187
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:156
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in /private/tmp/source-mono-d15-3/bockbuild-d15-3/profiles/mono-mac-xamarin/build-root/mono-x64/mcs/class/referencesource/mscorlib/system/runtime/compilerservices/TaskAwaiter.cs:128
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <48b95f3df5804531818f80e28ec60191>:0
at Xamarin.Messaging.Client.MessagingClient+<ReplyAsync>d__34`2[TRequest,TResponse].MoveNext () [0x000c5] in <e68f2539830046ccb98942c3e520e9a2>:0
Xamarin.VisualStudio.IOS.Messaging.MacServer|Error|0|The installed Xamarin.iOS (version not specified) on the Mac Chris’s iMac (192.168.110.49) is not compatible with the local Xamarin.iOS (version 11.0.0.0). Please select a new server or install the correct Xamarin.iOS versions.
Xamarin.VisualStudio.Remote.State.ServerStateContext|Information|0|Server State transition from ConnectedState to DisconnectedState on Chris’s iMac (192.168.110.49)
Xamarin.VisualStudio.Remote.State.ServerStateContext|Information|0|Disconnected from the Mac Chris’s iMac (192.168.110.49)
Xamarin.Messaging.Ssh.MessagingService|Information|0|The underlying client has been closed
Xamarin.VisualStudio.Remote.RemoteServer|Error|0|An error occured starting the IDB 4.7.9.45 agent: Client not connected.
Client not connected.
Xamarin.Messaging.Exceptions.MessagingException: Client not connected. ---> Renci.SshNet.Common.SshConnectionException: Client not connected.
at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout)
at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle)
at Renci.SshNet.Session.Connect()
at Renci.SshNet.BaseClient.Connect()
at Xamarin.Messaging.Ssh.SshCommandRunner.<ValidateConnectionAsync>b__6_0() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\SshCommandRunner.cs:line 60
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Ssh.SshCommandRunner.<ValidateConnectionAsync>d__6.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\SshCommandRunner.cs:line 60
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Ssh.SshCommandRunner.<ExecuteCommandAsync>d__4.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\SshCommandRunner.cs:line 29
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Ssh.SshCommands.<DirectoryExistsAsync>d__9.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\SshCommands.cs:line 69
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Ssh.SshCommands.<GetBaseDirectoryAsync>d__49.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\SshCommands.cs:line 554
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Ssh.SshCommands.<QueryProcessOutputAsync>d__22.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\SshCommands.cs:line 232
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Ssh.XmaCommands.<CheckProcessInitializationAsync>d__8.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\XmaCommands.cs:line 153
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Xamarin.Messaging.Ssh.AgentCommands.<StartAgentAsync>d__10.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\AgentCommands.cs:line 101
--- End of inner exception stack trace ---
at Xamarin.Messaging.Ssh.AgentCommands.<StartAgentAsync>d__10.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\AgentCommands.cs:line 113
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.Ssh.MessagingService.<StartAgentAsync>d__66.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Messaging\Xamarin.Messaging.Ssh\MessagingService.cs:line 341
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.VisualStudio.Remote.RemoteServer.<StartAgentAsync>d__61.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\RemoteServer.cs:line 337
Xamarin.VisualStudio.IOS.Messaging.MacServer|Information|0|The Xamarin Mac Agent could not be fully started. Agents not started: IDB 4.7.9.45, Build 4.7.9.45. Please check the logs for more details.
Xamarin.VisualStudio.Remote.State.SshConnectedState|Error|0|Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at Xamarin.VisualStudio.Remote.State.ConnectedState..ctor(ServerStateContext context, ServerData currentServer) in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\State\ConnectedState.cs:line 16
at Xamarin.VisualStudio.Remote.State.LimitedState..ctor(ServerStateContext context, ServerData currentServer) in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\State\LimitedState.cs:line 8
at Xamarin.VisualStudio.Remote.State.ServerStateContextExtensions.SetLimited(ServerStateContext context) in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\State\ServerStateContextExtensions.cs:line 37
at Xamarin.VisualStudio.Remote.State.SshConnectedState.<StartAgentsAsync>d__3.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\State\SshConnectedState.cs:line 38
Xamarin.VisualStudio.Remote.RemoteServerConnectionManager|Error|0|System.NullReferenceException: Object reference not set to an instance of an object.
at Xamarin.VisualStudio.Remote.State.ConnectedState..ctor(ServerStateContext context, ServerData currentServer) in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\State\ConnectedState.cs:line 16
at Xamarin.VisualStudio.Remote.State.LimitedState..ctor(ServerStateContext context, ServerData currentServer) in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\State\LimitedState.cs:line 8
at Xamarin.VisualStudio.Remote.State.ServerStateContextExtensions.SetLimited(ServerStateContext context) in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\State\ServerStateContextExtensions.cs:line 37
at Xamarin.VisualStudio.Remote.State.SshConnectedState.<StartAgentsAsync>d__3.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\State\SshConnectedState.cs:line 48
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at Xamarin.VisualStudio.Remote.RemoteServer.<TryConnectAsync>d__55.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\RemoteServer.cs:line 211
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.VisualStudio.Remote.RemoteServer.<TryAutoConnectAsync>d__54.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\RemoteServer.cs:line 164
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.VisualStudio.Remote.RemoteServerConnectionManager.<TryConnectAsync>d__17.MoveNext() in C:\d\lanes\5126\bd7e3753\source\xamarinvs\src\Core\Xamarin.VisualStudio.Remote\RemoteServerConnectionManager.cs:line 140
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment