HebaruSan Posted February 8, 2020 Share Posted February 8, 2020 (edited) 3 hours ago, eberkain said: just tried to update via the launcher and got this. This is the fifth time this has been asked. Please report problems with your antivirus software to the company that makes it. The CKAN team cannot fix them. Edited February 9, 2020 by HebaruSan Link to comment Share on other sites More sharing options...
Atlas Gaming Posted February 8, 2020 Share Posted February 8, 2020 I noticed that I can no longer Export a list of mods in a .ckan format. I used to do this regularly last Dec and noticed in Jan that it no longer has that option. Now I can only export as .txt, .md, or .csv formats. I can still IMPORT .ckan files I created with an old version, but now have to manually look at exported text files one mod at a time to see what I changed. If this a bug or was it intended to change the program to no longer allow export of .ckan files? Link to comment Share on other sites More sharing options...
DasSkelett Posted February 8, 2020 Share Posted February 8, 2020 2 minutes ago, Atlas Gaming said: I noticed that I can no longer Export a list of mods in a .ckan format. I used to do this regularly last Dec and noticed in Jan that it no longer has that option. Now I can only export as .txt, .md, or .csv formats. I can still IMPORT .ckan files I created with an old version, but now have to manually look at exported text files one mod at a time to see what I changed. If this a bug or was it intended to change the program to no longer allow export of .ckan files? The export function has been overhauled, see this PR. Use the "File >Export modpack..." option now. It let's you adjust the modpack before exporting, like choosing whether the mods should be saved as dependencies, recommendations and so on... In the end the list will be exported as .ckan file like before, which you can import again afterwards. Link to comment Share on other sites More sharing options...
Atlas Gaming Posted February 9, 2020 Share Posted February 9, 2020 14 minutes ago, DasSkelett said: exported as .ckan file like before, which you can import again afterwards Sweet... thanks for the update info Link to comment Share on other sites More sharing options...
jimmymcgoochie Posted February 9, 2020 Share Posted February 9, 2020 Got an exception when opening CKAN v1.27.0 for a KSP 1.8.1 instance: ************** Exception Text ************** System.ArgumentOutOfRangeException: InvalidArgument=Value of '2' is not valid for 'index'. Parameter name: index at System.Windows.Forms.TabControl.GetTabPage(Int32 index) at System.Windows.Forms.TabControl.TabPageCollection.get_Item(Int32 index) at CKAN.ThemedTabControl.OnDrawItem(DrawItemEventArgs e) at System.Windows.Forms.TabControl.WmReflectDrawItem(Message& m) 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) It let me continue and seems to be working correctly but it 'uninstalled' module manager and deployable engines plugin- I say 'uninstalled' because they're still there and it says they're still installed if I try to add them. Bit odd... Link to comment Share on other sites More sharing options...
politas Posted February 9, 2020 Author Share Posted February 9, 2020 5 hours ago, jimmymcgoochie said: It let me continue and seems to be working correctly but it 'uninstalled' module manager and deployable engines plugin- I say 'uninstalled' because they're still there and it says they're still installed if I try to add them. Bit odd... Assuming you aren't getting that exception every time you launch the CKAN, running the Clean and Re-install process should get your missing mods back in control. Link to comment Share on other sites More sharing options...
jimmymcgoochie Posted February 10, 2020 Share Posted February 10, 2020 20 hours ago, politas said: Assuming you aren't getting that exception every time you launch the CKAN, running the Clean and Re-install process should get your missing mods back in control. I think I may have caused this error by dropping a mod in manually, but putting the mod's GameData folder inside the KSP GameData folder (ie GameData/GameData/mod). Reversed the mistake and all seems well again. Link to comment Share on other sites More sharing options...
zer0Kerbal Posted February 11, 2020 Share Posted February 11, 2020 @HebaruSan hope these are okay: nssc.netkan Spoiler { "spec_version": "v1.4", "identifier": "NSSC", "author": "RealGecko,Mrcarrot,zer0Kerbal", "name": "Not So SimpleConstruction!", "abstract": "SimpleConstruction! addon. Adds Mallet, Survey Stake, Recycler, Disposable Pad, and Control Reference; and turns Cupola module to Survey Station.", "$kref": "#/ckan/spacedock/1078", "$vref": "#/ckan/ksp-avc/NotSoSimpleConstruction.version", "x_netkan_version_edit": { "find": "[Version_]?", "replace": "", "strict": false }, "x_netkan_epoch": 1, "license": "GPL-3.0", "tags": [ "plugin", "resources", "config", "crewed" ], "depends": [ { "name": "ModuleManager" }, { "name": "SimpleConstruction" }, { "name": "KIS" } ], "recommends": [ { "name" : "KerbalStats" }, { "name" : "Toolbar" }, { "name" : "KAS" } ], "suggests": [ { "name": "SimpleLife" }, { "name": "MoarKerbals" }, { "name": "SimpleLogistics" }, { "name": "CommunityResourcePack" }, { "name": "StockalikeMiningExtension" }, { "name": "InfernalRoboticsNext" }, { "name": "KerbalJointReinforcementNext" } ], "supports": [ { "name": "KerbalChangelog" }, { "name": "Kethane" }, { "name": "B9PartSwitch" }, { "name": "ExtraPlanetaryLaunchpads" } ], "resources" : [ { "bugtracker": "https://github.com/zer0Kerbal/NotSoSimpleConstruction/issues" }, { "curse" : "https://www.curseforge.com/kerbal/ksp-mods/nssc" } ], "replaced-by": [ { "name": "NotSoSimpleConstruction" } ], "install": [ { "find": "NSSC", "install_to": "GameData", "comment": "Main installation directory" }, { "find": "ExtraplanetaryLaunchpads", "install_to": "GameData", "comment": "adds Parts/ folder, since requires SimpleConstruction licenses already present" } ] } notsosimpleconstruction.netkan Spoiler { "spec_version": "v1.4", "identifier": "notsosimpleconstruction", "author": "RealGecko,Mrcarrot,zer0Kerbal", "name": "Not So SimpleConstruction! Updated", "abstract": "SimpleConstruction! addon. Adds Mallet, Survey Stake, Recycler, Disposable Pad, and Control Reference; and turns Cupola module to Survey Station.", "$kref": "#/ckan/spacedock/1078", "$vref": "#/ckan/ksp-avc/SimpleConstruction.version", "x_netkan_version_edit": { "find": "[Version_]?", "replace": "", "strict": false }, "x_netkan_epoch": 1, "license": "GPL-3.0", "tags": [ "plugin", "resources", "config", "crewed" ], "depends": [ { "name": "ModuleManager" }, { "name": "SimpleConstruction" }, { "name": "KIS" } ], "recommends": [ { "name" : "KerbalStats" }, { "name" : "Toolbar" }, { "name" : "KAS" } ], "suggests": [ { "name": "SimpleLife" }, { "name": "MoarKerbals" }, { "name": "SimpleLogistics" }, { "name": "CommunityResourcePack" }, { "name": "StockalikeMiningExtension" }, { "name": "InfernalRoboticsNext" }, { "name": "KerbalJointReinforcementNext" } ], "supports": [ { "name": "KerbalChangelog" }, { "name": "Kethane" }, { "name": "B9PartSwitch" }, { "name": "ExtraPlanetaryLaunchpads" } ], "resources" : [ { "bugtracker": "https://github.com/zer0Kerbal/NotSoSimpleConstruction/issues" }, { "curse" : "https://www.curseforge.com/kerbal/ksp-mods/nssc" } ], "install": [ { "find": "NotSoSimpleConstruction", "install_to": "GameData", "comment": "Main installation directory" }, { "find": "ExtraplanetaryLaunchpads", "install_to": "GameData", "comment": "adds Parts/ folder, since requires SimpleConstruction licenses already present" } ] } Link to comment Share on other sites More sharing options...
HebaruSan Posted February 11, 2020 Share Posted February 11, 2020 5 minutes ago, zer0Kerbal said: hope these are okay: I think I'm missing something, is that the same mod twice? Link to comment Share on other sites More sharing options...
zer0Kerbal Posted February 11, 2020 Share Posted February 11, 2020 42 minutes ago, HebaruSan said: I think I'm missing something, is that the same mod twice? yes, and no. there are two entries in KSP-CKAN for the same mod - same author - both show in CKAN.exe. The controlling one should be (and I would prefer) [notsosimpleconstruction]; added "replaced-by" in NSSC; will CKAN automatically adjust the installation directory from "NSSC" to "NotSoSImpleConstruction"? I can push these, but thought I would ask here first. apologies, am still learning netKAN/CKAN - although now have netkan.exe and JSONViewer (for npp) Link to comment Share on other sites More sharing options...
HebaruSan Posted February 11, 2020 Share Posted February 11, 2020 23 minutes ago, zer0Kerbal said: yes, and no. there are two entries in KSP-CKAN for the same mod - same author - both show in CKAN.exe. The controlling one should be (and I would prefer) [notsosimpleconstruction]; added "replaced-by" in NSSC; will CKAN automatically adjust the installation directory from "NSSC" to "NotSoSImpleConstruction"? Oh, I see. That's already cleaned up on the NetKAN side of things; I spotted it in the process of tagging all mods and froze NotSoSimpleConstruction.netkan because it was newer and should not have been created: https://github.com/KSP-CKAN/NetKAN/pull/4968 https://github.com/KSP-CKAN/NetKAN/pull/6202 https://github.com/KSP-CKAN/NetKAN/pull/7586 I guess the remaining .ckan file should be frozen as well, thanks for pointing it out. Link to comment Share on other sites More sharing options...
zer0Kerbal Posted February 11, 2020 Share Posted February 11, 2020 13 minutes ago, HebaruSan said: I guess the remaining .ckan file should be frozen as well, thanks for pointing it out. excellent. just one thing - could we swap the two - so the live one is [notsosimpleconstruction] and the frozen one is [nssc]? call it marketing101. Link to comment Share on other sites More sharing options...
HebaruSan Posted February 11, 2020 Share Posted February 11, 2020 1 hour ago, zer0Kerbal said: excellent. just one thing - could we swap the two - so the live one is [notsosimpleconstruction] and the frozen one is [nssc]? call it marketing101. Hmm, eliminating an acronym is appealing, but changing identifiers could have complications. Let's track this here: https://github.com/KSP-CKAN/NetKAN/issues/7688 Link to comment Share on other sites More sharing options...
zer0Kerbal Posted February 12, 2020 Share Posted February 12, 2020 @HebaruSan Thank you. Would be appreciated. +1 one more minor issue - I need to update the authors to [ "RealGecko", "Mrcarrot","zer0Kerbal" ], which one (or both) should I do a PR on? Link to comment Share on other sites More sharing options...
HebaruSan Posted February 12, 2020 Share Posted February 12, 2020 35 minutes ago, zer0Kerbal said: @HebaruSan Thank you. Would be appreciated. +1 one more minor issue - I need to update the authors to [ "RealGecko", "Mrcarrot","zer0Kerbal" ], which one (or both) should I do a PR on? Oh, that's easy; since you already have that on SpaceDock, we can just remove the hard coded property in the netkan: https://github.com/KSP-CKAN/NetKAN/commit/1eb9c328540e639bf222cd9f860a93e113a6e60b#diff-78c7ff07c41373a013c41b84416c1cae https://github.com/KSP-CKAN/CKAN-meta/commit/6770d5fda3fedb1c883df481c32c4dd81158a067#diff-abb69c6c1a00019bf7dc1b846b7d1d9f Link to comment Share on other sites More sharing options...
garwel Posted February 12, 2020 Share Posted February 12, 2020 (edited) I don't know why, but now when I start CKAN and change to another instance, it remains in the "Updating repositories" state indefinitely. It happened soon after updating to v1.27.0. Any idea what can be the problem? EDIT: Nevermind, it fixed itself. No idea what happened, but now it works. Edited February 12, 2020 by garwel Link to comment Share on other sites More sharing options...
Brigadier Posted February 13, 2020 Share Posted February 13, 2020 6 hours ago, garwel said: I don't know why, but now when I start CKAN and change to another instance, it remains in the "Updating repositories" state indefinitely. It happened soon after updating to v1.27.0. Any idea what can be the problem? EDIT: Nevermind, it fixed itself. No idea what happened, but now it works. This happens to me when CKAN reports that there may be mod incompatibilities. The warning dialog sometimes appears behind other windows in my two monitor setup and the main CKAN window is simply waiting for a button click before proceeding. Link to comment Share on other sites More sharing options...
Curveball Anders Posted February 13, 2020 Share Posted February 13, 2020 CKAN has suddenly started to hang when reinstalling and sometimes when searching. Sometimes even get totally unresponsive. 1.27.0 on Ubuntu 18.04 Link to comment Share on other sites More sharing options...
HebaruSan Posted February 13, 2020 Share Posted February 13, 2020 2 hours ago, Curveball Anders said: CKAN has suddenly started to hang when reinstalling and sometimes when searching. Sometimes even get totally unresponsive. 1.27.0 on Ubuntu 18.04 If you can describe exactly how to make this happen we might be able to investigate and fix it: https://github.com/KSP-CKAN/CKAN/issues/new/choose Link to comment Share on other sites More sharing options...
Curveball Anders Posted February 13, 2020 Share Posted February 13, 2020 48 minutes ago, HebaruSan said: If you can describe exactly how to make this happen we might be able to investigate and fix it: https://github.com/KSP-CKAN/CKAN/issues/new/choose I'll investigate, and try get some logs/dumps Link to comment Share on other sites More sharing options...
Wuwuk Posted February 14, 2020 Share Posted February 14, 2020 Tantares updated to KSP 1.9.0. Link to comment Share on other sites More sharing options...
HebaruSan Posted February 14, 2020 Share Posted February 14, 2020 22 minutes ago, Wuwuk said: Tantares updated to KSP 1.9.0. Check again after he uploads the release. https://github.com/Tantares/Tantares/releases Link to comment Share on other sites More sharing options...
Wuwuk Posted February 15, 2020 Share Posted February 15, 2020 10 hours ago, HebaruSan said: Check again after he uploads the release. https://github.com/Tantares/Tantares/releases Sorry, my error did not check github, looked only at spacedock. Link to comment Share on other sites More sharing options...
CranialRectosis Posted February 15, 2020 Share Posted February 15, 2020 On 2/12/2020 at 7:15 PM, Brigadier said: This happens to me when CKAN reports that there may be mod incompatibilities. The warning dialog sometimes appears behind other windows in my two monitor setup and the main CKAN window is simply waiting for a button click before proceeding. Thank you. I had been sitting here for 10 minutes before I started searching for a solution. The dialog popped under the main window to ask me about metadata and I never saw it. I could have been sitting here all morning, waiting.... Now I get to try out the hot newness of KSP 1.9.0! So, thanks again and happy Saturday! Link to comment Share on other sites More sharing options...
kizza42 Posted February 15, 2020 Share Posted February 15, 2020 I've been away from KSP and cKan for a while, now there is a new column "Auto Installed" I can't find any info about it, can someone please explain what its for? I can tick boxes but what does that do? Link to comment Share on other sites More sharing options...
Recommended Posts