Skip to content
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

Exception Thrown on Startup #730

Open
Dracolupus314 opened this issue Oct 16, 2024 · 1 comment
Open

Exception Thrown on Startup #730

Dracolupus314 opened this issue Oct 16, 2024 · 1 comment

Comments

@Dracolupus314
Copy link

When I loaded my install, after trying for several days to fix an issue where the game would crash as soon as the main menu loaded, I received a popup with this message telling me to ask for help here:

Exception occured while loading contract parameter 'ReachState' in contract 'RP0.recordCrewedDuration':
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: 'MarsLight' is not a valid CelestialBody.
at ContractConfigurator.ConfigNodeUtil.ParseCelestialBodyValue (System.String celestialName) [0x00046] in <0ac19348e13c43e280580b62f08ea2eb>:0
at ContractConfigurator.ConfigNodeUtil.ParseSingleValue[T] (System.String key, System.String stringValue, System.Boolean allowExpression) [0x00171] in <0ac19348e13c43e280580b62f08ea2eb>: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 <9577ac7a62ef43179789031239ba8798>: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 <9577ac7a62ef43179789031239ba8798>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <9577ac7a62ef43179789031239ba8798>:0
at ContractConfigurator.ConfigNodeUtil.ParseValue[T] (ConfigNode configNode, System.String key, System.Boolean allowExpression) [0x001f0] in <0ac19348e13c43e280580b62f08ea2eb>:0
at ContractConfigurator.ConfigNodeUtil.ParseValue[T] (ConfigNode configNode, System.String key, T defaultValue) [0x00012] in <0ac19348e13c43e280580b62f08ea2eb>:0
at ContractConfigurator.Parameters.ReachState.OnParameterLoad (ConfigNode node) [0x0001d] in <0ac19348e13c43e280580b62f08ea2eb>:0
at ContractConfigurator.Parameters.ContractConfiguratorParameter.OnLoad (ConfigNode node) [0x000be] in <0ac19348e13c43e280580b62f08ea2eb>:0

I don't know if this is something I did wrong, though I don't think I could have. This is my first boot of the game since cleaning my install (for the 20th time or something), and I just let CKAN do its magic.
Thank you!

@jrossignol
Copy link
Owner

You should raise this against KSP-RO/ContractConfigurator directly as they maintain everything now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants