ChrisViral / RealChute

Realistic parachutes for KSP
47 stars 38 forks source link

After 0.24.1, chutes no longer stage. #7

Closed jakkarth closed 10 years ago

jakkarth commented 10 years ago

After installing the 0.24.1 update, I am having trouble with an existing ship in orbit. It has a duel nosecone chute on it that used to work ok. Now, however, the parachute is not in the stage list and there are no options in the right-click menu for the part.

ArgumentOutOfRangeException: Argument is out of range. Parameter name: index at System.Collections.Generic.List`1[RealChute.Parachute].get_Item (Int32 index) [0x00000] in :0 at RealChute.ProceduralChute.OnStart (StartState state) [0x00000] in :0 at Part.ModulesOnStart () [0x00000] in :0 at Part+.MoveNext () [0x00000] in :0

Screenshot of the ship at issue: screenshot277

Please let me know if there's anything else I can provide to help diagnose and resolve the issue. Thanks for an awesome mod!

ChrisViral commented 10 years ago

Make sure you are on the lastest version of RealChute to start with. Else I need full logs.

jakkarth commented 10 years ago

It may have had something to do with the save files losing sections bug that 0.24.1 resolved. It didn't happen on newly launched vessels, but the one in my screenshot had all of its RealChuteModule guiActive flags set false, had no parachute section in the RealChuteModule, and the ProceduralChute module was missing it's chute section. I copy-pasted them from a new vessel and everything started working normally again. I'm unable to reproduce the problem now that I'm on 0.24.2 and RC 1.2.2.2, so I'll blame 0.24.1 and close the issue. Sorry for the noise, and thanks again!