Advertisement
Guest User

Untitled

a guest
Sep 20th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 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.ReadInt32()
  8. at PBAConfig.Form1.ReadData()
  9. at PBAConfig.Form1.Form1_Load(Object sender, EventArgs e)
  10. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  11. at System.Windows.Forms.Form.OnCreateControl()
  12. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  13. at System.Windows.Forms.Control.CreateControl()
  14. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  17. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  18. at System.Windows.Forms.Form.WndProc(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
  23.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.0.30319.1008 (RTMGDR.030319-1000)
  28. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  29. ----------------------------------------
  30. PBAConfig
  31. Assembly Version: 1.0.0.0
  32. Win32 Version: 1.0.0.0
  33. CodeBase: file:///E:/steam/steamapps/common/PinballArcade/PBAConfig.exe
  34. ----------------------------------------
  35. System.Windows.Forms
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.0.30319.1002 built by: RTMGDR
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  39. ----------------------------------------
  40. System.Drawing
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.0.30319.1001 built by: RTMGDR
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  44. ----------------------------------------
  45. System
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.0.30319.1001 built by: RTMGDR
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  49. ----------------------------------------
  50.  
  51. ************** JIT Debugging **************
  52. To enable just-in-time (JIT) debugging, the .config file for this
  53. application or computer (machine.config) must have the
  54. jitDebugging value set in the system.windows.forms section.
  55. The application must also be compiled with debugging
  56. enabled.
  57.  
  58. For example:
  59.  
  60. <configuration>
  61. <system.windows.forms jitDebugging="true" />
  62. </configuration>
  63.  
  64. When JIT debugging is enabled, any unhandled exception
  65. will be sent to the JIT debugger registered on the computer
  66. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement