You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using CC 1.30.5. Don't know if it happened with previous version.
Seeing this on every scene change:
[ERR 11:48:28.059] [ContractParameter] - Call to OnUpdate failed System.NullReferenceException: Object reference not set to an instance of an object
at ContractConfigurator.ContractVesselTracker+<>c__DisplayClass21_0.<GetAssociatedKeys>b__0 (System.Collections.Generic.KeyValuePair`2[TKey,TValue] p) [0x00007] in <ef0243a06f2841fe9bf57034a334902e>:0
at System.Linq.Enumerable+WhereSelectEnumerableIterator`2[TSource,TResult].MoveNext () [0x00037] in <fbb5ed17eb6e46c680000f8910ebb50c>:0
at ContractConfigurator.ContractVesselTracker+<GetAssociatedKeys>d__21.MoveNext () [0x000c1] in <ef0243a06f2841fe9bf57034a334902e>:0
at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].MoveNext () [0x0004e] in <fbb5ed17eb6e46c680000f8910ebb50c>:0
at System.Linq.Enumerable.Any[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00015] in <fbb5ed17eb6e46c680000f8910ebb50c>:0
at ContractConfigurator.Parameters.Duration.OnUpdate () [0x000de] in <ef0243a06f2841fe9bf57034a334902e>:0
at Contracts.ContractParameter.Update () [0x00053] in <9d71e4043e394d78a6cf9193ad011698>:0
This is a RP-1 install, I imagine this is getting triggered by something wrong in a particular contract. But presumably CC should at least handle it more gracefully, detecting the error and reporting it in a more meaningful way.
The text was updated successfully, but these errors were encountered:
Using CC 1.30.5. Don't know if it happened with previous version.
Seeing this on every scene change:
This is a RP-1 install, I imagine this is getting triggered by something wrong in a particular contract. But presumably CC should at least handle it more gracefully, detecting the error and reporting it in a more meaningful way.
The text was updated successfully, but these errors were encountered: