Advertisement
Guest User

AM2R Error message

a guest
Mar 20th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 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.IO.IOException: The process cannot access the file 'pack_git2_a15364' because it is being used by another process.
  6. at System.IO.Directory.DeleteHelper(String fullPath, String userPath, Boolean recursive, Boolean throwOnTopLevelDirectoryNotFound, WIN32_FIND_DATA& data)
  7. at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive, Boolean checkHost)
  8. at System.IO.DirectoryInfo.Delete(Boolean recursive)
  9. at AutoPatcherGUI.AM2RPatcherForm.ClearRepository(String directory)
  10. at AutoPatcherGUI.AM2RPatcherForm.GitClone(String directory)
  11. at AutoPatcherGUI.AM2RPatcherForm.GitPull(String directory)
  12. at AutoPatcherGUI.AM2RPatcherForm.Form1_Load(Object sender, EventArgs e)
  13. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  14. at System.Windows.Forms.Form.OnCreateControl()
  15. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  16. at System.Windows.Forms.Control.CreateControl()
  17. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  18. at System.Windows.Forms.Control.WndProc(Message& m)
  19. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  20. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  21. at System.Windows.Forms.Form.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.8.4300.0 built by: NET48REL1LAST_C
  31. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  32. ----------------------------------------
  33. AutoPatcherGUI
  34. Assembly Version: 1.0.0.0
  35. Win32 Version: 1.0.0.0
  36. CodeBase: file:///C:/Users/galix/Downloads/AM2RLauncher_v1.2/AM2RLauncher.exe
  37. ----------------------------------------
  38. System.Windows.Forms
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
  41. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  42. ----------------------------------------
  43. System
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.8.4300.0 built by: NET48REL1LAST_C
  46. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  47. ----------------------------------------
  48. System.Drawing
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.8.4084.0 built by: NET48REL1
  51. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  52. ----------------------------------------
  53. Newtonsoft.Json
  54. Assembly Version: 12.0.0.0
  55. Win32 Version: 12.0.3.23909
  56. CodeBase: file:///C:/Users/galix/Downloads/AM2RLauncher_v1.2/Newtonsoft.Json.DLL
  57. ----------------------------------------
  58. System.Configuration
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
  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.8.4320.0 built by: NET48REL1LAST_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.8.4084.0 built by: NET48REL1
  71. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  72. ----------------------------------------
  73. LibGit2Sharp
  74. Assembly Version: 0.26.0.0
  75. Win32 Version: 0.26.2.97
  76. CodeBase: file:///C:/Users/galix/Downloads/AM2RLauncher_v1.2/LibGit2Sharp.DLL
  77. ----------------------------------------
  78.  
  79. ************** JIT Debugging **************
  80. To enable just-in-time (JIT) debugging, the .config file for this
  81. application or computer (machine.config) must have the
  82. jitDebugging value set in the system.windows.forms section.
  83. The application must also be compiled with debugging
  84. enabled.
  85.  
  86. For example:
  87.  
  88. <configuration>
  89. <system.windows.forms jitDebugging="true" />
  90. </configuration>
  91.  
  92. When JIT debugging is enabled, any unhandled exception
  93. will be sent to the JIT debugger registered on the computer
  94. rather than be handled by this dialog box.
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement