Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 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.InvalidProgramException: Unable to reach update server, check your firewall and proxy configuration. The exception thrown was: Value cannot be null.
  6. Parameter name: address
  7. at v1go.injectionMethod.inject()
  8. at v1go.WaitForGame.tmrLoad_Tick(Object sender, EventArgs e)
  9. at System.Windows.Forms.Timer.OnTick(EventArgs e)
  10. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  11. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  12.  
  13.  
  14. ************** Loaded Assemblies **************
  15. mscorlib
  16. Assembly Version: 2.0.0.0
  17. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  18. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  19. ----------------------------------------
  20. v1go
  21. Assembly Version: 1.3.3.7
  22. Win32 Version: 1.3.3.7
  23. CodeBase: file:///C:/Users/Not%20me/Desktop/aimware.exe
  24. ----------------------------------------
  25. System.Windows.Forms
  26. Assembly Version: 2.0.0.0
  27. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  28. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  29. ----------------------------------------
  30. System
  31. Assembly Version: 2.0.0.0
  32. Win32 Version: 2.0.50727.8759 (QFE.050727-8700)
  33. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  34. ----------------------------------------
  35. System.Drawing
  36. Assembly Version: 2.0.0.0
  37. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  38. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  39. ----------------------------------------
  40. System.Configuration
  41. Assembly Version: 2.0.0.0
  42. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  43. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  44. ----------------------------------------
  45. System.Xml
  46. Assembly Version: 2.0.0.0
  47. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  48. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  49. ----------------------------------------
  50.  
  51. ************** JIT Debugging **************
  52. To enable just-in-time (JIT) debugging, the .config file for this
  53. application or computer (machine.config) must have the
  54. jitDebugging value set in the system.windows.forms section.
  55. The application must also be compiled with debugging
  56. enabled.
  57.  
  58. For example:
  59.  
  60. <configuration>
  61. <system.windows.forms jitDebugging="true" />
  62. </configuration>
  63.  
  64. When JIT debugging is enabled, any unhandled exception
  65. will be sent to the JIT debugger registered on the computer
  66. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement