Jump to content

FireFaced

Members
  • Posts

    279
  • Joined

  • Last visited

Posts posted by FireFaced

  1. Not sure if this helps in any way - I haven't yet attempted to recreate your bug with the parachutes and game crashing when attempting to deploy - but going off of the github pages, you have a bug in the XOrionDockingPortXWSTANDARDDOCKINGPORT part:

    59: stageOffset = -1

    60: !MODULE[RealChuteModule]

    61: {

    Think that this should probably read as follows:

    59: stageOffset = -1

    60: MODULE

    61: {

    62: name = RealChuteModule

    ect. Again, not sure if this helps, just something I found...

    To my knowledge, the chaka monkey pack doesn't use RealChute, so the "!MODULE[RealChuteModule]" is to make sure it works, I think. Bob could try converting it to RealChute, but it might take a while.

  2. Yes, usually people upload the log to pastebin or dropbox or mediafire, etc. I'll take a look and I'll come back to you if I find anything.

    EDIT: that's the wrong log. I need the output_log.txt, found in ~root/KSP_Data/output_log.txt.

    EDIT²: After looking, seems to be installed at the correct location but something's weird. There's two things I'd try:

    1) Downloading yourself from KerbalStuff or Mediafire, completely removing the current RealChute, and installing the downloaded one.

    If that fails:

    2) Create a copy of your GameData folder as backup, then delete all mods except RealChute to see if that works.

    Okay, I will put the output log and do the manual install. https://www.dropbox.com/s/w5x0fakekcs9268/output_log.txt?dl=0

    EDIT: Still no luck with the manual install.

  3. A snippet of the log is not enough. I need the whole log.

    I can already tell you that your installation of RealChute is borked though. Did you read the installation info in the ReadMe file and made sure you correctly install the mod?

    I installed it using CKAN, so I don't know if CKAN is the problem. Since putting the log into the forum itself destroys my computer, I'm putting the log on dropbox: https://www.dropbox.com/s/og1ly4usbbhe0m6/KSP.log?dl=0

  4. Logs, please.

    Here's the relevant part of the log:

    [LOG 13:33:30.312] PartLoader: Compiling Part 'RealChute/Parts/cone_chute/RC_cone'
    [LOG 13:33:30.344] [RealChute]: Loading settings file.
    [LOG 13:33:30.384] PartLoader: Compiling Part 'RealChute/Parts/cone_double_chute/RC_cone_double'
    [LOG 13:33:30.435] PartLoader: Compiling Part 'RealChute/Parts/radial_chute/RC_radial'
    [ERR 13:33:30.449] Cannot find module 'RealChuteModule' (-152727473)


    [EXC 13:33:30.452] NullReferenceException: Object reference not set to an instance of an object
    RealChute.ProceduralChute.LoadChutes ()
    RealChute.ProceduralChute.OnLoad (.ConfigNode node)
    PartModule.Load (.ConfigNode node)
    Part.AddModule (.ConfigNode node)
    PartLoader.ParsePart (.UrlConfig urlConfig, .ConfigNode node)
    PartLoader+.MoveNext ()
    [LOG 13:33:39.744] [AS] removing 0 unused target parts
    [LOG 13:34:15.124] [AS] removing 0 unused target parts
    [LOG 13:34:50.152] [AS] removing 0 unused target parts
    [LOG 13:35:24.555] [AS] removing 0 unused target parts
    [LOG 13:35:58.001] [AS] removing 0 unused target parts
    [LOG 13:36:33.942] [AS] removing 0 unused target parts
    [LOG 13:37:07.492] [AS] removing 0 unused target parts
    [LOG 13:37:41.153] [AS] removing 0 unused target parts
    [LOG 13:38:14.422] [AS] removing 0 unused target parts
    [LOG 13:38:47.146] [AS] removing 0 unused target parts
    [LOG 13:39:19.285] [AS] removing 0 unused target parts
    [LOG 13:39:53.505] [AS] removing 0 unused target parts
    [LOG 13:40:27.024] [AS] removing 0 unused target parts
    [LOG 13:40:39.293] [SmokeScreen ModelMultiParticlePersistFX] OnDestroy
    [LOG 13:40:39.294] [SmokeScreen ModelMultiParticlePersistFX] OnDestroy
    [LOG 13:40:39.304] [SmokeScreen ModelMultiParticlePersistFX] OnDestroy
    [LOG 13:40:39.305] [SmokeScreen ModelMultiParticlePersistFX] OnDestroy

×
×
  • Create New...