-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible contracts/parts after updating mods in CKAN? #719
Comments
You should raise this against the RP0 tracker - they actually maintain
Contract Configurator as well as their own contracts.
…On Fri., Aug. 19, 2022, 5:54 a.m. GaryWhittle19, ***@***.***> wrote:
Got an exception message loading into my 1.10.1 RSS/RP-1 save. Not sure
what's going on, maybe I need to backdate one of the parts mods? I tried
backdating configurator to 1.30.5 but didn't seem to have any impact on
this issue.
Exception occured while loading contract parameter 'HasBiologicalSample'
in contract 'RP0.SoundingRocketAdvancedBio':
System.Reflection.TargetInvocationException: Exception has been thrown by
the target of an invocation. ---> System.ArgumentException: 'BioCapsule' is
not a valid Part.
at ContractConfigurator.ConfigNodeUtil.ParsePartValue (System.String
partName) [0x00025] in :0
at ContractConfigurator.ConfigNodeUtil.ParseSingleValue[T] (System.String
key, System.String stringValue, System.Boolean allowExpression) [0x000f9]
in :0
at (wrapper managed-to-native)
System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj,
System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder,
System.Object[] parameters, System.Globalization.CultureInfo culture)
[0x00032] in :0
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj,
System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder,
System.Object[] parameters, System.Globalization.CultureInfo culture)
[0x00048] in :0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[]
parameters) [0x00000] in :0
at ContractConfigurator.ConfigNodeUtil.ParseValue[T] (ConfigNode
configNode, System.String key, System.Boolean allowExpression) [0x001f0] in
:0
at ContractConfigurator.ConfigNodeUtil.ParseValue[T] (ConfigNode
configNode, System.String key, T defaultValue) [0x00012] in :0
at ContractConfigurator.Parameters.PartValidation.OnParameterLoad
(ConfigNode node) [0x00079] in :0
at ContractConfigurator.Parameters.ContractConfiguratorParameter.OnLoad
(ConfigNode node) [0x000be] in :0
—
Reply to this email directly, view it on GitHub
<#719>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCQK5J3SYZMPVCJHELILBLVZ5YX5ANCNFSM57APHMQQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got an exception message loading into my 1.10.1 RSS/RP-1 save. Not sure what's going on, maybe I need to backdate one of the parts mods? I tried backdating configurator to 1.30.5 but didn't seem to have any impact on this issue.
Some more details here from the log. Looks like some 'BioCapsule' is missing?
If I can find out where that part was I'll try and backdate it.
The text was updated successfully, but these errors were encountered: