Advertisement
SonofUgly

asdf

Oct 12th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 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.EndOfStreamException: Unable to read beyond the end of the stream.
  6. at System.IO.BinaryReader.FillBuffer(Int32 numBytes)
  7. at System.IO.BinaryReader.ReadUInt32()
  8. at LibertyV.Rage.RPF.V7.Structs.RPF7Header..ctor(Stream stream)
  9. at LibertyV.Rage.RPF.V7.RPF7File..ctor(Stream inputStream, String filname)
  10. at LibertyV.LibertyV.fileOpenButton_Click(Object sender, EventArgs e)
  11. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  12. at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
  13. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  14. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  15. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  16. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  17. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  18. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  19. at System.Windows.Forms.Control.WndProc(Message& m)
  20. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  21. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  22. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  23. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  24. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  25.  
  26.  
  27. ************** Loaded Assemblies **************
  28. mscorlib
  29. Assembly Version: 4.0.0.0
  30. Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
  31. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  32. ----------------------------------------
  33. LibertyV
  34. Assembly Version: 1.0.0.0
  35. Win32 Version: 1.0.0.0
  36. CodeBase: file:///F:/Users/Chad/Backups/GTA%20V/LibertyV.exe
  37. ----------------------------------------
  38. System.Windows.Forms
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.0.30319.278 built by: RTMGDR
  41. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  42. ----------------------------------------
  43. System.Drawing
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.0.30319.282 built by: RTMGDR
  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
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.0.30319.269 built by: RTMGDR
  51. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  52. ----------------------------------------
  53. System.Configuration
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  56. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  57. ----------------------------------------
  58. System.Core
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.0.30319.225 built by: RTMGDR
  61. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  62. ----------------------------------------
  63. System.Xml
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.0.30319.225 built by: RTMGDR
  66. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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