Olympic1 Posted August 19, 2015 Share Posted August 19, 2015 Could someone point me to kSPI-E definition file, I can no longer find it. I need to add a dependency to RCSModuleFXhere is the KSPI-E.netkan file Link to comment Share on other sites More sharing options...
FreeThinker Posted August 19, 2015 Share Posted August 19, 2015 here is the KSPI-E.netkan fileThanks, I made the pull request Link to comment Share on other sites More sharing options...
Olympic1 Posted August 20, 2015 Share Posted August 20, 2015 Thanks, I made the pull requestI saw, you only forgot a comma at line 18 Link to comment Share on other sites More sharing options...
FreeThinker Posted August 20, 2015 Share Posted August 20, 2015 Alright, Made a new pull request Link to comment Share on other sites More sharing options...
gleedadswell Posted August 21, 2015 Share Posted August 21, 2015 Hrm...under Ubuntu 12.04 using$ mono --versionMono JIT compiler version 2.10.8.1 (Debian 2.10.8.1-1ubuntu2.3)Copyright © 2002-2011 Novell, Inc, Xamarin, Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: altstack Notifications: epoll Architecture: amd64 Disabled: none Misc: softdebug LLVM: supported, not enabled. GC: Included Boehm (with typed GC and Parallel Mark)I get an error upon trying to launch ckan.exe$ mono ckan.exe System.Windows.Forms.SplitContainer doesn't implement interface System.ComponentModel.ISupportInitializeStacktrace: at CKAN.Main.InitializeComponent () <0x011b7> at CKAN.Main..ctor (string[],CKAN.GUIUser,bool) <0x00257> at (wrapper remoting-invoke-with-check) CKAN.Main..ctor (string[],CKAN.GUIUser,bool) <0xffffffff> at CKAN.GUI.Main_ (string[],bool) <0x000ff> at CKAN.CmdLine.MainClass.Gui (CKAN.CmdLine.GuiOptions,string[]) <0x00023> at CKAN.CmdLine.MainClass.Main (string[]) <0x00143> at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>Native stacktrace: mono() [0x4916ba] /lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0) [0x7fe92ece6cb0] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x35) [0x7fe92e94f0d5] /lib/x86_64-linux-gnu/libc.so.6(abort+0x17b) [0x7fe92e95283b] mono() [0x5ca04f] mono() [0x5ca0d2] mono() [0x493300] mono() [0x493a94] [0x408bfbba]Debug info from gdb:Could not attach to process. If your uid matches the uid of the targetprocess, check the setting of /proc/sys/kernel/yama/ptrace_scope, or tryagain as the root user. For more details, see /etc/sysctl.d/10-ptrace.confptrace: Operation not permitted.No threads.=================================================================Got a SIGABRT while executing native code. This usually indicatesa fatal error in the mono runtime or one of the native libraries used by your application.=================================================================Aborted (core dumped)I did remember to install libcurl4-openssl-dev and to run mozroots --import --ask-removeAny advice? Link to comment Share on other sites More sharing options...
gleedadswell Posted August 22, 2015 Share Posted August 22, 2015 Could not attach to process. If your uid matches the uid of the targetprocess, check the setting of /proc/sys/kernel/yama/ptrace_scope, or tryagain as the root user. For more details, see /etc/sysctl.d/10-ptrace.confptrace: Operation not permitted.Tried setting ptrace_scope to 0. This didn't allow the program to run (although I got *different* errors). Also tried running with sudo, but no luck with that either. Link to comment Share on other sites More sharing options...
Postremus Posted August 22, 2015 Share Posted August 22, 2015 (edited) Please update your mono version. AFAIK you need at least mono 3.2.8 (?) to run ckan. Edited August 22, 2015 by Postremus Link to comment Share on other sites More sharing options...
BaskerVi11es Posted August 22, 2015 Share Posted August 22, 2015 Perhaps I am doing something wrong, but all I receive for my persistence is: Connection to https://github.com/KSP-CKAN/CKAN-meta/archive/master.tar.gz could not be established. (&) Repository successfully updated.However, nothing is viewable: no mod nor information upon the manage mods tab. I downloaded the ckan.exe; if I require netkan.exe to link to the internet, where is the download link? Link to comment Share on other sites More sharing options...
pjf Posted August 23, 2015 Author Share Posted August 23, 2015 (edited) CKAN v1.14.0 aka Mimas released!Changes since v1.12.0: Bugfixes[GUI] The CKAN client is less likely to believe that all mods are new when auto-updating metadata is enabled. (Postremus, #1369) [GUI] The latest CKAN-available version of a mod is always shown in the 'latest' column, even if that mod is not compatible with the installed KSP version. (Postremus, #1396) [GUI] Pressing a key with an empty modlist will no longer crash the client. (Postremus, #1329) [GUI] The 'mark for update' button no longer highlights when the only upgrade candidates are autodetected mods we can't actually upgrade. (Postremus, #1392) [Core] Installing from .ckan files (such as exported modlists) is more likely to succeed even when dependencies are complex. (#1337, Postremus) [Cmdline] ckan.exe --verbose and ckan.exe --debug now start the GUI with the appropriate logging mode. (#1403, Postremus) [updater] We'll no longer try to download a CKAN release that hasn't finished building its assets yet. Features[GUI] Updates to the text of some buttons, and change the check mark from blue to green. (plague006, #1352) [GUI] The main display shows the download size if known. (Postremus, #1399) [GUI] Suggested and recommended mods can now be (de)selected with a single click. (martinnj, #1398) [GUI] Mods can be searched by their abbreviation, which we generate by taking the first letter of each word in the title. For example, KIS will match Kerbal Inventory System. (Postremus, #1394) [GUI] The side metadata panel and its elements can now be resized. (martinnj, #1378) [GUI] Mod filters will no longer reset to 'compatible' each time the client is opened. (Postremus, #1384) [GUI] The repository list no longer has weird numbers visible that we only use internally, and may eventually remove. (Postremus, #1393) Internal[Core] Additional tests against autodetected mods in the RelationshipResolver. (Postremus and pjf, #1226 and #1355) [GUI] Removed a spurious warning when building. (pjf, #1343) [NetKAN] Reading of information from .version files greatly improved, especially when mixing metadata from other sources like github and kerbalstuff. (dbent, #1299) [Core] Files can now be installed to saves/scenarios using the Scenarios target. (pjf, #1360) [spec] Grammar corrections. (Postremus, #1400) [NetKAN] Files produced by netkan.exe have more stable field ordering. (dbent, #1304) [NetKAN] netkan.exe can use regexps to manipulate version strings. (dbent, #1321) [GUI] Refactoring to remove duplicated code. (Postremus, #1362) NotesWindows users must have .NET 4.5 installed. Linux users, please apt-get install libcurl4-openssl-dev or yum install libcurl-devel if you have not already done so. Mac/Linux/Mono users: please mozroots --import --ask-remove if you're a new user, to update mono's certificate store. Edited August 23, 2015 by pjf Formatting fixes Link to comment Share on other sites More sharing options...
xtoro Posted August 24, 2015 Share Posted August 24, 2015 Forgive me for not reading all 184 pages but a search didn't come up with my question.Is it possible to add support for individual parts? So you can go into a parts pack and see a list of them and delete parts from within CKAN? Or, lets say you want to install only the electric prop from firespitter but nothing else? I know you can do it manually but having a GUI to do it would be nice. I put a suggestion a year ago in the stock suggestions forum but it got no love. Link to comment Share on other sites More sharing options...
zeropositivo Posted August 25, 2015 Share Posted August 25, 2015 Howdy, a small question for youWhen a modmaker suggests a full folder delete and reinstall for a mod update, does CKAN do that automatically, or would it be better to do it manually?Just wonderingThanks for everything! Link to comment Share on other sites More sharing options...
Carraux Posted August 25, 2015 Share Posted August 25, 2015 I have problems updating FAR (here: Goldstein version)CKAN likes to have the files present for deletion: Could not find a part of the path "home/xxx/.local/share/Steam/steamapps/common/Kerbal Space Program/Ships/@Thumbs/VAB/FAR Shuttle 'Montauk'.png"Ok, this file is a thumb, a temporarily file. It might not be present. Demanding its existance is unfortunate...It would be nice, that if CKAN likes to delete old content, it simply issues a delete statement and doesn't look wether the file is present or not. Link to comment Share on other sites More sharing options...
Major SNAFU Posted August 25, 2015 Share Posted August 25, 2015 This is an awesome tool.I am currently having one issue. I have installed Planetshine, but even though it says 1.0.4 is the latest version supported, when I start KSP there is a message saying that Planetshine is only compatible up to 1.0.2. Link to comment Share on other sites More sharing options...
Olympic1 Posted August 25, 2015 Share Posted August 25, 2015 This is an awesome tool.I am currently having one issue. I have installed Planetshine, but even though it says 1.0.4 is the latest version supported, when I start KSP there is a message saying that Planetshine is only compatible up to 1.0.2.That is because the mod isn't updated for 1.0.4, but it works fine in 1.0.4. Link to comment Share on other sites More sharing options...
Sput42 Posted August 25, 2015 Share Posted August 25, 2015 Scatterer has released a new version (0.0175) a couple days ago, and it's not yet available in CKAN, so I thought I'd mention it here. I take it that Scatterer does not (yet) have native CKAN support to be picked up automatically. Link to comment Share on other sites More sharing options...
Olympic1 Posted August 25, 2015 Share Posted August 25, 2015 Scatterer has released a new version (0.0175) a couple days ago, and it's not yet available in CKAN, so I thought I'd mention it here. I take it that Scatterer does not (yet) have native CKAN support to be picked up automatically.the netkan-bot made a new file for 0.0175https://github.com/KSP-CKAN/CKAN-meta/blob/master/Scatterer/Scatterer-0.0175.ckan Link to comment Share on other sites More sharing options...
FreeThinker Posted August 25, 2015 Share Posted August 25, 2015 Could someone add RCS Sound to CKAN, that way, I can like to it as a recommended pluginn Link to comment Share on other sites More sharing options...
Olympic1 Posted August 25, 2015 Share Posted August 25, 2015 (edited) Could someone add RCS Sound to CKAN, that way, I can like to it as a recommended pluginnWith pleasure.https://github.com/KSP-CKAN/NetKAN/pull/2173EDIT: I've been asked to add it directly to CKAN-metahttps://github.com/KSP-CKAN/CKAN-meta/pull/748 Edited August 26, 2015 by Olympic1 Link to comment Share on other sites More sharing options...
Ryusho Posted August 26, 2015 Share Posted August 26, 2015 Well I'm having a problem with tryign to load a plugin list I saved earlier today, because I had not updated all my mods before Uninstalling them, but had saved the list, When I try to update, it tries to call the -spesific- version of the Kerbinside mod, when it has been updated, and refuses to download any of the mod list, because "This is a more recent version of a mod, for the same version of the game" though I don't think this should be a problem.... But it is a pain because I had a -ton- of mods working together. Link to comment Share on other sites More sharing options...
pjf Posted August 26, 2015 Author Share Posted August 26, 2015 CKAN likes to have the files present for deletion: Could not find a part of the path "home/xxx/.local/share/Steam/steamapps/common/Kerbal Space Program/Ships/@Thumbs/VAB/FAR Shuttle 'Montauk'.png"It would be nice, that if CKAN likes to delete old content, it simply issues a delete statement and doesn't look wether the file is present or not.Does this actually stop the uninstall/upgrade from going ahead? AFAIK if a file is already gone we warn about it, but otherwise continue on. However if that's causing an actual error (and the "Could not find a part of the path" is telling here), then I'm guessing somehow part of the `Ships/@Thumbs/VAB/...` is missing. Older CKAN versions could remove directories in @Thumbs by accident, and while v1.14.0 no longer has that bug, we don't yet have a KSP health check that will replace directories we're expecting. We should fix that.Scatterer has released a new version (0.0175) a couple days ago, and it's not yet available in CKAN, so I thought I'd mention it here. I take it that Scatterer does not (yet) have native CKAN support to be picked up automatically. This looks like our classic gotcha where a mod author flips between having a leading`v` on their version numbers or not, which the CKAN considers to be significant. I've updated the indexer with that knowledge, so you should see the new version next time it runs. (Provided my change passes code review.)Well I'm having a problem with tryign to load a plugin list I saved earlier today, because I had not updated all my mods before Uninstalling them, but had saved the list, When I try to update, it tries to call the -spesific- version of the Kerbinside mod, when it has been updated, and refuses to download any of the mod list, because "This is a more recent version of a mod, for the same version of the game" though I don't think this should be a problem.... But it is a pain because I had a -ton- of mods working together.Could you clarify a little here? The export "CKAN metadata" function exports everything you have installed, along with their exact versions. It's designed so you can faithfully reproduce the exact same install on another machine. The export "CKAN favourite list" is a lot more relaxed; it doesn't export the exact versions, and it marks everything as a "recommends", meaning you can install the same mods, but you'll get the latest version, and you can unselect mods you don't like. The second is probably more user-friendly, so we may switch that to be the default.If you want all the mods you've installed, but don't want to care about them being the exact same version, you can modify the exported .ckan file to remove the version requirements, although the CKAN can be finnicky with the file format so you'll need to be careful with trailing commas. Alternatively if you send me a PM with a link or copy to the file, I can use my coding superpowers to send you back a version-independent version that I hope will bring you happiness. Link to comment Share on other sites More sharing options...
Carraux Posted August 26, 2015 Share Posted August 26, 2015 Does this actually stop the uninstall/upgrade from going ahead? AFAIK if a file is already gone we warn about it, but otherwise continue on. However if that's causing an actual error (and the "Could not find a part of the path" is telling here), then I'm guessing somehow part of the `Ships/@Thumbs/VAB/...` is missing. Older CKAN versions could remove directories in @Thumbs by accident, and while v1.14.0 no longer has that bug, we don't yet have a KSP health check that will replace directories we're expecting. We should fix that.Yes, the update is cancelled. At least, on my computer. And if this happens, CKAN's window cannot either be minimzed or closed (app close), but runs fine otherwise (this under Linux, dunno about Windows).FAR delivers a lot of sample ships. I (and a lot of others) remove them after installation because they clutter the load dialog in SPH/VAB. They are not neccessary for the mod. Upon or update or removal, It would be glad if CKAN could simply remove the old files/directory without checking them, wether they present or not. Otherwise someone has to reinstall this files manually to get them deleted by CKAN... Link to comment Share on other sites More sharing options...
Olympic1 Posted August 26, 2015 Share Posted August 26, 2015 Could someone add RCS Sound to CKAN, that way, I can like to it as a recommended pluginnThe newest version of RCS Sounds is added and available on CKAN, so you can add it to your recommendation list Link to comment Share on other sites More sharing options...
Dazpoet Posted August 26, 2015 Share Posted August 26, 2015 Forgive me for not reading all 184 pages but a search didn't come up with my question.Is it possible to add support for individual parts? So you can go into a parts pack and see a list of them and delete parts from within CKAN? Or, lets say you want to install only the electric prop from firespitter but nothing else? I know you can do it manually but having a GUI to do it would be nice. I put a suggestion a year ago in the stock suggestions forum but it got no love.This isn't currently possible, there is an old plugin for CKAN which did this but it hasn't been upgraded in quite some time and does not function with newer versions. I personally use AutoPruner for partremoval but I'm afraid that doesn't come with a gui.Howdy, a small question for youWhen a modmaker suggests a full folder delete and reinstall for a mod update, does CKAN do that automatically, or would it be better to do it manually?Just wonderingThanks for everything!It is never advisable, ever, to manual do things with mods added through CKAN. As for your question yes CKAN removes the old and installs the new one upon upgrading from version x -> x+1 Link to comment Share on other sites More sharing options...
gleedadswell Posted August 28, 2015 Share Posted August 28, 2015 Please update your mono version. AFAIK you need at least mono 3.2.8 (?) to run ckan. Thanks, I was able to get mono 3.2.1 and ckan appears to be working with it. Link to comment Share on other sites More sharing options...
Grix Posted August 28, 2015 Share Posted August 28, 2015 Is anyone else having trouble using CKAN to install Astronomer's Visual Pack? I can't get past the startup loading screen. Link to comment Share on other sites More sharing options...
Recommended Posts