Jump to content

Bergion

Members
  • Posts

    11
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • About me
    Bottle Rocketeer
  1. Works for me. Looks like you got that bug. Thanks! I definitely like your manager.
  2. Sorry to say Mactee, but I still get that same error at startup, with a previous cfg file, if I leave the check box on. If I turn it off and login again the program works fine. Using v1.3.10
  3. Sorry still getting the Value of '1' is not valid for 'Value.' error with the check box for one scaling level checked. I did a clean unzip and deleted the KSPMODAdmin folder in the ProgramData folder. The error did not show up on program start up, but once I selected my folder and clicked OK, then the error showed up. If I restart the program, I get the error right away. Here are the details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentOutOfRangeException: Value of '1' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'. Parameter name: Value at System.Windows.Forms.ScrollBar.set_Value(Int32 value) at KSPMODAdmin.Utils.CommonTools.TreeListViewEx.SetVScrollValue(Int32 value) at KSPMODAdmin.Utils.CommonTools.TreeListViewEx.EnsureVisible(Node node) at KSPMODAdmin.Utils.CommonTools.TreeListViewEx.set_FocusedNode(Node value) at KSPMODAdmin.Views.ucOptions.set_SelectedKSPPath(String value) at KSPMODAdmin.MainForm.SetKnownPaths() at KSPMODAdmin.MainForm.SetAppConfigValues() at KSPMODAdmin.MainForm.LoadAppConfig() at KSPMODAdmin.MainForm.SetKSPInstallPath(String kspPath) at KSPMODAdmin.MainForm.set_KSPPath(String value) at KSPMODAdmin.Views.ucWelcome.btn_OK_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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: 4.0.0.0 Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- KSPMODAdmin Assembly Version: 1.3.10.0 Win32 Version: 1.3.10.0 CodeBase: file:///C:/Users/Bergion/Desktop/KSP%20Mod%20Admin/KSPMODAdmin.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL 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.33440 built by: FX45W81RTMREL 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.34003 built by: FX45W81RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL 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.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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.
  4. I think I found the way to replicate it. If you go to screen resolution and then click "Make text and other items larger or smaller" and check the "Let me choose one scaling level for all my displays" and do bigger then default the error happens for me. OK. I just restarted without the "Let me choose one scaling level for all my displays" checked and the program starts fine.
  5. Can you post your system specs and OS? Maybe we can figure out a common denominator.
  6. My screen resolution is 1900X1080 on 2 screens each. Desktop is extended across both. The error happens before there is an option to maximize the window or not. When I rename the KSPModAdmin folder to KSPModAdmin.old it creates a new KSPModAdmin folder with KSPModAdmin folder inside of it and version number folders inside. This is from the kspmodadmin.cfg file in the 1.3.9.0 folder <?xml version="1.0" encoding="UTF-8"?> <ModAdminConfig> <Version>v1.0</Version> <General> <Position x="681" y="1250" /> <Size Width="557" Height="739" /> <WindowState maximized="False" /> <KSP_Path Name=" Select the KSP install folder" /> <Known_KSP_Paths /> <checkforupdates checkforupdates="False" /> </General> </ModAdminConfig> This is from the kspmodadmin.cfg file in 1.3.10.0 folder <?xml version="1.0" encoding="UTF-8"?> <ModAdminConfig> <Version>v1.0</Version> <General> <Position x="681" y="1250" /> <Size Width="557" Height="739" /> <WindowState maximized="False" /> <KSP_Path Name="C:\Program Files (x86)\ksp" /> <Known_KSP_Paths /> <checkforupdates checkforupdates="False" /> </General> </ModAdminConfig>
  7. I had a bit of time so I looked at the txt. I found the below text near the middle: DEBUG Infos TreeListView TreeListView: Name: tvPaths Location: (28, 117) Width: 195 Height: 0 Nodes.Count: 0 V_Scroll: Visible: False Minimum: -1 Maximum: -1 Value: -1 And then repeated near the end.
  8. OK. Did that but the KSPMA doesn't even get to the choose path option before it gives an error. DEBUG_Infos_TreeListView.txt treelist.txt treelist2.txt I pretty much do a fresh install each time an update to KSPMA shows up.
  9. As stated a few messages above English version of Windows 8 Pro with Media Center 64-bit, 16 GB of ram, NVidia GPU Geforce GTX 560M I should clarify. the error pops when I first start it. then if I continue it brings up the KSP install path dialog. I can use the folder browser to select a path and when I click ok on the browser the path shows up in the path dialog. When I click OK again the error repeats. If I click later I can get into the program but with the mod buttons greyed out. If I click on the options tab I get the same error. If I click continue the options tab doesn't actually open. If I click back on the mods tab I get a slightly different error with this as the details: 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.MainForm.IsKSPDir(String dir) at KSPMODAdmin.MainForm.tabControl1_TabIndexChanged(Object sender, EventArgs e) at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e) at System.Windows.Forms.TabControl.WmSelChange() at System.Windows.Forms.TabControl.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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: 4.0.0.0 Win32 Version: 4.0.30319.18051 built by: FX45RTMGDR CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- KSPMODAdmin Assembly Version: 1.3.10.0 Win32 Version: 1.3.10.0 CodeBase: file:///C:/Users/Bergion/Desktop/KSP%20Mod%20Admin/KSPMODAdmin-v.1.3.10_hiegova.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18046 built by: FX45RTMGDR 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.18022 built by: FX45RTMGDR 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.18045 built by: FX45RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.17929 built by: FX45RTMREL 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.17929 built by: FX45RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18058 built by: FX45RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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. Let me know if I can help with anything else.
  10. Ok Just got back home from celebrating Thankgiving. It comes up with another .Net Error Value of '0" is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'. Under Details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentOutOfRangeException: Value of '0' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'. Parameter name: Value at System.Windows.Forms.ScrollBar.set_Value(Int32 value) at KSPMODAdmin.Utils.CommonTools.TreeListViewEx.SetVScrollValue(Int32 value) at KSPMODAdmin.Utils.CommonTools.TreeListViewEx.UpdateScrollBars() at KSPMODAdmin.Utils.CommonTools.TreeListViewEx.RecalcLayout() at KSPMODAdmin.Utils.CommonTools.TreeListViewNodes.Clear() at KSPMODAdmin.Views.ucOptions.set_KnownPaths(List`1 value) at KSPMODAdmin.MainForm.SetKnownPaths() at KSPMODAdmin.MainForm.SetAppConfigValues() at KSPMODAdmin.MainForm.LoadAppConfig() at KSPMODAdmin.MainForm.MainForm_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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: 4.0.0.0 Win32 Version: 4.0.30319.18051 built by: FX45RTMGDR CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- KSPMODAdmin Assembly Version: 1.3.10.0 Win32 Version: 1.3.10.0 CodeBase: file:///C:/Users/Bergion/Desktop/KSP%20Mod%20Admin/KSPMODAdmin-v.1.3.10_hiegova.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18046 built by: FX45RTMGDR 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.18022 built by: FX45RTMGDR 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.18045 built by: FX45RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.17929 built by: FX45RTMREL 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.17929 built by: FX45RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18058 built by: FX45RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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. If I continue it brings up the folder selection window. I can select a folder but when I try to press OK, the same error comes up.
  11. I have an English version of Windows 8 Pro with Media Center 64-bit, 16 GB of ram, NVidia GPU Geforce GTX 560M and am getting a similar error. The Error window is a .NET Framework error Unhandled exception has occurred in your application. if you click Continue, the applcation will ignore this error and attempt to continue, If you click Quit, the application will close immediately. Value of '-1' is not valid for 'LargeChange'. 'LargeChange' must be greater than or equal to 0. And under details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.ArgumentOutOfRangeException: Value of '-1' is not valid for 'LargeChange'. 'LargeChange' must be greater than or equal to 0. Parameter name: LargeChange at System.Windows.Forms.ScrollBar.set_LargeChange(Int32 value) at KSPMODAdmin.Utils.CommonTools.TreeListViewEx.UpdateScrollBars() at KSPMODAdmin.Utils.CommonTools.TreeListViewEx.RecalcLayout() at KSPMODAdmin.Utils.CommonTools.TreeListViewNodes.Clear() at KSPMODAdmin.Views.ucOptions.set_KnownPaths(List`1 value) at KSPMODAdmin.MainForm.SetKnownPaths() at KSPMODAdmin.MainForm.SetAppConfigValues() at KSPMODAdmin.MainForm.LoadAppConfig() at KSPMODAdmin.MainForm.MainForm_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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: 4.0.0.0 Win32 Version: 4.0.30319.18051 built by: FX45RTMGDR CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- KSPMODAdmin Assembly Version: 1.3.9.0 Win32 Version: 1.3.9.0 CodeBase: file:///C:/Users/Bergion/Desktop/KSP%20Mod%20Admin/KSPMODAdmin.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18046 built by: FX45RTMGDR 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.18022 built by: FX45RTMGDR 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.18045 built by: FX45RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.17929 built by: FX45RTMREL 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.17929 built by: FX45RTMREL CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18058 built by: FX45RTMGDR CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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. I hope this helps you figure out the error. I found version 1.3.6 worked great but some of the updates would be nice to have as well
×
×
  • Create New...