Advertisement
Guest User

Untitled

a guest
Nov 12th, 2015
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.93 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.IndexOutOfRangeException: Index was outside the bounds of the array.
  6. at Unity_Studio.Mesh..ctor(AssetPreloadData MeshPD)
  7. at Unity_Studio.UnityStudioForm.WriteFBX(String FBXfile, Boolean allNodes)
  8. at Unity_Studio.UnityStudioForm.Export3DObjects_Click(Object sender, EventArgs e)
  9. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  10. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  11. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  12. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  13. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  14. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  15. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  16. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  17. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  18. at System.Windows.Forms.Control.WndProc(Message& m)
  19. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  20. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  21. at System.Windows.Forms.ToolStripDropDown.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.6.127.1 built by: NETFXREL3STAGE
  31. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  32. ----------------------------------------
  33. Unity Studio
  34. Assembly Version: 0.5.0.0
  35. Win32 Version: 0.0.0.0
  36. CodeBase: file:///C:/Users/Nick/Desktop/Unity%20Studio/Unity%20Studio.exe
  37. ----------------------------------------
  38. System.Core
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.6.79.0 built by: NETFXREL2
  41. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  42. ----------------------------------------
  43. System
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.6.79.0 built by: NETFXREL2
  46. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  47. ----------------------------------------
  48. System.Windows.Forms
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.6.79.0 built by: NETFXREL2
  51. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  52. ----------------------------------------
  53. System.Drawing
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.6.93.0 built by: NETFXREL2STAGE
  56. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  57. ----------------------------------------
  58. System.Configuration
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.6.79.0 built by: NETFXREL2
  61. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  62. ----------------------------------------
  63. System.Xml
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.6.79.0 built by: NETFXREL2
  66. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  67. ----------------------------------------
  68. System.Web.Extensions
  69. Assembly Version: 4.0.0.0
  70. Win32 Version: 4.6.114.0
  71. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Web.Extensions/v4.0_4.0.0.0__31bf3856ad364e35/System.Web.Extensions.dll
  72. ----------------------------------------
  73. System.Web
  74. Assembly Version: 4.0.0.0
  75. Win32 Version: 4.6.114.0 built by: NETFXREL3STAGE
  76. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
  77. ----------------------------------------
  78. System.Half
  79. Assembly Version: 0.0.0.0
  80. Win32 Version: 0.0.0.0
  81. CodeBase: file:///C:/Users/Nick/Desktop/Unity%20Studio/System.Half.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