Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 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.Net.WebException: An exception occurred during a WebClient request. ---> System.UnauthorizedAccessException: Access to the path 'C:\Program Files\Rockstar Games\Grand Theft Auto V\Settings\Chaos.ytd' is denied.
  6. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  7. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  8. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  9. at System.Net.WebClient.DownloadFile(Uri address, String fileName)
  10. --- End of inner exception stack trace ---
  11. at System.Net.WebClient.DownloadFile(Uri address, String fileName)
  12. at sQC6f9PswS9YIISFNm.S9o9nnsM7xbIfqk0W7.IhhUqHRRCoxwasZwRHB(Object , Object , Object )
  13. at sQC6f9PswS9YIISFNm.S9o9nnsM7xbIfqk0W7.HT8oFAMAy(Object , EventArgs )
  14. at System.Windows.Forms.Control.OnClick(EventArgs e)
  15. at System.Windows.Forms.Button.OnClick(EventArgs e)
  16. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  17. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  18. at System.Windows.Forms.Control.WndProc(Message& m)
  19. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  20. at System.Windows.Forms.Button.WndProc(Message& m)
  21. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
  23.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C
  28. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  29. ----------------------------------------
  30. Chaos Client
  31. Assembly Version: 1.0.0.0
  32. Win32 Version: 1.0.0.0
  33. CodeBase: file:///C:/Users/Erik/Desktop/Chaos_Client.exe
  34. ----------------------------------------
  35. System
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.7.3353.0 built by: NET472REL1LAST_B
  38. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  39. ----------------------------------------
  40. System.Windows.Forms
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C
  43. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  44. ----------------------------------------
  45. System.Drawing
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.7.3056.0 built by: NET472REL1
  48. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  49. ----------------------------------------
  50. System.Configuration
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.7.3056.0 built by: NET472REL1
  53. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  54. ----------------------------------------
  55. System.Core
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C
  58. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  59. ----------------------------------------
  60. System.Xml
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.7.3056.0 built by: NET472REL1
  63. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  64. ----------------------------------------
  65. Microsoft.mshtml
  66. Assembly Version: 7.0.3300.0
  67. Win32 Version: 7.0.3300.0
  68. CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll
  69. ----------------------------------------
  70.  
  71. ************** JIT Debugging **************
  72. To enable just-in-time (JIT) debugging, the .config file for this
  73. application or computer (machine.config) must have the
  74. jitDebugging value set in the system.windows.forms section.
  75. The application must also be compiled with debugging
  76. enabled.
  77.  
  78. For example:
  79.  
  80. <configuration>
  81. <system.windows.forms jitDebugging="true" />
  82. </configuration>
  83.  
  84. When JIT debugging is enabled, any unhandled exception
  85. will be sent to the JIT debugger registered on the computer
  86. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement