Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 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.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NotSupportedException: The given path's format is not supported.
  6. at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
  7. at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
  8. at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
  9. at System.IO.Directory.CreateDirectory(String path)
  10. at PCSX2_Spectabis.MainWindow.addIso(String _img, String _isoDir, String _title)
  11. --- End of inner exception stack trace ---
  12. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  13. at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
  14. at System.Delegate.DynamicInvokeImpl(Object[] args)
  15. at System.Delegate.DynamicInvoke(Object[] args)
  16. at PCSX2_Spectabis.addGameForm.addGameButton_Click(Object sender, EventArgs e)
  17. at System.Windows.Forms.Control.OnClick(EventArgs e)
  18. at System.Windows.Forms.Button.OnClick(EventArgs e)
  19. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  20. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  21. at System.Windows.Forms.Control.WndProc(Message& m)
  22. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  23. at System.Windows.Forms.Button.WndProc(Message& m)
  24. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  25. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  26. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  27.  
  28.  
  29. ************** Loaded Assemblies **************
  30. mscorlib
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  33. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  34. ----------------------------------------
  35. PCSX2-Spectabis
  36. Assembly Version: 1.0.0.0
  37. Win32 Version: 1.0.0.0
  38. CodeBase: file:///G:/Games/Emulators/PCSX2/Spectabis/PCSX2-Spectabis.exe
  39. ----------------------------------------
  40. System.Windows.Forms
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  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
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  48. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  49. ----------------------------------------
  50. System.Drawing
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  53. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  54. ----------------------------------------
  55. MaterialSkin
  56. Assembly Version: 1.0.0.0
  57. Win32 Version: 1.0.0.0
  58. CodeBase: file:///G:/Games/Emulators/PCSX2/Spectabis/MaterialSkin.DLL
  59. ----------------------------------------
  60. System.Configuration
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  63. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  64. ----------------------------------------
  65. System.Core
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  68. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  69. ----------------------------------------
  70. System.Xml
  71. Assembly Version: 4.0.0.0
  72. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  73. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  74. ----------------------------------------
  75. TheGamesDBAPI
  76. Assembly Version: 1.0.0.0
  77. Win32 Version: 1.0.0.0
  78. CodeBase: file:///G:/Games/Emulators/PCSX2/Spectabis/TheGamesDBAPI.DLL
  79. ----------------------------------------
  80.  
  81. ************** JIT Debugging **************
  82. To enable just-in-time (JIT) debugging, the .config file for this
  83. application or computer (machine.config) must have the
  84. jitDebugging value set in the system.windows.forms section.
  85. The application must also be compiled with debugging
  86. enabled.
  87.  
  88. For example:
  89.  
  90. <configuration>
  91. <system.windows.forms jitDebugging="true" />
  92. </configuration>
  93.  
  94. When JIT debugging is enabled, any unhandled exception
  95. will be sent to the JIT debugger registered on the computer
  96. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement