Advertisement
Guest User

Untitled

a guest
Mar 1st, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. OS: Microsoft Windows 7 Профессиональная (6.1.7601.65536) x64
  2. Installed language: ru-RU
  3. Physical memory: total 7, available: 4
  4. Virtual memory: total 1, available: 1
  5. Exception System.UnhandledExceptionEventArgs
  6. Detail info System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение 192.168.25.5:3128
  7. at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
  8. at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  9. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  10. --- End of inner exception stack trace ---
  11. at Launcher.MainWindow.<AutoUpdate>b__51_0(Object s, DownloadStringCompletedEventArgs e)
  12. at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)
  13. at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)
  14. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  15. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  16. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  17. at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
  18. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  19. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  20. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  21. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  22. at System.Windows.Threading.DispatcherOperation.Invoke()
  23. at System.Windows.Threading.Dispatcher.ProcessQueue()
  24. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  25. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  26. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  27. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  28. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  29. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  30. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  31. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  32. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  33. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  34. at System.Windows.Application.RunDispatcher(Object ignore)
  35. at System.Windows.Application.RunInternal(Window window)
  36. at System.Windows.Application.Run(Window window)
  37. at System.Windows.Application.Run()
  38. at Launcher.App.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement