Advertisement
Guest User

Untitled

a guest
Nov 11th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 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 Net.Bertware.Bukkitgui2.Core.Configuration.Config.SaveFile(String location)
  7. at Net.Bertware.Bukkitgui2.AddOn.Settings.SettingsTab.TvSettingsAfterSelect(Object sender, TreeViewEventArgs e)
  8. at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
  9. at System.Windows.Forms.TreeView.WmNotify(Message& m)
  10. at System.Windows.Forms.TreeView.WndProc(Message& m)
  11. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  12. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  13.  
  14.  
  15. ************** Loaded Assemblies **************
  16. mscorlib
  17. Assembly Version: 2.0.0.0
  18. Win32 Version: 2.0.50727.8669 (QFE.050727-8600)
  19. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  20. ----------------------------------------
  21. bukkitgui
  22. Assembly Version: 2.0.0.323
  23. Win32 Version: 2.0.0.323
  24. CodeBase: file:///D:/MC%20related/MC%20Server/KitPvP%20server/bukkitgui.exe
  25. ----------------------------------------
  26. System.Windows.Forms
  27. Assembly Version: 2.0.0.0
  28. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  29. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  30. ----------------------------------------
  31. System
  32. Assembly Version: 2.0.0.0
  33. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  34. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  35. ----------------------------------------
  36. System.Drawing
  37. Assembly Version: 2.0.0.0
  38. Win32 Version: 2.0.50727.8663 (QFE.050727-8600)
  39. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  40. ----------------------------------------
  41. MetroFramework
  42. Assembly Version: 1.3.0.0
  43. Win32 Version: 2.0.0.323
  44. CodeBase: file:///D:/MC%20related/MC%20Server/KitPvP%20server/bukkitgui.exe
  45. ----------------------------------------
  46. System.Core
  47. Assembly Version: 3.5.0.0
  48. Win32 Version: 3.5.30729.8674 built by: QFE
  49. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  50. ----------------------------------------
  51. System.Xml
  52. Assembly Version: 2.0.0.0
  53. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  54. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  55. ----------------------------------------
  56. MetroFramework.Fonts
  57. Assembly Version: 1.3.0.0
  58. Win32 Version: 2.0.0.323
  59. CodeBase: file:///D:/MC%20related/MC%20Server/KitPvP%20server/bukkitgui.exe
  60. ----------------------------------------
  61. Microsoft.VisualBasic
  62. Assembly Version: 8.0.0.0
  63. Win32 Version: 8.0.50727.8662 (QFE.050727-8600)
  64. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  65. ----------------------------------------
  66.  
  67. ************** JIT Debugging **************
  68. To enable just-in-time (JIT) debugging, the .config file for this
  69. application or computer (machine.config) must have the
  70. jitDebugging value set in the system.windows.forms section.
  71. The application must also be compiled with debugging
  72. enabled.
  73.  
  74. For example:
  75.  
  76. <configuration>
  77. <system.windows.forms jitDebugging="true" />
  78. </configuration>
  79.  
  80. When JIT debugging is enabled, any unhandled exception
  81. will be sent to the JIT debugger registered on the computer
  82. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement