Advertisement
Guest User

Error

a guest
Dec 22nd, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 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 Merthsoft.TokenIDE.HexSprite.saveXLibBGPic()
  7. at Merthsoft.TokenIDE.HexSprite.saveFile()
  8. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  9. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  10. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  11. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  12. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  13. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  14. at System.Windows.Forms.Control.WndProc(Message& m)
  15. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  16. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 4.0.0.0
  23. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  24. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  25. ----------------------------------------
  26. TokenIDE
  27. Assembly Version: 0.11.0.0
  28. Win32 Version: 0.11.0.0
  29. CodeBase: file:///C:/Users/Michael's%20laptop/Documents/MyTiData/TokenIDE/TokenIDE.exe
  30. ----------------------------------------
  31. System.Windows.Forms
  32. Assembly Version: 4.0.0.0
  33. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  34. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  35. ----------------------------------------
  36. System.Drawing
  37. Assembly Version: 4.0.0.0
  38. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  39. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  40. ----------------------------------------
  41. System
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  44. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  45. ----------------------------------------
  46. Microsoft.CSharp
  47. Assembly Version: 4.0.0.0
  48. Win32 Version: 4.0.30319.17929
  49. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
  50. ----------------------------------------
  51. System.Core
  52. Assembly Version: 4.0.0.0
  53. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  54. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  55. ----------------------------------------
  56. System.Dynamic
  57. Assembly Version: 4.0.0.0
  58. Win32 Version: 4.0.30319.17929
  59. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
  60. ----------------------------------------
  61. Anonymously Hosted DynamicMethods Assembly
  62. Assembly Version: 0.0.0.0
  63. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  64. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
  65. ----------------------------------------
  66. Accessibility
  67. Assembly Version: 4.0.0.0
  68. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  69. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  70. ----------------------------------------
  71. System.Xml
  72. Assembly Version: 4.0.0.0
  73. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  74. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  75. ----------------------------------------
  76. System.Configuration
  77. Assembly Version: 4.0.0.0
  78. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  79. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  80. ----------------------------------------
  81.  
  82. ************** JIT Debugging **************
  83. To enable just-in-time (JIT) debugging, the .config file for this
  84. application or computer (machine.config) must have the
  85. jitDebugging value set in the system.windows.forms section.
  86. The application must also be compiled with debugging
  87. enabled.
  88.  
  89. For example:
  90.  
  91. <configuration>
  92. <system.windows.forms jitDebugging="true" />
  93. </configuration>
  94.  
  95. When JIT debugging is enabled, any unhandled exception
  96. will be sent to the JIT debugger registered on the computer
  97. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement