Advertisement
stonecold913

crash 2

Apr 19th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 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.DirectoryNotFoundException: Could not find a part of the path 'instances\1.2.5_mods\.minecraft\mods\guava-11.0.1.jar'.
  6. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  7. at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
  8. at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
  9. at MultiMC.WinGUI.EditModsForm.AddMLMods(IEnumerable`1 files)
  10. at MultiMC.WinGUI.EditModsForm.buttonAddMLMod_Click(Object sender, EventArgs e)
  11. at System.Windows.Forms.Control.OnClick(EventArgs e)
  12. at System.Windows.Forms.Button.OnClick(EventArgs e)
  13. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  14. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  17. at System.Windows.Forms.Button.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21.  
  22.  
  23. ************** Loaded Assemblies **************
  24. mscorlib
  25. Assembly Version: 4.0.0.0
  26. Win32 Version: 4.0.30319.261 (RTMGDR.030319-2600)
  27. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  28. ----------------------------------------
  29. MultiMC
  30. Assembly Version: 3.1.1.1
  31. Win32 Version: 3.1.1.1
  32. CodeBase: file:///C:/Users/James/Desktop/MultiMC/MultiMC.exe
  33. ----------------------------------------
  34. System
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.0.30319.261 built by: RTMGDR
  37. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. System.Core
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.0.30319.233 built by: RTMGDR
  42. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  43. ----------------------------------------
  44. System.Configuration
  45. Assembly Version: 4.0.0.0
  46. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  47. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  48. ----------------------------------------
  49. System.Xml
  50. Assembly Version: 4.0.0.0
  51. Win32 Version: 4.0.30319.233 built by: RTMGDR
  52. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  53. ----------------------------------------
  54. System.Windows.Forms
  55. Assembly Version: 4.0.0.0
  56. Win32 Version: 4.0.30319.235 built by: RTMGDR
  57. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  58. ----------------------------------------
  59. System.Drawing
  60. Assembly Version: 4.0.0.0
  61. Win32 Version: 4.0.30319.276 built by: RTMGDR
  62. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  63. ----------------------------------------
  64. Ionic.Zip.Reduced
  65. Assembly Version: 1.9.1.5
  66. Win32 Version: 3.1.1.1
  67. CodeBase: file:///C:/Users/James/Desktop/MultiMC/MultiMC.exe
  68. ----------------------------------------
  69.  
  70. ************** JIT Debugging **************
  71. To enable just-in-time (JIT) debugging, the .config file for this
  72. application or computer (machine.config) must have the
  73. jitDebugging value set in the system.windows.forms section.
  74. The application must also be compiled with debugging
  75. enabled.
  76.  
  77. For example:
  78.  
  79. <configuration>
  80. <system.windows.forms jitDebugging="true" />
  81. </configuration>
  82.  
  83. When JIT debugging is enabled, any unhandled exception
  84. will be sent to the JIT debugger registered on the computer
  85. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement