Advertisement
Guest User

POESKillTree 1.31 DEBUG

a guest
Feb 3rd, 2013
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.64 KB | None | 0 0
  1. The error time: 02/03/2013 16:21
  2. Exception: System.Net.WebException: An exception occurred during a WebClient request. ---> 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
  3.    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  4.    --- End of inner exception stack trace ---
  5.    at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  6.    at System.Net.WebClient.DownloadBitsState.RetrieveBytes(Int32& bytesRetrieved)
  7.    at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream, CompletionDelegate completionDelegate, AsyncOperation asyncOp)
  8.    at System.Net.WebClient.DownloadFile(Uri address, String fileName)
  9.    --- End of inner exception stack trace ---
  10.    at System.Net.WebClient.DownloadFile(Uri address, String fileName)
  11.    at POESKillTree.SkillTree.Asset..ctor(String name, String url)
  12.    at POESKillTree.SkillTree..ctor(String treestring)
  13.    at POESKillTree.SkillTree.CreateSkillTree()
  14.    at POESKillTree.MainWindow.Window_Loaded(Object sender, RoutedEventArgs e)
  15.    at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  16.    at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  17.    at MS.Internal.FrameworkObject.OnLoaded(RoutedEventArgs args)
  18.    at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
  19.    at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
  20.    at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
  21.    at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
  22.    at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
  23.    at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
  24.    at System.Windows.Interop.HwndTarget.OnResize()
  25.    at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
  26.    at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  27.    at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  28.    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  29.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  30.    at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
  31. Exception: 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
  32.    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  33.    --- End of inner exception stack trace ---
  34.    at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  35.    at System.Net.WebClient.DownloadBitsState.RetrieveBytes(Int32& bytesRetrieved)
  36.    at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream, CompletionDelegate completionDelegate, AsyncOperation asyncOp)
  37.    at System.Net.WebClient.DownloadFile(Uri address, String fileName)
  38. Exception: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
  39.    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement