Advertisement
Guest User

Untitled

a guest
Jan 10th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 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: Cannot create a file when that file already exists.
  6.  
  7. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  8. at System.IO.File.Move(String sourceFileName, String destFileName)
  9. at MB2Launcher.LauncherMainF.SteamDoRename()
  10. at MB2Launcher.LauncherMainF.StartGame()
  11. at MB2Launcher.LauncherMainF.pb_btn_start_Click(Object sender, EventArgs e)
  12. at System.Windows.Forms.Control.OnClick(EventArgs e)
  13. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  14. at System.Windows.Forms.Control.WndProc(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  16. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  17.  
  18.  
  19. ************** Loaded Assemblies **************
  20. mscorlib
  21. Assembly Version: 2.0.0.0
  22. Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
  23. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  24. ----------------------------------------
  25. MBIILauncher
  26. Assembly Version: 1.9.3.0
  27. Win32 Version: 1.9.3.0
  28. CodeBase: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Jedi%20Academy/GameData/MBIILauncher.exe
  29. ----------------------------------------
  30. System
  31. Assembly Version: 2.0.0.0
  32. Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
  33. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  34. ----------------------------------------
  35. System.Windows.Forms
  36. Assembly Version: 2.0.0.0
  37. Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727-5400)
  38. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  39. ----------------------------------------
  40. System.Drawing
  41. Assembly Version: 2.0.0.0
  42. Win32 Version: 2.0.50727.5492 (Win7SP1GDR.050727-5400)
  43. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  44. ----------------------------------------
  45. System.Configuration
  46. Assembly Version: 2.0.0.0
  47. Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
  48. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  49. ----------------------------------------
  50. System.Xml
  51. Assembly Version: 2.0.0.0
  52. Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
  53. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  54. ----------------------------------------
  55. System.Core
  56. Assembly Version: 3.5.0.0
  57. Win32 Version: 3.5.30729.5420 built by: Win7SP1
  58. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  59. ----------------------------------------
  60. System.Management
  61. Assembly Version: 2.0.0.0
  62. Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
  63. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll
  64. ----------------------------------------
  65.  
  66. ************** JIT Debugging **************
  67. To enable just-in-time (JIT) debugging, the .config file for this
  68. application or computer (machine.config) must have the
  69. jitDebugging value set in the system.windows.forms section.
  70. The application must also be compiled with debugging
  71. enabled.
  72.  
  73. For example:
  74.  
  75. <configuration>
  76. <system.windows.forms jitDebugging="true" />
  77. </configuration>
  78.  
  79. When JIT debugging is enabled, any unhandled exception
  80. will be sent to the JIT debugger registered on the computer
  81. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement