ChrisViral / RealChute

Realistic parachutes for KSP
47 stars 38 forks source link

Filter by Cross-Section Profile freezes, only RealChute installed KSP 1.6.0 #82

Closed mlheur closed 5 years ago

mlheur commented 5 years ago

Fresh install KSP 1.6 Downloaded and installed https://github.com/StupidChris/RealChute/releases/tag/v1.4.7.2 launch ksp New default save open VAB expand advanced controls choose filter by cross-section profile can no longer select parts in VAB

output_log.txt

Starwaster commented 5 years ago

Confirmed. Looks like there's a nullref exception in KSP.UI.Screens.PartListCategories.BulkheadProfile.ExclusionCriteria

mlheur commented 5 years ago

Other mods do this too, even when they are the only mod. I just reported this to KER

https://github.com/jrbudda/KerbalEngineer/issues/34

Starwaster commented 5 years ago

Found the culprit. Some parts are missing bulkheadProfiles and KSP throws an exception because it's looking for that field to be populated and it isn't. I don't think this was an issue at all prior to 1.6 so something's changed on KSP's side and needs to be filed as a bug for KSP too.

mlheur commented 5 years ago

It may be that KSP only started (mis)handling the bulkhead profile property in 1.6; but I'm doubting that they'll agree a mod-created part that's lacking some property is a bug on their end, especially since 100% of their parts have one.

Starwaster commented 5 years ago

Fixed