Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 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 program issued a command but the command length is incorrect.
  6.  
  7. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  8. 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)
  9. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
  10. at System.IO.FileStream..ctor(String path, FileMode mode)
  11. at RetropieMetadataEditor.Container.Rom.GetImageSize()
  12. at RetropieMetadataEditor.MainForm.ShowCover()
  13. at RetropieMetadataEditor.MainForm.listBoxRoms_SelectedIndexChanged(Object sender, EventArgs e)
  14. at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  15. at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  16. at System.Windows.Forms.ListBox.WndProc(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  19. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  20.  
  21.  
  22. ************** Loaded Assemblies **************
  23. mscorlib
  24. Assembly Version: 4.0.0.0
  25. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  26. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  27. ----------------------------------------
  28. RetropieMetadataEditor
  29. Assembly Version: 0.1.6.0
  30. Win32 Version: 0.1.6.0
  31. CodeBase: file:///C:/Users/Tom%20Robinson/Downloads/RetropieMetadataEditor/RetropieMetadataEditor.exe
  32. ----------------------------------------
  33. System.Windows.Forms
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  36. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  37. ----------------------------------------
  38. System
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  41. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  42. ----------------------------------------
  43. System.Drawing
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  46. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  47. ----------------------------------------
  48. System.Configuration
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  51. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  52. ----------------------------------------
  53. System.Core
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  56. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  57. ----------------------------------------
  58. System.Xml
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  61. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  62. ----------------------------------------
  63. Accessibility
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  66. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  67. ----------------------------------------
  68.  
  69. ************** JIT Debugging **************
  70. To enable just-in-time (JIT) debugging, the .config file for this
  71. application or computer (machine.config) must have the
  72. jitDebugging value set in the system.windows.forms section.
  73. The application must also be compiled with debugging
  74. enabled.
  75.  
  76. For example:
  77.  
  78. <configuration>
  79. <system.windows.forms jitDebugging="true" />
  80. </configuration>
  81.  
  82. When JIT debugging is enabled, any unhandled exception
  83. will be sent to the JIT debugger registered on the computer
  84. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement