Advertisement
DefKorns

Untitled

Nov 23rd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.80 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.AggregateException: One or more errors occurred. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 69.30.45.135:443
  6.    at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
  7.    at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  8.    at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  9.    --- End of inner exception stack trace ---
  10.    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  11.    at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
  12.    --- End of inner exception stack trace ---
  13.    --- End of inner exception stack trace ---
  14.    at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  15.    at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  16.    at System.Threading.Tasks.Task`1.get_Result()
  17.    at ProjectLunarUI.frmAddGame.CmdScrape_Click(Object sender, EventArgs e)
  18.    at System.Windows.Forms.Control.OnClick(EventArgs e)
  19.    at System.Windows.Forms.Button.OnClick(EventArgs e)
  20.    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  21.    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  22.    at System.Windows.Forms.Control.WndProc(Message& m)
  23.    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  24.    at System.Windows.Forms.Button.WndProc(Message& m)
  25.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  26.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  27.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  28. ---> (Inner Exception #0) System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 69.30.45.135:443
  29.    at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
  30.    at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  31.    at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  32.    --- End of inner exception stack trace ---
  33.    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
  34.    at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
  35.    --- End of inner exception stack trace ---<---
  36.  
  37.  
  38.  
  39. ************** Loaded Assemblies **************
  40. mscorlib
  41.     Assembly Version: 4.0.0.0
  42.     Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C
  43.     CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  44. ----------------------------------------
  45. ProjectLunarUI
  46.     Assembly Version: 1.0.7263.36279
  47.     Win32 Version: 1.0.7263.36279
  48.     CodeBase: file:///G:/ModMyClassic/Project%20Lunar%20Desktop%20UI/ProjectLunarUI.exe
  49. ----------------------------------------
  50. System.Windows.Forms
  51.     Assembly Version: 4.0.0.0
  52.     Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C
  53.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  54. ----------------------------------------
  55. System
  56.     Assembly Version: 4.0.0.0
  57.     Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
  58.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  59. ----------------------------------------
  60. System.Drawing
  61.     Assembly Version: 4.0.0.0
  62.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  63.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  64. ----------------------------------------
  65. System.Configuration
  66.     Assembly Version: 4.0.0.0
  67.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  68.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  69. ----------------------------------------
  70. System.Core
  71.     Assembly Version: 4.0.0.0
  72.     Win32 Version: 4.8.4042.0 built by: NET48REL1LAST_C
  73.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  74. ----------------------------------------
  75. System.Xml
  76.     Assembly Version: 4.0.0.0
  77.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  78.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  79. ----------------------------------------
  80. Renci.SshNet
  81.     Assembly Version: 2016.1.0.0
  82.     Win32 Version: 2016.1.0
  83.     CodeBase: file:///G:/ModMyClassic/Project%20Lunar%20Desktop%20UI/Renci.SshNet.DLL
  84. ----------------------------------------
  85. Newtonsoft.Json
  86.     Assembly Version: 12.0.0.0
  87.     Win32 Version: 12.0.2.23222
  88.     CodeBase: file:///G:/ModMyClassic/Project%20Lunar%20Desktop%20UI/Newtonsoft.Json.DLL
  89. ----------------------------------------
  90. System.Numerics
  91.     Assembly Version: 4.0.0.0
  92.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  93.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
  94. ----------------------------------------
  95. System.Net.Http
  96.     Assembly Version: 4.0.0.0
  97.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  98.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
  99. ----------------------------------------
  100.  
  101. ************** JIT Debugging **************
  102. To enable just-in-time (JIT) debugging, the .config file for this
  103. application or computer (machine.config) must have the
  104. jitDebugging value set in the system.windows.forms section.
  105. The application must also be compiled with debugging
  106. enabled.
  107.  
  108. For example:
  109.  
  110. <configuration>
  111.     <system.windows.forms jitDebugging="true" />
  112. </configuration>
  113.  
  114. When JIT debugging is enabled, any unhandled exception
  115. will be sent to the JIT debugger registered on the computer
  116. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement