Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 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.IO.IOException: The process cannot access the file 'C:\Users\Jon\AppData\Roaming\win\Loader.exe' because it is being used by another process.
  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 System.Net.WebClient.DownloadFile(String address, String fileName)
  13. at (Object , String , String )
  14. at egguware_loader_cop.Loader.button1_Click(Object sender, EventArgs e)
  15. at System.Windows.Forms.Control.OnClick(EventArgs e)
  16. at System.Windows.Forms.Button.OnClick(EventArgs e)
  17. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  18. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  19. at System.Windows.Forms.Control.WndProc(Message& m)
  20. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  21. at System.Windows.Forms.Button.WndProc(Message& m)
  22. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  23. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  24. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  25.  
  26.  
  27. ************** Loaded Assemblies **************
  28. mscorlib
  29. Assembly Version: 4.0.0.0
  30. Win32 Version: 4.7.3416.0 built by: NET472REL1LAST_B
  31. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  32. ----------------------------------------
  33. EgguWare Loader
  34. Assembly Version: 1.0.0.0
  35. Win32 Version: 1.0.0.0
  36. CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Unturned/EgguWareLoaderP.exe
  37. ----------------------------------------
  38. System.Drawing
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  41. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  42. ----------------------------------------
  43. System
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.7.3416.0 built by: NET472REL1LAST_B
  46. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  47. ----------------------------------------
  48. System.Windows.Forms
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C
  51. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  52. ----------------------------------------
  53. Accessibility
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  56. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  57. ----------------------------------------
  58. System.Configuration
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C
  61. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  62. ----------------------------------------
  63. System.Core
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.7.3362.0 built by: NET472REL1LAST_C
  66. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  67. ----------------------------------------
  68. System.Xml
  69. Assembly Version: 4.0.0.0
  70. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  71. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  72. ----------------------------------------
  73.  
  74. ************** JIT Debugging **************
  75. To enable just-in-time (JIT) debugging, the .config file for this
  76. application or computer (machine.config) must have the
  77. jitDebugging value set in the system.windows.forms section.
  78. The application must also be compiled with debugging
  79. enabled.
  80.  
  81. For example:
  82.  
  83. <configuration>
  84. <system.windows.forms jitDebugging="true" />
  85. </configuration>
  86.  
  87. When JIT debugging is enabled, any unhandled exception
  88. will be sent to the JIT debugger registered on the computer
  89. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement