Last active
August 29, 2015 14:12
-
-
Save EoD/72b9f2271938771f40be to your computer and use it in GitHub Desktop.
KSP Mod Admin AnyOS (win)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.NullReferenceException: Object reference not set to an instance of an object | |
at KSPModAdmin.Core.Views.ucModSelection.SortColumn (KSPModAdmin.Core.Model.ModSelectionTreeColumn column) [0x00000] in <filename unknown>:0 | |
at (wrapper remoting-invoke-with-check) KSPModAdmin.Core.Views.ucModSelection:SortColumn (KSPModAdmin.Core.Model.ModSelectionTreeColumn) | |
at KSPModAdmin.Core.Controller.ModSelectionController.SortModSelection () [0x00000] in <filename unknown>:0 | |
at KSPModAdmin.Core.Controller.MainController.LoadKSPConfig () [0x00000] in <filename unknown>:0 | |
at KSPModAdmin.Core.Controller.MainController.KSPRootChanged (System.String kspPath) [0x00000] in <filename unknown>:0 | |
at (wrapper delegate-invoke) <Module>:invoke_void__this___string (string) | |
at (wrapper delegate-invoke) <Module>:invoke_void__this___string (string) | |
at KSPModAdmin.Core.EventDistributor.KSPPathChanged (System.String kspPath) [0x00000] in <filename unknown>:0 | |
at KSPModAdmin.Core.Controller.OptionsController.set_SelectedKSPPath (System.String value) [0x00000] in <filename unknown>:0 | |
at KSPModAdmin.Core.Views.frmMain.cbKSPPath_SelectedIndexChanged (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged (System.EventArgs e) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.ComboBox.SetSelectedIndex (Int32 value, Boolean supressAutoScroll) [0x00000] in <filename unknown>:0 | |
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ComboBox:SetSelectedIndex (int,bool) | |
at System.Windows.Forms.ComboBox+ComboListBox.OnMouseUp (System.Windows.Forms.MouseEventArgs e) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.ComboBox+ComboListBox.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in <filename unknown>:0 | |
Unhandled Exception: | |
System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter] | |
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 | |
at System.Drawing.Graphics.GdipMeasureString (IntPtr graphics, System.String text, System.Drawing.Font font, System.Drawing.RectangleF& layoutRect, IntPtr stringFormat) [0x00000] in <filename unknown>:0 | |
at System.Drawing.Graphics.MeasureString (System.String text, System.Drawing.Font font, Int32 width, System.Drawing.StringFormat format) [0x00000] in <filename unknown>:0 | |
at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:MeasureString (string,System.Drawing.Font,int,System.Drawing.StringFormat) | |
at System.Windows.Forms.TextRenderer.MeasureTextInternal (IDeviceContext dc, System.String text, System.Drawing.Font font, Size proposedSize, TextFormatFlags flags, Boolean useMeasureString) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.TextRenderer.MeasureText (System.String text, System.Drawing.Font font, Size proposedSize, TextFormatFlags flags) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.ToolStripItem.OnParentChanged (System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.ToolStripItem.set_Parent (System.Windows.Forms.ToolStrip value) [0x00000] in <filename unknown>:0 | |
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem:set_Parent (System.Windows.Forms.ToolStrip) | |
at System.Windows.Forms.ToolStripItemCollection.Remove (System.Windows.Forms.ToolStripItem value) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.ToolStripItem.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.ToolStripDropDownItem.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 | |
at System.Windows.Forms.ToolStripMenuItem.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 | |
at System.ComponentModel.Component.Finalize () [0x00000] in <filename unknown>:0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 KSPModAdmin.Core.Views.ucModSelection.SortColumn(ModSelectionTreeColumn column) | |
at KSPModAdmin.Core.Controller.ModSelectionController.SortModSelection() | |
at KSPModAdmin.Core.Controller.MainController.LoadKSPConfig() | |
at KSPModAdmin.Core.Controller.MainController.KSPRootChanged(String kspPath) | |
at KSPModAdmin.Core.KSPPathChangedHandler.Invoke(String kspPath) | |
at KSPModAdmin.Core.EventDistributor.KSPPathChanged(String kspPath) | |
at KSPModAdmin.Core.Controller.OptionsController.set_SelectedKSPPath(String value) | |
at KSPModAdmin.Core.Views.frmMain.cbKSPPath_SelectedIndexChanged(Object sender, EventArgs e) | |
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e) | |
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m) | |
at System.Windows.Forms.ComboBox.WndProc(Message& m) | |
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) | |
************** Loaded Assemblies ************** | |
mscorlib | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18444 built by: FX451RTMGDR | |
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll | |
---------------------------------------- | |
KSPModAdmin | |
Assembly Version: 2.0.0.10 | |
Win32 Version: 2.0.0.10 | |
CodeBase: file:///D:/ksp/KSPModAdmin/KSPModAdmin.exe | |
---------------------------------------- | |
System.Windows.Forms | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll | |
---------------------------------------- | |
System.Drawing | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll | |
---------------------------------------- | |
System | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll | |
---------------------------------------- | |
KSPModAdmin.Core | |
Assembly Version: 1.0.0.0 | |
Win32 Version: 1.0.0.0 | |
CodeBase: file:///D:/ksp/KSPModAdmin/KSPModAdmin.Core.DLL | |
---------------------------------------- | |
System.Xml | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll | |
---------------------------------------- | |
System.Core | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll | |
---------------------------------------- | |
System.Deployment | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.34244 built by: FX452RTMGDR | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll | |
---------------------------------------- | |
KSPModAdmin.Translation.Plugin | |
Assembly Version: 1.0.0.0 | |
Win32 Version: 1.0.0.0 | |
CodeBase: file:///D:/ksp/KSPModAdmin/Plugins/KSPModAdmin.Translation.Plugin.dll | |
---------------------------------------- | |
System.Design | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll | |
---------------------------------------- | |
System.Management | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll | |
---------------------------------------- | |
System.Configuration | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll | |
---------------------------------------- | |
HtmlAgilityPack | |
Assembly Version: 1.4.9.0 | |
Win32 Version: 1.4.9.0 | |
CodeBase: file:///D:/ksp/KSPModAdmin/HtmlAgilityPack.DLL | |
---------------------------------------- | |
SharpCompress | |
Assembly Version: 0.10.3.0 | |
Win32 Version: 0.10.3.0 | |
CodeBase: file:///D:/ksp/KSPModAdmin/SharpCompress.DLL | |
---------------------------------------- | |
Newtonsoft.Json | |
Assembly Version: 6.0.0.0 | |
Win32 Version: 6.0.6.17820 | |
CodeBase: file:///D:/ksp/KSPModAdmin/Newtonsoft.Json.DLL | |
---------------------------------------- | |
System.Numerics | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll | |
---------------------------------------- | |
Accessibility | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll | |
---------------------------------------- | |
System.Security | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.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. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment