Advertisement
Sixfoxtrot

Untitled

Apr 22nd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 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.ArgumentException: Win32 handle that was passed to Icon is not valid or is the wrong type.
  6. at System.Drawing.Icon..ctor(IntPtr handle, Boolean takeOwnership)
  7. at System.Drawing.Icon.FromHandle(IntPtr handle)
  8. at GCFScape.CDirectoryItemInfoManager.GetItemTypeInfo(CDirectoryItem* pDirectoryItem)
  9. at GCFScape.CPackageTreeNode..ctor(CPackage* pPackage, CDirectoryItem* pDirectoryItem, CDirectoryItemInfoManager pDirectoryItemInfoManager, CPackageInfo pPackageInfo, Boolean bBuild)
  10. at GCFScape.CGCFScape.PopulateTree()
  11. at GCFScape.CGCFScape.OpenPackage(String pFileName)
  12. at GCFScape.CGCFScape.btnOpen_Click(Object sender, EventArgs e)
  13. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  14. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  15. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  16. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  17. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  18. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  19. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  20. at System.Windows.Forms.Control.WndProc(Message& m)
  21. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  22. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  23. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  24.  
  25.  
  26. ************** Loaded Assemblies **************
  27. mscorlib
  28. Assembly Version: 4.0.0.0
  29. Win32 Version: 4.7.3394.0 built by: NET472REL1LAST_C
  30. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  31. ----------------------------------------
  32. GCFScape
  33. Assembly Version: 1.8.6.0
  34. Win32 Version: 1.8.6
  35. CodeBase: file:///C:/Program%20Files/Nem's%20Tools/GCFScape/GCFScape.exe
  36. ----------------------------------------
  37. System.Windows.Forms
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.7.3324.0 built by: NET472REL1LAST_C
  40. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  41. ----------------------------------------
  42. System
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.7.3362.0 built by: NET472REL1LAST_C
  45. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  46. ----------------------------------------
  47. System.Drawing
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.7.3056.0 built by: NET472REL1
  50. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  51. ----------------------------------------
  52. System.Configuration
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.7.3056.0 built by: NET472REL1
  55. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  56. ----------------------------------------
  57. System.Core
  58. Assembly Version: 4.0.0.0
  59. Win32 Version: 4.7.3362.0 built by: NET472REL1LAST_C
  60. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  61. ----------------------------------------
  62. System.Xml
  63. Assembly Version: 4.0.0.0
  64. Win32 Version: 4.7.3056.0 built by: NET472REL1
  65. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  66. ----------------------------------------
  67. Accessibility
  68. Assembly Version: 4.0.0.0
  69. Win32 Version: 4.7.3056.0 built by: NET472REL1
  70. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  71. ----------------------------------------
  72.  
  73. ************** JIT Debugging **************
  74. To enable just-in-time (JIT) debugging, the .config file for this
  75. application or computer (machine.config) must have the
  76. jitDebugging value set in the system.windows.forms section.
  77. The application must also be compiled with debugging
  78. enabled.
  79.  
  80. For example:
  81.  
  82. <configuration>
  83. <system.windows.forms jitDebugging="true" />
  84. </configuration>
  85.  
  86. When JIT debugging is enabled, any unhandled exception
  87. will be sent to the JIT debugger registered on the computer
  88. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement