Jump to content

[1.3] Kerbal Joint Reinforcement v3.3.3 7/24/17


ferram4

Recommended Posts

1 hour ago, DStaal said:

I have yet to get Lisias' version to work for me.  However, the Meiru release has worked decent for me (I still have one station that's wobbly - but it's a big station)

99% of the time, you have serious problems on your installment. KSPe is picky about the KSP health, and will not work if any DLL is missing or corrupted. Since KJR/L relies on KSPe to keep it alive, it borks too.

Check your KSP.log for ADDON BINDER errors.

Link to comment
Share on other sites

1 hour ago, Lisias said:

99% of the time, you have serious problems on your installment. KSPe is picky about the KSP health, and will not work if any DLL is missing or corrupted. Since KJR/L relies on KSPe to keep it alive, it borks too.

Check your KSP.log for ADDON BINDER errors.

I'm trying to figure out what KSPe is, and if I have it. I have interstellar installed, if that is what it is.

Link to comment
Share on other sites

9 minutes ago, icecold951 said:

I'm trying to figure out what KSPe is, and if I have it. I have interstellar installed, if that is what it is.

If you have KJR/L correctly installed (read the INSTALL.md on the zip file), then you have KSPe installed. Its the 000_KSPe.dll thingy on the GameData/ folder.

Link to comment
Share on other sites

 

3 hours ago, DStaal said:

I have yet to get Lisias' version to work for me.  However, the Meiru release has worked decent for me (I still have one station that's wobbly - but it's a big station)

https://github.com/linuxgurugamer/Kerbal-Joint-Reinforcement/releases/tag/3.3.3.2

I'm still using original modified by wolderado and it's still working flawless. I'm sticking with it as long as it keeps working.

Edited by MikeO89
Link to comment
Share on other sites

53 minutes ago, MikeO89 said:

I'm still using original modified by wolderado and it's still working flawless. I'm sticking with it as long as it keeps working.

As long you don't need the extra bit of performance, neither are willing to use Infernal Robotics, this is probably the less effort way to get KJR in your rig.

 

Link to comment
Share on other sites

1 hour ago, Lisias said:

If you have KJR/L correctly installed (read the INSTALL.md on the zip file), then you have KSPe installed. Its the 000_KSPe.dll thingy on the GameData/ folder.

 

It had to have been a mod. I uninstalled and tried again. So far seems to work. Now carefully examining each mod I install.

Link to comment
Share on other sites

@Lisias Shouldn't KJR (using your version, logs looked fine so far) disable this problem with warping a craft when coming out of time warp? This is just a testing sandbox build so no problem, I also have it with smaller craft, sometimes. I don't use autostruts on this, either. Weird.

j1G5Cer.jpg

Edited by Zah
Link to comment
Share on other sites

7 minutes ago, Zah said:

@Lisias Shouldn't KJR (using your version, logs looked fine so far) disable this problem with warping a craft when coming out of time warp? This is just a testing sandbox build so no problem, I also have it with smaller craft, sometimes. I don't use autostruts on this, either. Weird.

j1G5Cer.jpg

Is this wobbly or just messed up but stiff?

Link to comment
Share on other sites

Just now, infinite_monkey said:

Is this wobbly or just messed up but stiff?

Messed up but stiff. Didn't happen with 100x timewarp, but with e.g. 3000x time warp. It's straight during time warp, but back to warped again at 1x

Link to comment
Share on other sites

22 minutes ago, Zah said:

Messed up but stiff. Didn't happen with 100x timewarp, but with e.g. 3000x time warp. It's straight during time warp, but back to warped again at 1x

Interesting. I noticed that too, but it wasn't as severe. And I wasn't sure which mod caused it.

Link to comment
Share on other sites

1 hour ago, Zah said:

@Lisias Shouldn't KJR (using your version, logs looked fine so far) disable this problem with warping a craft when coming out of time warp? 
j1G5Cer.jpg

Nope, the KJR can't exactly prevent this. KJR is a kind of "AutoStruts with Steroids" - it's essentially the same thing as the AutoStrut to Grand Parent, but with some serious extra juice.

You should have the same issues on docking/undocking.

What's happening is the joints being recalculated by some reason, spreading overshoots everywhere, and this is above KJR's grasp.

However, there're some things you can try to mitigate the problem:

  • Mangle with the Delta Physics on the Main Menu/Settings/General/"Max Physics Delta-Time per Frame"
    • Hopefully this will minimize the over-shoot effect of the simulation's deltaT your vessel is handling
    • Trial and error - if fail, put it back to the default position.
  • Edit PluginData/KerbalJointReinforcement/user.cfg , using values the would make the joints yet more stiffer.
    • Instructions here.
Link to comment
Share on other sites

2 hours ago, Zah said:

Messed up but stiff. Didn't happen with 100x timewarp, but with e.g. 3000x time warp. It's straight during time warp, but back to warped again at 1x

What this means is, that you have a force on the joints.

During timewarp the forces are removed and the joints go back into their "zero-position". From that standpoint it could (in theory) be that KJR is the problem. Because in case the extra joints added are off by some margins, it's possible to see this effect.

But I don't see why time warping would cause joints to be at a wrong position after warping... the easiest way to find out would be to save your ship, disable KJR and load the ship again... if you see a difference, then we know it. Otherwise it's not KJR.

Edited by Rudolf Meier
Link to comment
Share on other sites

1 hour ago, Rudolf Meier said:

But I don't see why time warping would cause joints to be at a wrong position after warping... 

Rounding errors and overshoot.

There're a lot conversions between floats and double (usually on load/save, but God knows if any more). The difference I tiny, but pile up. Then the physics engine kicks in, that tiny differences are tacked but due the delta T, there's an overshoot between a engine's heartbeat and another. Then it's corrected next heartbeat, but now we have another overshoot (usualy smaller, but yet...), that is then corrected in the next heartbeat... And you got it already. 

Link to comment
Share on other sites

3 minutes ago, Lisias said:

Rounding errors and overshoot.

Yes, but that's why (at least until 1.4) they had some sort of "shadow"-positions that never changed. This allowed them to get to a safe configuraiton after things like warping... that's why I wonder why it shouldn't work anymore. (I had a lot of problems with those positions when programming IR next... because there I have to modify both positions when moving... this one and the real one). So... for me it's not yet that clear what happens here... but I didn't investigate it. I'm only speculating right now :) 

Link to comment
Share on other sites

4 minutes ago, Rudolf Meier said:

Yes, but that's why (at least until 1.4) they had some sort of "shadow"-positions that never changed. This allowed them to get to a safe configuraiton after things like warping... that's why I wonder why it shouldn't work anymore. (I had a lot of problems with those positions when programming IR next... because there I have to modify both positions when moving... this one and the real one). So... for me it's not yet that clear what happens here... but I didn't investigate it. I'm only speculating right now :) 

Eek, okay. I may be able to test some, but this build is a bit load-heavy. I'm using just about every parts mod, so just loading two games to compare may take an hour.
I could post the 29MB logfile of that session though. :P

Edited by Zah
Link to comment
Share on other sites

2 minutes ago, Rudolf Meier said:

Yes, but that's why (at least until 1.4) they had some sort of "shadow"-positions that never changed. 

That shadow positions are defined as float or a double? :)

The Rounding could be happening anywhere.  A piece of code still working on floats on a stack of functions using double is enough. It can be even a third party Add'On.

but, of couse, i'm speculating too.

3 minutes ago, Zah said:

I could post the 29MB logfile of that session though. :P

If there's no exceptions, the log would be informative but not diagnosing. I think we would need a debug version, where the log would have some diagnosing information. But the log would be easily 10 times greater. :)

Link to comment
Share on other sites

17 minutes ago, Lisias said:

That shadow positions are defined as float or a double? :)

The Rounding could be happening anywhere.  A piece of code still working on floats on a stack of functions using double is enough. It can be even a third party Add'On.

but, of couse, i'm speculating too.

If there's no exceptions, the log would be informative but not diagnosing. I think we would need a debug version, where the log would have some diagnosing information. But the log would be easily 10 times greater. :)

There's some exceptions but nothing bad IMO.
What does this mean, though?
 

Spoiler

[LOG 18:17:44.375] [FLIGHT GLOBALS]: Switching To Vessel Fast7 ---------------------- 
[LOG 18:17:44.375] setting new dominant body: Sun
FlightGlobals.mainBody: Sun
[ERR 18:17:44.401] Cannot find fx group of that name for decoupler

[ERR 18:17:44.436] Cannot find fx group of that name for decoupler

[WRN 18:17:44.468] [Part]: PartModule ModuleColliderHelper at CDT2503, index 26: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.468] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.468] PartModule is null.
[WRN 18:17:44.468] [Part]: PartModule KJRDecouplerReinforcementModule at CDT2503, index 26: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:44.469] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:44.469] PartModule is null.
[WRN 18:17:44.469] [Part]: PartModule UIRootManager at CDT2503, index 26: index exceeds module count as defined in cfg.
Looking for UIRootManager in other indices...
[WRN 18:17:44.469] ...no UIRootManager module found on part definition. Skipping...
[WRN 18:17:44.469] PartModule is null.
[WRN 18:17:44.574] [Part]: PartModule ModuleColliderHelper at RLA.small.radext, index 5: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.574] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.574] PartModule is null.
[WRN 18:17:44.595] [Part]: PartModule ModuleColliderHelper at KSPIE-VASIMR, index 14: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.595] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.595] PartModule is null.
[WRN 18:17:44.617] [Part]: PartModule ModuleColliderHelper at KSPIE-VASIMR, index 14: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.617] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.617] PartModule is null.
[WRN 18:17:44.660] [Part]: PartModule ModuleColliderHelper at RLA.small.radext, index 5: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.660] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.660] PartModule is null.
[WRN 18:17:44.696] [Part]: PartModule ModuleColliderHelper at KSPIE-VASIMR, index 14: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.696] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.696] PartModule is null.
[WRN 18:17:44.717] [Part]: PartModule ModuleColliderHelper at KSPIE-VASIMR, index 14: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.717] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.717] PartModule is null.
[WRN 18:17:44.735] [Part]: PartModule ModuleColliderHelper at dockingPort2, index 15: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.735] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.736] PartModule is null.
[WRN 18:17:44.751] [Part]: PartModule ModuleColliderHelper at dockingPort2, index 15: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.751] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.751] PartModule is null.
[WRN 18:17:44.788] [Part]: PartModule ModuleColliderHelper at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.788] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.788] PartModule is null.
[WRN 18:17:44.788] [Part]: PartModule KJRDecouplerReinforcementModule at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:44.788] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:44.788] PartModule is null.
[WRN 18:17:44.861] [Part]: PartModule ModuleColliderHelper at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.862] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.862] PartModule is null.
[WRN 18:17:44.862] [Part]: PartModule KJRDecouplerReinforcementModule at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:44.862] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:44.862] PartModule is null.
[WRN 18:17:44.913] [Part]: PartModule ModuleColliderHelper at dockingPort2, index 15: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.913] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.913] PartModule is null.
[WRN 18:17:44.928] [Part]: PartModule ModuleColliderHelper at dockingPort2, index 15: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.928] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.928] PartModule is null.
[WRN 18:17:44.942] [Part]: PartModule ModuleColliderHelper at dockingPort2, index 15: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.942] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.942] PartModule is null.
[WRN 18:17:44.979] [Part]: PartModule ModuleColliderHelper at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:44.979] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:44.979] PartModule is null.
[WRN 18:17:44.979] [Part]: PartModule KJRDecouplerReinforcementModule at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:44.979] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:44.979] PartModule is null.
[WRN 18:17:45.051] [Part]: PartModule ModuleColliderHelper at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.052] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.052] PartModule is null.
[WRN 18:17:45.052] [Part]: PartModule KJRDecouplerReinforcementModule at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:45.052] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:45.052] PartModule is null.
[WRN 18:17:45.103] [Part]: PartModule ModuleColliderHelper at dockingPort2, index 15: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.103] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.103] PartModule is null.
[WRN 18:17:45.157] [Part]: PartModule ModuleColliderHelper at InterstellarRcsTank, index 23: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.157] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.157] PartModule is null.
[WRN 18:17:45.274] [Part]: PartModule ModuleColliderHelper at NBbigASAS, index 8: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.274] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.274] PartModule is null.
[WRN 18:17:45.315] [Part]: PartModule ModuleColliderHelper at truss-circular-01, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.315] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.315] PartModule is null.
[WRN 18:17:45.352] [Part]: PartModule ModuleColliderHelper at halffueltankextretro001black, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.353] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.353] PartModule is null.
[WRN 18:17:45.353] [Part]: PartModule KJRDecouplerReinforcementModule at halffueltankextretro001black, index 11: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:45.353] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:45.353] PartModule is null.
[WRN 18:17:45.422] [Part]: PartModule ModuleColliderHelper at halffueltankextretro001black, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.422] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.422] PartModule is null.
[WRN 18:17:45.422] [Part]: PartModule KJRDecouplerReinforcementModule at halffueltankextretro001black, index 11: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:45.422] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:45.423] PartModule is null.
[WRN 18:17:45.495] [Part]: PartModule ModuleColliderHelper at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.495] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.495] PartModule is null.
[WRN 18:17:45.495] [Part]: PartModule KJRDecouplerReinforcementModule at CC2500, index 14: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:45.495] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:45.495] PartModule is null.
[WRN 18:17:45.547] [Part]: PartModule ModuleColliderHelper at dockingPort2, index 15: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.547] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.547] PartModule is null.
[WRN 18:17:45.562] [Part]: PartModule ModuleColliderHelper at dockingPort2, index 15: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.562] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.562] PartModule is null.
[WRN 18:17:45.578] [Part]: PartModule ModuleColliderHelper at KspiEpstein, index 13: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.578] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.578] PartModule is null.
[WRN 18:17:45.586] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurvedFlat, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.586] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.586] PartModule is null.
[WRN 18:17:45.594] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurvedFlat, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.594] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.594] PartModule is null.
[WRN 18:17:45.601] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurvedFlat, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.601] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.601] PartModule is null.
[WRN 18:17:45.611] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurvedFlat, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.611] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.611] PartModule is null.
[WRN 18:17:45.631] [Part]: PartModule ModuleColliderHelper at MuonCatFusionReactor2, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.631] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.631] PartModule is null.
[WRN 18:17:45.640] [Part]: PartModule ModuleColliderHelper at radiator-fixed-4, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.640] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.640] PartModule is null.
[WRN 18:17:45.650] [Part]: PartModule ModuleColliderHelper at radiator-fixed-4, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.650] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.650] PartModule is null.
[WRN 18:17:45.849] [Part]: PartModule ModuleColliderHelper at KSPI.ISRU.Refrigerator, index 32: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.849] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.849] PartModule is null.
[ERR 18:17:45.949] Cannot find fx group of that name for decoupler

[WRN 18:17:45.954] [Part]: PartModule ModuleColliderHelper at CDT2501, index 26: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:45.954] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:45.954] PartModule is null.
[WRN 18:17:45.954] [Part]: PartModule KJRDecouplerReinforcementModule at CDT2501, index 26: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:45.954] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:45.954] PartModule is null.
[WRN 18:17:46.207] [Part]: PartModule ModuleColliderHelper at jx2LDA, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:46.207] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:46.207] PartModule is null.
[LOG 18:17:46.232] [MechJeb2] Loading Mechjeb 2.8.3
[WRN 18:17:46.392] [Part]: PartModule ModuleColliderHelper at computerCore, index 30: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:46.392] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:46.392] PartModule is null.
[WRN 18:17:46.444] [Part]: PartModule ModuleColliderHelper at InterstellarRcsTank, index 23: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:46.444] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:46.444] PartModule is null.
[WRN 18:17:46.558] [Part]: PartModule ModuleColliderHelper at NBbigASAS, index 8: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:46.558] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:46.558] PartModule is null.
[WRN 18:17:46.569] [Part]: PartModule ModuleColliderHelper at SYdocking5m, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:46.569] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:46.569] PartModule is null.
[WRN 18:17:46.579] [Part]: PartModule ModuleColliderHelper at SYdocking5m, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:46.579] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:46.580] PartModule is null.
[ERR 18:17:46.603] Cannot find fx group of that name for decoupler

[WRN 18:17:46.634] [Part]: PartModule ModuleColliderHelper at CDT2501, index 26: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:46.634] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:46.634] PartModule is null.
[WRN 18:17:46.634] [Part]: PartModule KJRDecouplerReinforcementModule at CDT2501, index 26: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:46.634] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:46.634] PartModule is null.
[WRN 18:17:46.900] [Part]: PartModule ModuleColliderHelper at NAU.ORI69Gm, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:46.900] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:46.900] PartModule is null.
[WRN 18:17:47.069] [Part]: PartModule ModuleColliderHelper at NAU.ORI69Gm, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.069] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.069] PartModule is null.
[WRN 18:17:47.070] [Part]: PartModule ModuleRTDataTransmitter at NAU.ORI69Gm, index 9: index exceeds module count as defined in cfg.
Looking for ModuleRTDataTransmitter in other indices...
[WRN 18:17:47.070] ...no ModuleRTDataTransmitter module found on part definition. Skipping...
[WRN 18:17:47.070] PartModule is null.
[WRN 18:17:47.079] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurved, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.079] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.079] PartModule is null.
[WRN 18:17:47.086] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurved, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.086] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.086] PartModule is null.
[WRN 18:17:47.094] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurved, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.094] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.094] PartModule is null.
[WRN 18:17:47.102] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurved, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.102] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.103] PartModule is null.
[LOG 18:17:47.126] [MechJeb2] Loading Mechjeb 2.8.3
[LOG 18:17:47.388] [RemoteTech] Loading Flightcomputer from persistent!
[LOG 18:17:47.389] [RemoteTech] Save Flightconfig after unpacking
[WRN 18:17:47.410] [Part]: PartModule ModuleColliderHelper at SYprobe5m, index 27: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.410] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.411] PartModule is null.
[WRN 18:17:47.422] [Part]: PartModule ModuleColliderHelper at truss-circular-01, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.422] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.422] PartModule is null.
[WRN 18:17:47.431] [Part]: PartModule ModuleColliderHelper at dockingPortLarge, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.431] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.431] PartModule is null.
[WRN 18:17:47.439] [Part]: PartModule ModuleColliderHelper at dockingPortLarge, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.439] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.439] PartModule is null.
[WRN 18:17:47.451] [Part]: PartModule ModuleColliderHelper at sspx-adapter-25-375-2, index 10: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.451] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.451] PartModule is null.
[WRN 18:17:47.634] [Part]: PartModule ModuleColliderHelper at sspx-lab-375-1, index 20: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.634] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.634] PartModule is null.
[WRN 18:17:47.834] [Part]: PartModule ModuleColliderHelper at sspx-aquaculture-375-1, index 20: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:47.835] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:47.835] PartModule is null.
[WRN 18:17:48.024] [Part]: PartModule ModuleColliderHelper at sspx-habitation-375-2, index 25: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.024] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.024] PartModule is null.
[WRN 18:17:48.036] [Part]: PartModule ModuleColliderHelper at sspx-adapter-25-375-2, index 10: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.036] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.036] PartModule is null.
[WRN 18:17:48.044] [Part]: PartModule ModuleColliderHelper at dockingPortLarge, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.044] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.044] PartModule is null.
[WRN 18:17:48.051] [Part]: PartModule ModuleColliderHelper at dockingPortLarge, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.051] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.051] PartModule is null.
[WRN 18:17:48.055] [Part]: PartModule ModuleColliderHelper at truss-circular-adapter-02, index 5: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.055] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.055] PartModule is null.
[WRN 18:17:48.062] [Part]: PartModule ModuleColliderHelper at light.aviation, index 6: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.062] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.062] PartModule is null.
[WRN 18:17:48.067] [Part]: PartModule ModuleColliderHelper at light.aviation, index 6: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.067] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.067] PartModule is null.
[WRN 18:17:48.073] [Part]: PartModule ModuleColliderHelper at light.aviation, index 6: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.073] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.073] PartModule is null.
[WRN 18:17:48.078] [Part]: PartModule ModuleColliderHelper at light.aviation, index 6: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.079] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.079] PartModule is null.
[WRN 18:17:48.083] [Part]: PartModule ModuleColliderHelper at light.aviation, index 6: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.083] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.084] PartModule is null.
[WRN 18:17:48.094] [Part]: PartModule ModuleColliderHelper at sspx-adapter-25-375-2, index 10: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.094] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.094] PartModule is null.
[WRN 18:17:48.317] [Part]: PartModule ModuleColliderHelper at sspx-habitation-375-1, index 29: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.317] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.317] PartModule is null.
[WRN 18:17:48.629] [Part]: PartModule ModuleColliderHelper at bluedog.mariner4Antenna, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.629] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.629] PartModule is null.
[WRN 18:17:48.842] [Part]: PartModule ModuleColliderHelper at bluedog.mariner4Antenna, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:48.842] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:48.842] PartModule is null.
[WRN 18:17:49.025] [Part]: PartModule ModuleColliderHelper at sspx-habitation-375-3, index 27: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.026] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.026] PartModule is null.
[WRN 18:17:49.034] [Part]: PartModule ModuleColliderHelper at B9.Utility.DockingPort.CDP, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.034] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.034] PartModule is null.
[WRN 18:17:49.044] [Part]: PartModule ModuleColliderHelper at B9.Utility.DockingPort.CDP, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.044] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.044] PartModule is null.
[WRN 18:17:49.228] [Part]: PartModule ModuleColliderHelper at sspx-habitation-375-3, index 27: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.228] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.229] PartModule is null.
[LOG 18:17:49.262] [MechJeb2] Loading Mechjeb 2.8.3
[LOG 18:17:49.519] [RemoteTech] Loading Flightcomputer from persistent!
[LOG 18:17:49.519] [RemoteTech] Save Flightconfig after unpacking
[WRN 18:17:49.542] [Part]: PartModule FuseBoxMonitor at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for FuseBoxMonitor in other indices...
[WRN 18:17:49.542] ...no FuseBoxMonitor module found on part definition. Skipping...
[WRN 18:17:49.542] PartModule is null.
[WRN 18:17:49.542] [Part]: PartModule JSIFlashModule at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for JSIFlashModule in other indices...
[WRN 18:17:49.542] ...no JSIFlashModule module found on part definition. Skipping...
[WRN 18:17:49.542] PartModule is null.
[WRN 18:17:49.542] [Part]: PartModule JSIFlashModule at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for JSIFlashModule in other indices...
[WRN 18:17:49.542] ...no JSIFlashModule module found on part definition. Skipping...
[WRN 18:17:49.542] PartModule is null.
[WRN 18:17:49.542] [Part]: PartModule JSIFlashModule at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for JSIFlashModule in other indices...
[WRN 18:17:49.542] ...no JSIFlashModule module found on part definition. Skipping...
[WRN 18:17:49.543] PartModule is null.
[WRN 18:17:49.543] [Part]: PartModule JSIFlashModule at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for JSIFlashModule in other indices...
[WRN 18:17:49.543] ...no JSIFlashModule module found on part definition. Skipping...
[WRN 18:17:49.543] PartModule is null.
[WRN 18:17:49.543] [Part]: PartModule ModuleColliderHelper at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.543] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.543] PartModule is null.
[WRN 18:17:49.551] [Part]: PartModule ModuleColliderHelper at dockingPortLarge, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.551] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.551] PartModule is null.
[WRN 18:17:49.560] [Part]: PartModule ModuleColliderHelper at dockingPortLarge, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.560] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.560] PartModule is null.
[WRN 18:17:49.594] [Part]: PartModule ModuleColliderHelper at rcsmaneuvermodule001, index 10: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.594] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.594] PartModule is null.
[WRN 18:17:49.625] [Part]: PartModule ModuleColliderHelper at sspx-cargo-container-375-2, index 12: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.625] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.625] PartModule is null.
[WRN 18:17:49.660] [Part]: PartModule ModuleColliderHelper at rcsmaneuvermodule001, index 10: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:49.661] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:49.661] PartModule is null.
[LOG 18:17:49.682] [MechJeb2] Loading Mechjeb 2.8.3
[LOG 18:17:49.982] [RemoteTech] Loading Flightcomputer from persistent!
[LOG 18:17:49.982] [RemoteTech] Save Flightconfig after unpacking
[WRN 18:17:50.003] [Part]: PartModule ModuleColliderHelper at probeStackLarge, index 27: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.003] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.003] PartModule is null.
[WRN 18:17:50.025] [Part]: PartModule ModuleColliderHelper at dockingPortLarge, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.025] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.025] PartModule is null.
[WRN 18:17:50.037] [Part]: PartModule ModuleColliderHelper at dockingPortLarge, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.037] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.037] PartModule is null.
[LOG 18:17:50.084] [MechJeb2] Loading Mechjeb 2.8.3
[LOG 18:17:50.366] [RemoteTech] Loading Flightcomputer from persistent!
[LOG 18:17:50.366] [RemoteTech] Save Flightconfig after unpacking
[WRN 18:17:50.388] [Part]: PartModule FuseBoxMonitor at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for FuseBoxMonitor in other indices...
[WRN 18:17:50.388] ...no FuseBoxMonitor module found on part definition. Skipping...
[WRN 18:17:50.388] PartModule is null.
[WRN 18:17:50.388] [Part]: PartModule JSIFlashModule at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for JSIFlashModule in other indices...
[WRN 18:17:50.388] ...no JSIFlashModule module found on part definition. Skipping...
[WRN 18:17:50.388] PartModule is null.
[WRN 18:17:50.388] [Part]: PartModule JSIFlashModule at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for JSIFlashModule in other indices...
[WRN 18:17:50.388] ...no JSIFlashModule module found on part definition. Skipping...
[WRN 18:17:50.388] PartModule is null.
[WRN 18:17:50.388] [Part]: PartModule JSIFlashModule at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for JSIFlashModule in other indices...
[WRN 18:17:50.388] ...no JSIFlashModule module found on part definition. Skipping...
[WRN 18:17:50.388] PartModule is null.
[WRN 18:17:50.388] [Part]: PartModule JSIFlashModule at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for JSIFlashModule in other indices...
[WRN 18:17:50.388] ...no JSIFlashModule module found on part definition. Skipping...
[WRN 18:17:50.388] PartModule is null.
[WRN 18:17:50.388] [Part]: PartModule ModuleColliderHelper at command-ppd-1, index 36: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.388] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.388] PartModule is null.
[WRN 18:17:50.569] [Part]: PartModule ModuleColliderHelper at sspx-habitation-375-3, index 27: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.570] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.570] PartModule is null.
[WRN 18:17:50.607] [Part]: PartModule ModuleColliderHelper at KW2mtankPancake, index 12: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.607] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.607] PartModule is null.
[WRN 18:17:50.692] [Part]: PartModule ModuleColliderHelper at UAM.BUOY, index 10: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.692] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.692] PartModule is null.
[WRN 18:17:50.692] [Part]: PartModule KJRDecouplerReinforcementModule at UAM.BUOY, index 10: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:50.692] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:50.692] PartModule is null.
[WRN 18:17:50.701] [Part]: PartModule ModuleColliderHelper at InflatableHeatShield, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.702] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.702] PartModule is null.
[WRN 18:17:50.702] [Part]: PartModule KJRDecouplerReinforcementModule at InflatableHeatShield, index 9: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:50.702] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...
[WRN 18:17:50.702] PartModule is null.
[WRN 18:17:50.713] [Part]: PartModule ModuleColliderHelper at SuperDrago, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.714] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.714] PartModule is null.
[WRN 18:17:50.726] [Part]: PartModule ModuleColliderHelper at SuperDrago, index 11: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.726] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.726] PartModule is null.
[WRN 18:17:50.734] [Part]: PartModule ModuleColliderHelper at solarpanel-deploying-1x3-2, index 8: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.734] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.734] PartModule is null.
[WRN 18:17:50.743] [Part]: PartModule ModuleColliderHelper at solarpanel-deploying-1x3-2, index 8: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.743] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.743] PartModule is null.
[WRN 18:17:50.748] [Part]: PartModule ModuleColliderHelper at stackPoint1, index 6: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.748] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.748] PartModule is null.
[WRN 18:17:50.754] [Part]: PartModule ModuleColliderHelper at RC.cone, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.754] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.754] PartModule is null.
[WRN 18:17:50.933] [Part]: PartModule ModuleColliderHelper at dish.deploy.S, index 9: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:50.933] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:50.933] PartModule is null.
[WRN 18:17:51.104] [Part]: PartModule ModuleColliderHelper at bluedog.agenaAntenna, index 8: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:51.104] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:51.104] PartModule is null.
[WRN 18:17:51.114] [Part]: PartModule ModuleColliderHelper at radialDrogue, index 10: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:51.114] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:51.114] PartModule is null.
[WRN 18:17:51.122] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurved, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:51.122] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:51.123] PartModule is null.
[WRN 18:17:51.131] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurved, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:51.131] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:51.131] PartModule is null.
[WRN 18:17:51.138] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurved, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:51.138] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:51.138] PartModule is null.
[WRN 18:17:51.150] [Part]: PartModule ModuleColliderHelper at InterstellarRetractableRcsBlockCurved, index 7: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:51.150] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:51.150] PartModule is null.
[WRN 18:17:51.182] [Part]: PartModule ModuleColliderHelper at KWRadBattSmallS, index 6: index exceeds module count as defined in cfg.
Looking for ModuleColliderHelper in other indices...
[WRN 18:17:51.182] ...no ModuleColliderHelper module found on part definition. Skipping...
[WRN 18:17:51.182] PartModule is null.

 

That's just MM-based mods messing around with the order, right? So no bug?!
"No KJRDecouplerReinforecementModule found..." is weird though.

Edited by Zah
Link to comment
Share on other sites

On 4/6/2019 at 6:19 PM, Zah said:

That's just MM-based mods messing around with the order, right? So no bug?!
"No KJRDecouplerReinforecementModule found..." is weird though.

No evident bug. You know, bugs are insidious social beings - they like to hide on the mob. :)

I find this warning… interesting. 

[WRN 18:17:44.468] [Part]: PartModule KJRDecouplerReinforcementModule at CDT2503, index 26: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:44.469] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...

Do you have TweakScale installed? If yes, can you publish your KSP.log on some snippet server? Under certain circumstances, TweakScale is withdrawing itself from some parts to prevent disasters, and it does it by deleting itself from a data structure that can be the same used on this warning, and I want to cross check the CDT2503 part to see if I'm not involved on it somehow.

Oh, your ModuleManager's cache too, please. Just to double checking.

Link to comment
Share on other sites

9 hours ago, Lisias said:

No evident bug. You know, bugs are insidious social beings - they like to hide on the mob. :)

I find this warning… interesting. 


[WRN 18:17:44.468] [Part]: PartModule KJRDecouplerReinforcementModule at CDT2503, index 26: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:44.469] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...

Do you have TweakScale installed? If yes, can you publish your KSP.log on some snippet server? Under certain circumstances, TweakScale is withdrawing itself from some parts to prevent disasters, and it does it by deleting itself from a data structure that can be the same used on this warning, and I want to cross check the CDT2503 part to see if I'm not involved on it somehow.

Oh, your ModuleManager's cache too, please. Just to double checking.

Yes, but not the most current version of Tweakscale, it's on my update list. There's definitely something weird going on in this install though, RCSBuildAid fails to register the toolbar button when going back to the SPH/VAB after flight. I've spent the last days writing MM patches so I have to check if the problem persists, else the cache is going to be different. I saved the log though, will post it later.

Link to comment
Share on other sites

On 4/9/2019 at 6:27 AM, Lisias said:

No evident bug. You know, bugs are insidious social beings - they like to hide on the mob. :)

I find this warning… interesting. 


[WRN 18:17:44.468] [Part]: PartModule KJRDecouplerReinforcementModule at CDT2503, index 26: index exceeds module count as defined in cfg.
Looking for KJRDecouplerReinforcementModule in other indices...
[WRN 18:17:44.469] ...no KJRDecouplerReinforcementModule module found on part definition. Skipping...

Do you have TweakScale installed? If yes, can you publish your KSP.log on some snippet server? Under certain circumstances, TweakScale is withdrawing itself from some parts to prevent disasters, and it does it by deleting itself from a data structure that can be the same used on this warning, and I want to cross check the CDT2503 part to see if I'm not involved on it somehow.

Oh, your ModuleManager's cache too, please. Just to double checking.

My KSP now keeps shooting itself, badly (I mean, it runs, but...).
I'm getting random exception spamming (it doesn't have to be Snacks as in this case, it can also be KER).
Log: https://mega.nz/#!h85wxKYR!ucza-loyTpsknQR6U7KsAUf0j6LZGlcjp-aEbHy9Ep0

I may have messed up a config file somewhere in there, but other than haven't really added anything new, so I don't understand why it got so bad all of a sudden.

When KER shoots itself it spams like this(happens in a different "save"):

Spoiler

[LOG 04:00:09.013] [Adjustable Mod Panel] Encountered a known mod: module MechJeb2, method ShowHideMasterWindow
[LOG 04:00:09.516] Autogen thumbnail for N:/Kerbal Space Program 161/KSP_x64_Data/../thumbs/sandbox_SPH_12.png from N:/Kerbal Space Program 161/saves/sandbox/Ships/SPH/12.craft
[LOG 04:00:09.619] KerbalEngineer -> Exception BuildAdvanced.Window() // System.NullReferenceException: Object reference not set to an instance of an object
  at KerbalEngineer.Flight.FlightAppLauncher.get_IsHoverActivated () [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Editor.BuildAdvanced.DrawSettings () [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Editor.BuildAdvanced.Window (Int32 windowId) [0x00000] in <filename unknown>:0 
[LOG 04:00:09.619] KerbalEngineer ->   at KerbalEngineer.Flight.FlightAppLauncher.get_IsHoverActivated () [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Editor.BuildAdvanced.DrawSettings () [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Editor.BuildAdvanced.Window (Int32 windowId) [0x00000] in <filename unknown>:0 
[LOG 04:00:09.619] KerbalEngineer -> Exception BuildAdvanced.Window() // System.ArgumentException: GUILayout: Mismatched LayoutGroup.Repaint
  at UnityEngine.GUILayoutUtility.BeginLayoutGroup (UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options, System.Type layoutType) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUILayout.BeginVertical (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUILayout.BeginVertical (UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0 
  at KerbalEngineer.Editor.BuildAdvanced.Window (Int32 windowId) [0x00000] in <filename unknown>:0 
[LOG 04:00:09.619] KerbalEngineer ->   at UnityEngine.GUILayoutUtility.BeginLayoutGroup (UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options, System.Type layoutType) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUILayout.BeginVertical (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0 
  at UnityEngine.GUILayout.BeginVertical (UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) [0x00000] in <filename unknown>:0 

 

A few Addon Binder problems in the log, and some weird exceptions. I updated to the newest Kopernicus Backport, no change.

"ADDON BINDER: Cannot resolve assembly: TestFlightCore, Culture=neutral, PublicKeyToken=null" is fascinating.

Edited by Zah
Link to comment
Share on other sites

22 minutes ago, Zah said:

My KSP now keeps shooting itself, badly (I mean, it runs, but...).
I'm getting random exception spamming (it doesn't have to be Snacks as in this case, it can also be KER).
Log: https://mega.nz/#!h85wxKYR!ucza-loyTpsknQR6U7KsAUf0j6LZGlcjp-aEbHy9Ep0

I may have messed up a config file somewhere in there, but other than haven't really added anything new, so I don't understand why it got so bad all of a sudden.

A few Addon Binder problems in the log, and some weird exceptions. I updated to the newest Kopernicus Backport, no change.

the ADDON BINDER is only a problem when the line starts with [ERR . When starts with [LOG is just informative.

However, two things caught my attention on your log:

  • A really big amount of empty configs. [ERR hh:mm:ss.nnnn] Error: Empty part config file
    • Search for "Empty part config file" on your log, and check the original zip file of the mod to see if it is, indeed, empty
    • otherwise, you could had some filesystem corruption on your rig!
  • A TypeLoadException on BDAnimationModules (see below)
    • Since you mentioned Kopernicus, it make some sense
    • Update or downgrade BD Animation Modules to see if anything changes
Spoiler

[LOG 15:33:43.515] [AddonLoader]: Instantiating addon 'LogAggregatorWorker' from assembly 'Kopernicus'
[EXC 15:33:43.588] TypeLoadException: Could not load type 'System.Runtime.Versioning.TargetFrameworkAttribute' from assembly 'BDAnimationModules'.
	System.MonoCustomAttrs.GetCustomAttributesBase (ICustomAttributeProvider obj, System.Type attributeType)
	System.MonoCustomAttrs.GetCustomAttributes (ICustomAttributeProvider obj, System.Type attributeType, Boolean inherit)
	System.Reflection.Assembly.GetCustomAttributes (System.Type attributeType, Boolean inherit)
	Kopernicus.LogAggregatorWorker.Awake ()
	UnityEngine.GameObject:AddComponent(Type)
	AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup)
	AddonLoader:StartAddons(Startup)
	<LoadObjects>c__Iterator1:MoveNext()
	UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
	<CreateDatabase>c__Iterator0:MoveNext()
	UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
	GameDatabase:StartLoad()
	<LoadSystems>c__Iterator0:MoveNext()
	UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[LOG 15:33:43.588] [AddonLoader]: Instantiating addon 'AtmosphereFixer' from assembly 'Kopernicus'

 

I also noticed the your are using UbioWeldingLtd  (original one?). Be advised that Module Manager 4 introduced a change (perhaps by mistake) that make the Welding Tool to bork when it try to use its services to create new parts. I think I fixed it on my personal (and heavily experimental) fork of MM - at least, it appears to be working fine. I suggest you move MM back to the latest 3.x version, or take your chances :D with mine for while if you are in the mood to get yourself in yet deeper trouble. :P As long as I find the time to properly test and gather test results from other players, I will apply a (tiny!) pull request to the Maintainer with the fix (being the reason I offering you this incredible chance to shoot yourself on your feet. Both of them!).

I will send you a link in PVT if you are interested (that thing is experimental, not for broad consumer use!).

Link to comment
Share on other sites

1 hour ago, Lisias said:

 

  •  

I also noticed the your are using UbioWeldingLtd  (original one?). Be advised that Module Manager 4 introduced a change (perhaps by mistake) that make the Welding Tool to bork when it try to use its services to create new parts. I think I fixed it on my personal (and heavily experimental) fork of MM - at least, it appears to be working fine. I suggest you move MM back to the latest 3.x version, or take your chances :D with mine for while if you are in the mood to get yourself in yet deeper trouble. :P As long as I find the time to properly test and gather test results from other players, I will apply a (tiny!) pull request to the Maintainer with the fix (being the reason I offering you this incredible chance to shoot yourself on your feet. Both of them!).

I will send you a link in PVT if you are interested (that thing is experimental, not for broad consumer use!).

Not actively, I planned on copying this install once I got it working to make a MM3 welding KSP while playing on the other.
Not sure if testing an experimental build on this behemoth installation is wise, but I'm not going to say "no".

Quote

the ADDON BINDER is only a problem when the line starts with [ERR . When starts with [LOG is just informative.

However, two things caught my attention on your log:

  • A really big amount of empty configs. [ERR hh:mm:ss.nnnn] Error: Empty part config file
    • Search for "Empty part config file" on your log, and check the original zip file of the mod to see if it is, indeed, empty
    • otherwise, you could had some filesystem corruption on your rig!
  • A TypeLoadException on BDAnimationModules (see below)
    • Since you mentioned Kopernicus, it make some sense
    • Update or downgrade BD Animation Modules to see if anything changes

Yeah, BD Animation Modules is where I'm at right now, too. The files are indeed empty/commented out. The drive is a new Samsung SSD, so no worries. I do have a billion part mods in this. I guess I could just remove those empty files, haha.

I removed some minor mods that threw exceptions (Janitor's Closet, [x]Science... but those were minor, really).

When KER shoot itself the KER 'window' looks like this https://i.imgur.com/zCJFoHa.jpg xD

Edit:
I updated BD Animation Modules (and a few other random things) and the spam is gone/KER works. Maaaybe I can now finally go back to what I wanted to test in the first place. Oh KSP.
Wait, no, I still need to figure out what borked up RCS Build Aid.

Edit 2:
Ah, glorious, at least that problem is still there /s.
 

[ERR 16:56:40.750] ToolbarControl: WARNING: RegisterMod, LoadedScene: MAINMENU, called too late for: KronalVesselViewer_NS, Kronal Vessel Viewer, button may not be registered properly

[ERR 16:56:40.751] ToolbarControl: WARNING: RegisterMod, LoadedScene: MAINMENU, called too late for: ABFW_NS, Advanced Fly-By-Wire, button may not be registered properly

[ERR 16:56:40.753] ToolbarControl: WARNING: RegisterMod, LoadedScene: MAINMENU, called too late for: Proximity_NS, Proximity, button may not be registered properly

[LOG 16:56:40.888] [MechJeb2] Loading Shaders Bundles
[LOG 16:56:40.890] Assembly : ModuleManager | Version : 4.0.2.0 found !
[LOG 16:56:40.890] Minimal version needed is : 2.8.0
[LOG 16:56:40.890] INT : 402/280
[LOG 16:56:40.890] Assembly : KIS | Version : 1.18.6971.42939 found !
[LOG 16:56:40.890] Minimal version needed is : 1.5.0
[LOG 16:56:40.890] INT : 7251/150
[ERR 16:56:40.890] ToolbarControl: WARNING: RegisterMod, LoadedScene: MAINMENU, called too late for: PartAngleDisplay_NS, Part Angle Display, button may not be registered properly

[ERR 16:56:40.891] ToolbarControl: WARNING: RegisterMod, LoadedScene: MAINMENU, called too late for: PartCommander_NS, Part Commander, button may not be registered properly

[ERR 16:56:40.999] ToolbarControl: WARNING: RegisterMod, LoadedScene: MAINMENU, called too late for: RCSBuildAid_NS, RCS Build Aid, button may not be registered properly


Edit3: And the timewarp-"warp" is also still present.
https://imgur.com/a/NRO1E2t

My list of things to fix is long.

Edited by Zah
Link to comment
Share on other sites

4 hours ago, Zah said:

Edit 2:
Ah, glorious, at least that problem is still there /s.
 


[ERR 16:56:40.750] ToolbarControl: WARNING: RegisterMod, LoadedScene: MAINMENU, called too late for: KronalVesselViewer_NS, Kronal Vessel Viewer, button may not be registered properly

 

I think LGG already fixed it on the latest release of ToolbarControl. If you are using the latest, good chances Kronal is registering its buttons too late on the party. In a way or another, LGG is the guy to help you on it (long time since I gave a look on the code, don't remember anything about…)

Link to comment
Share on other sites

14 minutes ago, Lisias said:

I think LGG already fixed it on the latest release of ToolbarControl. If you are using the latest, good chances Kronal is registering its buttons too late on the party. In a way or another, LGG is the guy to help you on it (long time since I gave a look on the code, don't remember anything about…)

It's not only KVV, it's a bunch of mods with off/on problems.

But currently testing the warp bug, KJR/AS/no struts:
KJR - craft messed up after time warp,
normal autostruts to grandparent (no KJR installed) - no messed up craft after warp
no struts at all (with that nearly 500t craft xD) - no problem, either.

Hm... that would point to KJR being the issue, sort of?

Edited by Zah
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...