Advertisement
Guest User

Untitled

a guest
Nov 18th, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 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 Unity_Studio.EndianStream.ReadInt32()
  9. at Unity_Studio.AssetsFile..ctor(String fileName, EndianStream fileStream)
  10. at Unity_Studio.UnityStudioForm.LoadAssetsFile(String fileName)
  11. at Unity_Studio.UnityStudioForm.loadFolder_Click(Object sender, EventArgs e)
  12. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  13. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  14. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  15. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  16. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  17. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  18. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  19. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  20. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  21. at System.Windows.Forms.Control.WndProc(Message& m)
  22. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  23. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  24. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  25. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  26. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  27. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  28.  
  29.  
  30. ************** Loaded Assemblies **************
  31. mscorlib
  32. Assembly Version: 4.0.0.0
  33. Win32 Version: 4.6.127.1 built by: NETFXREL3STAGE
  34. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  35. ----------------------------------------
  36. Unity Studio
  37. Assembly Version: 0.5.0.0
  38. Win32 Version: 0.0.0.0
  39. CodeBase: file:///C:/Users/Nick/Desktop/Unity%20Studio/Unity%20Studio/Unity%20Studio.exe
  40. ----------------------------------------
  41. System.Core
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.6.79.0 built by: NETFXREL2
  44. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  45. ----------------------------------------
  46. System
  47. Assembly Version: 4.0.0.0
  48. Win32 Version: 4.6.79.0 built by: NETFXREL2
  49. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  50. ----------------------------------------
  51. System.Windows.Forms
  52. Assembly Version: 4.0.0.0
  53. Win32 Version: 4.6.79.0 built by: NETFXREL2
  54. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  55. ----------------------------------------
  56. System.Drawing
  57. Assembly Version: 4.0.0.0
  58. Win32 Version: 4.6.93.0 built by: NETFXREL2STAGE
  59. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  60. ----------------------------------------
  61. System.Configuration
  62. Assembly Version: 4.0.0.0
  63. Win32 Version: 4.6.79.0 built by: NETFXREL2
  64. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  65. ----------------------------------------
  66. System.Xml
  67. Assembly Version: 4.0.0.0
  68. Win32 Version: 4.6.79.0 built by: NETFXREL2
  69. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  70. ----------------------------------------
  71.  
  72. ************** JIT Debugging **************
  73. To enable just-in-time (JIT) debugging, the .config file for this
  74. application or computer (machine.config) must have the
  75. jitDebugging value set in the system.windows.forms section.
  76. The application must also be compiled with debugging
  77. enabled.
  78.  
  79. For example:
  80.  
  81. <configuration>
  82. <system.windows.forms jitDebugging="true" />
  83. </configuration>
  84.  
  85. When JIT debugging is enabled, any unhandled exception
  86. will be sent to the JIT debugger registered on the computer
  87. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement