Jump to content

HebaruSan

Members
  • Posts

    4,995
  • Joined

  • Last visited

Everything posted by HebaruSan

  1. If you just said "first," then that's probably why. Contentless posts are banned on this forum, probably under rule 2.2.m. No, that was done in 1.3.0, and EE is 1.2.2.
  2. That's quite likely. What are the dependencies? I see ModuleECMJammer and BDACategoryModule in the cfg.
  3. Windows is producing errors when trying to extract this archive: CKAN has trouble as well: Installing mod "TIMETraceInvisibilityMEchanics 1.0" Unhandled Exception: CKAN.FileNotFoundKraken: Trying to install TIMETraceInvisibilityMEchanics 1.0, but it's not downloaded or download is corrupted at CKAN.ModuleInstaller.Install (CKAN.CkanModule module, System.String filename) [0x00073] in <04c6670a4adf40bf81ff2d9b84fc0f6a>:0 at CKAN.ModuleInstaller.InstallList (System.Collections.Generic.ICollection`1[T] modules, CKAN.RelationshipResolverOptions options, CKAN.IDownloader downloader) [0x00194] in <04c6670a4adf40bf81ff2d9b84fc0f6a>:0 at CKAN.ModuleInstaller.InstallList (System.Collections.Generic.List`1[T] modules, CKAN.RelationshipResolverOptions options, CKAN.IDownloader downloader) [0x00028] in <04c6670a4adf40bf81ff2d9b84fc0f6a>:0 at CKAN.CmdLine.Install.RunCommand (CKAN.KSP ksp, System.Object raw_options) [0x0020e] in <04c6670a4adf40bf81ff2d9b84fc0f6a>:0 at CKAN.CmdLine.MainClass.RunSimpleAction (CKAN.CmdLine.Options cmdline, CKAN.CmdLine.CommonOptions options, System.String[] args, CKAN.IUser user, CKAN.KSPManager manager) [0x00306] in <04c6670a4adf40bf81ff2d9b84fc0f6a>:0 at CKAN.CmdLine.MainClass.Main (System.String[] args) [0x001b5] in <04c6670a4adf40bf81ff2d9b84fc0f6a>:0 Can you double check the format? I believe CKAN checks the CRC at that point in the code, so there might be a problem there.
  4. So the oil drums and chunky decoupler are out? Cool! *fumbles through papers on desk looking for the rest of the list of gripes*
  5. Official release date announced:
  6. What are the dependencies? I assume: OPTSpaceplaneMain USI-LS
  7. To sum up for anyone curious, the article essentially says, "The Las Cumbres observations show that the occulting material, whatever is blocking the star light, preferentially absorbs blue light", which means it's not an opaque structure. There's also no noticeable infrared emission, as would result if such a structure was heated by a star.
  8. I'm picturing a 6-page PDF with dotted lines showing where to fold to go to each planet.
  9. Are you sure it crashes, or does it just freeze? There is a long delay the first time you launch a new planet pack as Kopernicus caches the planet info. Sometimes all that's needed is to wait longer.
  10. There are several example config files available in the KopernicusExamples project: https://github.com/Kopernicus/KopernicusExamples/tree/master/KopernicusExamples/Editing Existing Bodies
  11. There are various reports of problems with downloading, but to date most are a bit too nebulous and anecdotal to qualify as "known issues." I've made a start at organizing them with a Network label: https://github.com/KSP-CKAN/CKAN/issues?q=is%3Aissue+is%3Aopen+label%3ANetwork If you could contribute observations or measurements of the problems you're having that would help lead to solutions, that'd be much appreciated!
  12. Which is correct? Kerbobulus Kerboblus SpaceDock has one in the title and the other in the graphic, and they're mixed in the metadata sent to CKAN as well. I'd like to get the right spelling the first time so we don't have to go back and correct it.
  13. The form for reporting problems with metadata is here: https://github.com/KSP-CKAN/NetKAN/issues/new Please be sure to include detailed explanations of exactly what you did and exactly what your computer did in response.
  14. Agreed; the log file will include those actions and exclude less relevant ones at the INFO level after https://github.com/KSP-CKAN/CKAN/pull/2236, though not in the format you have above. Samples: 2017-12-29 19:19:53 INFO CKAN.ModuleInstaller - Removed RasterPropMonitor-Core 2017-12-29 19:19:53 INFO CKAN.ModuleInstaller - Removed B9PartSwitch 2017-12-29 19:19:53 INFO CKAN.ModuleInstaller - Removed RasterPropMonitor 2017-12-29 19:19:54 INFO CKAN.ModuleInstaller - Removed MarkIVSpaceplaneSystem 2017-12-29 19:19:54 INFO CKAN.ModuleInstaller - Removed CommunityTechTree 2017-12-29 19:19:54 INFO CKAN.ModuleInstaller - Removed ModuleManager 2017-12-29 19:19:54 INFO CKAN.RegistryManager - Saving CKAN registry at C:/Users/User/Downloads/FakeKSP/CKAN\registry.json 2017-12-29 19:19:55 INFO CKAN.ModuleInstaller - Installed RasterPropMonitor-Core 1:v0.29.2 2017-12-29 19:19:55 INFO CKAN.ModuleInstaller - Installed B9PartSwitch v2.1.0 2017-12-29 19:19:56 INFO CKAN.ModuleInstaller - Installed RasterPropMonitor 1:v0.29.2 2017-12-29 19:20:06 INFO CKAN.ModuleInstaller - Installed MarkIVSpaceplaneSystem 2.4.1 2017-12-29 19:20:07 INFO CKAN.ModuleInstaller - Installed CommunityTechTree 1:3.2.1 2017-12-29 19:20:07 INFO CKAN.ModuleInstaller - Installed ModuleManager 3.0.1 2017-12-29 19:20:07 INFO CKAN.RegistryManager - Saving CKAN registry at C:/Users/User/Downloads/FakeKSP/CKAN\registry.json
  15. Looks good, CKAN is now updated to install those configs.
  16. Here's some freshly written wiki documentation about CKAN's log file capabilities: https://github.com/KSP-CKAN/CKAN/wiki/User-guide#logging The log file needs some tweaking to make it more useful and readable, but in the meantime it's still potentially helpful enough.
  17. That feature suggestion recently celebrated its third birthday! https://github.com/KSP-CKAN/CKAN/issues/434 I take that back; that enhancement was done a while back. You can create a log4net.xml file containing various configuration parameters in the same folder as ckan.exe, and it will generate a log file for you. Whether it's useful/readable data or easy to configure is another matter, but the specific change discussed in that issue is no longer in need of attention.
  18. Usually that's how the forum separates read and unread posts.
  19. This would also greatly simplify things for CKAN. I don't know of a way to package the optional life support configs, so at this point they'll probably just be left out, since it says they can't be installed together safely.
  20. Does the forum have an XML/JSON/etc. API for programmatic access to the content of threads?
  21. If anyone is having problems with this mod via CKAN, please leave poor @Galileo alone and contribute your observations in replies to this issue: https://github.com/KSP-CKAN/NetKAN/issues/6107 Your assistance is needed because (of course) when I try it myself, everything seems to work fine. Please post anything that might be useful, including your OS, game version, screenshots, list of mods and versions, any missing or misplaced files or folders that you have noticed, etc. Hopefully we can gather enough information to figure out the problem, but this forum thread should be focused on SVE, not CKAN.
×
×
  • Create New...