Advertisement
Guest User

Untitled

a guest
May 7th, 2022
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. OS: Майкрософт Windows 10 Pro (6.2.9200.0) x64
  2. Installed language: ru-RU
  3. Physical memory: total 7, available: 3
  4. Virtual memory: total 1, available: 1
  5. Exception System.UnhandledExceptionEventArgs
  6. Detail info System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
  7. at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
  8. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
  9. --- End of inner exception stack trace ---
  10. at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
  11. at System.Net.PooledStream.EndWrite(IAsyncResult asyncResult)
  12. at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
  13. --- End of inner exception stack trace ---
  14. at Launcher.MainWindow.<AutoUpdate>b__51_0(Object s, DownloadStringCompletedEventArgs e)
  15. at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)
  16. at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)
  17. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  18. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  19. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  20. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  21. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  22. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  23. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  24. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  25. at System.Windows.Threading.DispatcherOperation.Invoke()
  26. at System.Windows.Threading.Dispatcher.ProcessQueue()
  27. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  28. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  29. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  30. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  31. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  32. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  33. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  34. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  35. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  36. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  37. at System.Windows.Application.RunDispatcher(Object ignore)
  38. at System.Windows.Application.RunInternal(Window window)
  39. at System.Windows.Application.Run(Window window)
  40. at System.Windows.Application.Run()
  41. at Launcher.App.Main()
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement