Advertisement
Guest User

Untitled

a guest
Feb 13th, 2017
681
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. MagicExceptionType: ConnectionStateException
  2. Severity: Fatal
  3. Message: Your connection to Magic Online has failed. Please verify that you are connected to the internet and try again.
  4. ActionToTake: The application will now close.
  5. ExtraDetails: The connection was closed by the server.
  6. InternalDetails: Internal exception:
  7. at Shiny.Core.FlsClientUIDispatcher.<>c__DisplayClass2_0.<ExecuteHandler>b__0()
  8. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  9. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  10. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  11. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  12. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  13. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  14. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  15. at System.Windows.Threading.DispatcherOperation.Invoke()
  16. at System.Windows.Threading.Dispatcher.ProcessQueue()
  17. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  18. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  19. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  20. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  21. at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  22. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  23. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  24. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  25. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  26. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  27. at System.Windows.Application.RunDispatcher(Object ignore)
  28. at System.Windows.Application.RunInternal(Window window)
  29. at System.Windows.Application.Run(Window window)
  30. at Shiny.App.Main() in C:\CM\workspace\release_future\source\windows\clients\Shiny\View\MainNavigation\obj\Release-ModelLib\App.g.cs:line 51
  31.  
  32.  
  33. Inner exception:System.NotSupportedException: The requested security package is not supported.
  34. at System.Net.SSPIWrapper.GetVerifyPackageInfo(SSPIInterface secModule, String packageName, Boolean throwIfMissing)
  35. at System.Net.Security.SecureChannel..ctor(String hostname, Boolean serverMode, SchProtocols protocolFlags, X509Certificate serverCertificate, X509CertificateCollection clientCertificates, Boolean remoteCertRequired, Boolean checkCertName, Boolean checkCertRevocationStatus, EncryptionPolicy encryptionPolicy, LocalCertSelectionCallback certSelectionDelegate)
  36. at System.Net.Security.SslState.ValidateCreateContext(Boolean isServer, String targetHost, SslProtocols enabledSslProtocols, X509Certificate serverCertificate, X509CertificateCollection clientCertificates, Boolean remoteCertRequired, Boolean checkCertRevocationStatus, Boolean checkCertName)
  37. at System.Net.Security.SslStream.BeginAuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation, AsyncCallback asyncCallback, Object asyncState)
  38. at FlsClient.Sockets.PendingSslConnection.ConnectCallback(IAsyncResult r)
  39. at System.Net.SSPIWrapper.GetVerifyPackageInfo(SSPIInterface secModule, String packageName, Boolean throwIfMissing)
  40. at System.Net.Security.SecureChannel..ctor(String hostname, Boolean serverMode, SchProtocols protocolFlags, X509Certificate serverCertificate, X509CertificateCollection clientCertificates, Boolean remoteCertRequired, Boolean checkCertName, Boolean checkCertRevocationStatus, EncryptionPolicy encryptionPolicy, LocalCertSelectionCallback certSelectionDelegate)
  41. at System.Net.Security.SslState.ValidateCreateContext(Boolean isServer, String targetHost, SslProtocols enabledSslProtocols, X509Certificate serverCertificate, X509CertificateCollection clientCertificates, Boolean remoteCertRequired, Boolean checkCertRevocationStatus, Boolean checkCertName)
  42. at System.Net.Security.SslStream.BeginAuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation, AsyncCallback asyncCallback, Object asyncState)
  43. at FlsClient.Sockets.PendingSslConnection.ConnectCallback(IAsyncResult r)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement