Advertisement
Guest User

Untitled

a guest
Jul 6th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. ************** Exception Text **************
  2. System.IO.IOException: An attempt was made to move the file pointer before the beginning of the file.
  3.  
  4. at X360.IO.DJsIO.set_Position(Int64 value)
  5. at PS3_FastFile_Editor.Form1.GetGSCs()
  6. at PS3_FastFile_Editor.Form1.openMW2()
  7. at PS3_FastFile_Editor.Form1.menuFileOpen_Click(Object sender, EventArgs e)
  8. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  9. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  10. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  11. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  12. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  13. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  14. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  15. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  16. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  17. at System.Windows.Forms.Control.WndProc(Message& m)
  18. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  19. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  20. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  21. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  22. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  23. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  24.  
  25.  
  26. ************** Loaded Assemblies **************
  27. mscorlib
  28. Assembly Version: 2.0.0.0
  29. Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
  30. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  31. ----------------------------------------
  32. PS3 FastFile Editor
  33. Assembly Version: 1.0.0.0
  34. Win32 Version: 1.0.0.0
  35. CodeBase: file:///C:/Users/Michael/Desktop/PS3%20FastFile%20Editor%20XP/PS3%20FastFile%20Editor.exe
  36. ----------------------------------------
  37. System.Windows.Forms
  38. Assembly Version: 2.0.0.0
  39. Win32 Version: 2.0.50727.5460 (Win7SP1GDR.050727-5400)
  40. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  41. ----------------------------------------
  42. System
  43. Assembly Version: 2.0.0.0
  44. Win32 Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
  45. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  46. ----------------------------------------
  47. System.Drawing
  48. Assembly Version: 2.0.0.0
  49. Win32 Version: 2.0.50727.5462 (Win7SP1GDR.050727-5400)
  50. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  51. ----------------------------------------
  52. ICSharpCode.TextEditor
  53. Assembly Version: 3.2.0.5777
  54. Win32 Version: 3.2.0.5777
  55. CodeBase: file:///C:/Users/Michael/Desktop/PS3%20FastFile%20Editor%20XP/ICSharpCode.TextEditor.DLL
  56. ----------------------------------------
  57. System.Core
  58. Assembly Version: 3.5.0.0
  59. Win32 Version: 3.5.30729.5420 built by: Win7SP1
  60. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  61. ----------------------------------------
  62. System.Xml
  63. Assembly Version: 2.0.0.0
  64. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  65. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  66. ----------------------------------------
  67. PackageIO
  68. Assembly Version: 0.1.7.0
  69. Win32 Version: 0.1.7.0
  70. CodeBase: file:///C:/Users/Michael/Desktop/PS3%20FastFile%20Editor%20XP/PackageIO.DLL
  71. ----------------------------------------
  72. X360
  73. Assembly Version: 1.0.0.12
  74. Win32 Version: 1.0.0.12
  75. CodeBase: file:///C:/Users/Michael/Desktop/PS3%20FastFile%20Editor%20XP/X360.DLL
  76. ----------------------------------------
  77. Ionic.Zip
  78. Assembly Version: 1.8.4.28
  79. Win32 Version: 1.8.4.28
  80. CodeBase: file:///C:/Users/Michael/Desktop/PS3%20FastFile%20Editor%20XP/Ionic.Zip.DLL
  81. ----------------------------------------
  82. Microsoft.VisualBasic
  83. Assembly Version: 8.0.0.0
  84. Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
  85. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  86. ----------------------------------------
  87.  
  88. ************** JIT Debugging **************
  89. To enable just-in-time (JIT) debugging, the .config file for this
  90. application or computer (machine.config) must have the
  91. jitDebugging value set in the system.windows.forms section.
  92. The application must also be compiled with debugging
  93. enabled.
  94.  
  95. For example:
  96.  
  97. <configuration>
  98. <system.windows.forms jitDebugging="true" />
  99. </configuration>
  100.  
  101. When JIT debugging is enabled, any unhandled exception
  102. will be sent to the JIT debugger registered on the computer
  103. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement