Advertisement
Guest User

Untitled

a guest
Feb 12th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 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.ObjectDisposedException: Cannot write to a closed TextWriter.
  6. at System.IO.__Error.WriterClosed()
  7. at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
  8. at System.IO.StreamWriter.Write(Char[] buffer, Int32 index, Int32 count)
  9. at System.IO.TextWriter.WriteLine(String value)
  10. at PSXPrev.Classes.Exporters.ObjExporter.Export(List`1 entities, String selectedPath, Boolean experimentalVertexColor)
  11. at PSXPrev.PreviewForm.cmsModelExport_ItemClicked(Object sender, ToolStripItemClickedEventArgs e)
  12. at System.Windows.Forms.ToolStripItemClickedEventHandler.Invoke(Object sender, ToolStripItemClickedEventArgs e)
  13. at System.Windows.Forms.ToolStrip.OnItemClicked(ToolStripItemClickedEventArgs e)
  14. at System.Windows.Forms.ToolStripDropDown.OnItemClicked(ToolStripItemClickedEventArgs e)
  15. at System.Windows.Forms.ToolStrip.HandleItemClick(ToolStripItem dismissingItem)
  16. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  17. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  18. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  19. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  20. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  21. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  22. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  23. at System.Windows.Forms.Control.WndProc(Message& m)
  24. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  25. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  26. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  27. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  28. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  29. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  30.  
  31.  
  32. ************** Loaded Assemblies **************
  33. mscorlib
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  36. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  37. ----------------------------------------
  38. PSXPrev
  39. Assembly Version: 1.0.0.0
  40. Win32 Version: 1.0.0.0
  41. CodeBase: file:///C:/Users/J/Downloads/psxprev/PSXPrev.exe
  42. ----------------------------------------
  43. System.Windows.Forms
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  46. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  47. ----------------------------------------
  48. System
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  51. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  52. ----------------------------------------
  53. System.Drawing
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  56. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  57. ----------------------------------------
  58. OpenTK
  59. Assembly Version: 2.0.0.0
  60. Win32 Version: 2.0.0
  61. CodeBase: file:///C:/Users/J/Downloads/psxprev/OpenTK.DLL
  62. ----------------------------------------
  63. System.Configuration
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  66. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  67. ----------------------------------------
  68. System.Core
  69. Assembly Version: 4.0.0.0
  70. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  71. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  72. ----------------------------------------
  73. System.Xml
  74. Assembly Version: 4.0.0.0
  75. Win32 Version: 4.6.1590.0 built by: NETFXREL2
  76. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  77. ----------------------------------------
  78. OpenTK.GLControl
  79. Assembly Version: 1.1.0.0
  80. Win32 Version: 1.1.2349.61993
  81. CodeBase: file:///C:/Users/J/Downloads/psxprev/OpenTK.GLControl.DLL
  82. ----------------------------------------
  83.  
  84. ************** JIT Debugging **************
  85. To enable just-in-time (JIT) debugging, the .config file for this
  86. application or computer (machine.config) must have the
  87. jitDebugging value set in the system.windows.forms section.
  88. The application must also be compiled with debugging
  89. enabled.
  90.  
  91. For example:
  92.  
  93. <configuration>
  94. <system.windows.forms jitDebugging="true" />
  95. </configuration>
  96.  
  97. When JIT debugging is enabled, any unhandled exception
  98. will be sent to the JIT debugger registered on the computer
  99. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement