Solved BukkitGui Wont work

Discussion in 'Bukkit Help' started by Godzillasmash!, Aug 17, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Godzillasmash!

    Please Help me, I tried to copy and paste a big chunk of land and that crashed my server, so I shut down my server and loaded my backup, When I tried to start the backup it said that there is already a server running on this port, and it suggested that I restart my computer so I did. and when I tried to load my bukkitgui all that it displays is the settings and an error message shows up that says,

    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.8009 (FX35W81RTMGDR.050727-8000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
    ----------------------------------------
    bukkitgui
    Assembly Version: 2.0.0.298
    Win32 Version: 2.0.0.298
    CodeBase: file:///C:/Users/Ethan/Desktop/Minecraft%20Server/bukkitgui.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.8015 (FX35W81RTMGDR.050727-8000)
    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.8009 (FX35W81RTMGDR.050727-8000)
    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.8015 (FX35W81RTMGDR.050727-8000)
    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.298
    CodeBase: file:///C:/Users/Ethan/Desktop/Minecraft%20Server/bukkitgui.exe
    ----------------------------------------
    System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.7903 built by: Win9Rel
    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.8009 (FX35W81RTMGDR.050727-8000)
    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.298
    CodeBase: file:///C:/Users/Ethan/Desktop/Minecraft%20Server/bukkitgui.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.8007 (FX35W81RTMGDR.050727-8000)
    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:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    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.

    Please help me, I spent a lot of time on this server:(
    I also just switched ports and have been using the localhost
     
  2. Offline

    Godzillasmash!

    Please help Me:(
     
  3. Offline

    Tecno_Wizard

  4. Offline

    Bertware

    Try deleting your GUI config file. Depending on your settings it's either located in
    • [your_bukkitgui_location]\Bukkitgui2\config\config.xml
    • %appdata%\Bertware\Bukkitgui2\config\config.xml
    If this doesn't work, you can try deleting the whole config folder.
    Deleting the config folder, or config files, will only reset the GUI settings. Your server won't be affected. However, it is advised to still make a backup of everything before proceeding.
     
  5. Offline

    Godzillasmash!

    Thank you so much. you saved me a bunch of time And thanks for your time:)
     
Thread Status:
Not open for further replies.

Share This Page