Displays the settings tab with limited capabilties. When selecting the credits or various tabs there is a small popup stating 'Unhandled exception has occured in your application; Object reference not set to an instance of the object.' There were also details that came with the box:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
\ Exception Text **
System.NullReferenceException: Object reference not set to an instance of an object.
at Net.Bertware.Bukkitgui2.Core.Configuration.Config.SaveFile(String location)
at Net.Bertware.Bukkitgui2.AddOn.Settings.SettingsTab.TvSettingsAfterSelect(Object sender, TreeViewEventArgs e)
at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
at System.Windows.Forms.TreeView.WmNotify(Message& m)
at System.Windows.Forms.TreeView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
\ JIT Debugging **
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
^ End of text ^
I have tried creating a completely new server but it stays the same.
Below is an image of what the GUI looks like:
Displays the settings tab with limited capabilties. When selecting the credits or various tabs there is a small popup stating 'Unhandled exception has occured in your application; Object reference not set to an instance of the object.' There were also details that came with the box:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
\ Exception Text ** System.NullReferenceException: Object reference not set to an instance of an object. at Net.Bertware.Bukkitgui2.Core.Configuration.Config.SaveFile(String location) at Net.Bertware.Bukkitgui2.AddOn.Settings.SettingsTab.TvSettingsAfterSelect(Object sender, TreeViewEventArgs e) at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv) at System.Windows.Forms.TreeView.WmNotify(Message& m) at System.Windows.Forms.TreeView.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
\ Loaded Assemblies ** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8689 (QFE.050727-8600)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
bukkitgui Assembly Version: 2.0.0.335 Win32 Version: 2.0.0.335
CodeBase: file:///C:/Users/Arthur_2/Desktop/bukkitgui.exe
System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8670 (QFE.050727-8600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8690 (QFE.050727-8600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8681 (QFE.050727-8600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
MetroFramework Assembly Version: 1.3.0.0 Win32 Version: 2.0.0.335
CodeBase: file:///C:/Users/Arthur_2/Desktop/bukkitgui.exe
System.Core Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.8693 built by: QFE
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.8679 (QFE.050727-8600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
MetroFramework.Fonts Assembly Version: 1.3.0.0 Win32 Version: 2.0.0.335
CodeBase: file:///C:/Users/Arthur_2/Desktop/bukkitgui.exe
Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.8670 (QFE.050727-8600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
\ JIT Debugging ** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
^ End of text ^
I have tried creating a completely new server but it stays the same. Below is an image of what the GUI looks like: