Advertisement
Guest User

Untitled

a guest
Jan 26th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 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.NullReferenceException: Object reference not set to an instance of an object.
  6. at com.clusterrr.hakchi_gui.MainForm.LoadGames() in D:\C\hakchi2\MainForm.cs:line 452
  7. at com.clusterrr.hakchi_gui.MainForm.groupByAppTypeToolStripMenuItem_Click(Object sender, EventArgs e) in D:\C\hakchi2\MainForm.cs:line 2135
  8. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  9. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  10. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  11. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  12. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  13. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  14. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  17. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  19. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  20.  
  21.  
  22. ************** Loaded Assemblies **************
  23. mscorlib
  24. Assembly Version: 2.0.0.0
  25. Win32 Version: 2.0.50727.8762 (QFE.050727-8700)
  26. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  27. ----------------------------------------
  28. hakchi
  29. Assembly Version: 2.0.21.72
  30. Win32 Version: 2.0.21.72
  31. CodeBase: file:///D:/Hakchi2%20-%20daPhie79/hakchi.exe
  32. ----------------------------------------
  33. System
  34. Assembly Version: 2.0.0.0
  35. Win32 Version: 2.0.50727.8770 (QFE.050727-8700)
  36. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  37. ----------------------------------------
  38. System.Windows.Forms
  39. Assembly Version: 2.0.0.0
  40. Win32 Version: 2.0.50727.8653 (QFE.050727-8600)
  41. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  42. ----------------------------------------
  43. System.Drawing
  44. Assembly Version: 2.0.0.0
  45. Win32 Version: 2.0.50727.8681 (QFE.050727-8600)
  46. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  47. ----------------------------------------
  48. System.Configuration
  49. Assembly Version: 2.0.0.0
  50. Win32 Version: 2.0.50727.7057 (QFE.050727-7000)
  51. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  52. ----------------------------------------
  53. System.Xml
  54. Assembly Version: 2.0.0.0
  55. Win32 Version: 2.0.50727.8773 (QFE.050727-8700)
  56. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  57. ----------------------------------------
  58. System.Deployment
  59. Assembly Version: 2.0.0.0
  60. Win32 Version: 2.0.50727.8671 (QFE.050727-8600)
  61. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Deployment/2.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
  62. ----------------------------------------
  63. System.Core
  64. Assembly Version: 3.5.0.0
  65. Win32 Version: 3.5.30729.8655 built by: QFE
  66. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  67. ----------------------------------------
  68.  
  69. ************** JIT Debugging **************
  70. To enable just-in-time (JIT) debugging, the .config file for this
  71. application or computer (machine.config) must have the
  72. jitDebugging value set in the system.windows.forms section.
  73. The application must also be compiled with debugging
  74. enabled.
  75.  
  76. For example:
  77.  
  78. <configuration>
  79. <system.windows.forms jitDebugging="true" />
  80. </configuration>
  81.  
  82. When JIT debugging is enabled, any unhandled exception
  83. will be sent to the JIT debugger registered on the computer
  84. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement