Advertisement
Guest User

Untitled

a guest
Jan 18th, 2024
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.39 KB | None | 0 0
  1. Error Loading - An exception happened while loading the save data exception: Newtonsoft.Json.JsonSerializationException: Error getting value from 'Value' on 'System.Lazy`1[IStatistic[]]'. ---> System.MissingMemberException: The lazily-initialized type does not have a public, parameterless constructor.
  2. at System.LazyHelper.CreateViaDefaultConstructor (System.Type type) [0x0000a] in <c84d94161bca414384015e66544862cf>:0
  3. at System.Lazy`1[T].CreateViaDefaultConstructor () [0x00000] in <c84d94161bca414384015e66544862cf>:0
  4. at System.Lazy`1[T].ViaConstructor () [0x00000] in <c84d94161bca414384015e66544862cf>:0
  5. at System.Lazy`1[T].ExecutionAndPublication (System.LazyHelper executionAndPublication, System.Boolean useDefaultConstructor) [0x0001a] in <c84d94161bca414384015e66544862cf>:0
  6. at System.Lazy`1[T].CreateValue () [0x0006a] in <c84d94161bca414384015e66544862cf>:0
  7. at System.Lazy`1[T].get_Value () [0x0000a] in <c84d94161bca414384015e66544862cf>:0
  8. at (wrapper dynamic-method) System.Lazy`1[IStatistic[]].GetValue(object)
  9. at Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue (System.Object target) [0x0001e] in <dd21e08747d94bcebed8b56112226337>:0
  10. --- End of inner exception stack trace ---
  11. at Newtonsoft.Json.Serialization.DynamicValueProvider.GetValue (System.Object target) [0x00054] in <dd21e08747d94bcebed8b56112226337>:0
  12. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CalculatePropertyDetails (Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.JsonConverter& propertyConverter, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Object target, System.Boolean& useExistingValue, System.Object& currentValue, Newtonsoft.Json.Serialization.JsonContract& propertyContract, System.Boolean& gottenCurrentValue, System.Boolean& ignoredValue) [0x00092] in <dd21e08747d94bcebed8b56112226337>:0
  13. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue (Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.JsonConverter propertyConverter, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Object target) [0x00000] in <dd21e08747d94bcebed8b56112226337>:0
  14. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00280] in <dd21e08747d94bcebed8b56112226337>:0
  15. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x00161] in <dd21e08747d94bcebed8b56112226337>:0
  16. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <dd21e08747d94bcebed8b56112226337>:0
  17. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000db] in <dd21e08747d94bcebed8b56112226337>:0
  18. at Newtonsoft.Json.Serialization.JsonSerializerProxy.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00008] in <dd21e08747d94bcebed8b56112226337>:0
  19. at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <dd21e08747d94bcebed8b56112226337>:0
  20. at InProgressObjectDeserialization.ReadNextProperty (System.Boolean ignoreNotConsumed) [0x00252] in <3d438468689d41cd82304afb7b74ced6>:0
  21. at BaseThriveConverter.ReadJson (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue, Newtonsoft.Json.JsonSerializer serializer) [0x0008d] in <3d438468689d41cd82304afb7b74ced6>:0
  22. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable (Newtonsoft.Json.JsonConverter converter, Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue) [0x00055] in <dd21e08747d94bcebed8b56112226337>:0
  23. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000db] in <dd21e08747d94bcebed8b56112226337>:0
  24. at Newtonsoft.Json.Serialization.JsonSerializerProxy.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00008] in <dd21e08747d94bcebed8b56112226337>:0
  25. at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <dd21e08747d94bcebed8b56112226337>:0
  26. at InProgressObjectDeserialization.ReadNextProperty (System.Boolean ignoreNotConsumed) [0x00252] in <3d438468689d41cd82304afb7b74ced6>:0
  27. at BaseThriveConverter.ReadJson (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue, Newtonsoft.Json.JsonSerializer serializer) [0x0008d] in <3d438468689d41cd82304afb7b74ced6>:0
  28. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable (Newtonsoft.Json.JsonConverter converter, Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Object existingValue) [0x00055] in <dd21e08747d94bcebed8b56112226337>:0
  29. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ResolvePropertyAndCreatorValues (Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00107] in <dd21e08747d94bcebed8b56112226337>:0
  30. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObjectUsingCreatorWithParameters (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.Serialization.ObjectConstructor`1[T] creator, System.String id) [0x000b2] in <dd21e08747d94bcebed8b56112226337>:0
  31. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateNewObject (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract objectContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, Newtonsoft.Json.Serialization.JsonProperty containerProperty, System.String id, System.Boolean& createdFromNonDefaultCreator) [0x00026] in <dd21e08747d94bcebed8b56112226337>:0
  32. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x00148] in <dd21e08747d94bcebed8b56112226337>:0
  33. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <dd21e08747d94bcebed8b56112226337>:0
  34. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue (Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.JsonConverter propertyConverter, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Object target) [0x00065] in <dd21e08747d94bcebed8b56112226337>:0
  35. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00280] in <dd21e08747d94bcebed8b56112226337>:0
  36. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x00161] in <dd21e08747d94bcebed8b56112226337>:0
  37. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <dd21e08747d94bcebed8b56112226337>:0
  38. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000db] in <dd21e08747d94bcebed8b56112226337>:0
  39. at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00054] in <dd21e08747d94bcebed8b56112226337>:0
  40. at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <dd21e08747d94bcebed8b56112226337>:0
  41. at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <dd21e08747d94bcebed8b56112226337>:0
  42. at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <dd21e08747d94bcebed8b56112226337>:0
  43. at ThriveJsonConverter+<>c__DisplayClass11_0`1[T].<DeserializeObject>b__0 (Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <3d438468689d41cd82304afb7b74ced6>:0
  44. at ThriveJsonConverter.PerformWithSettings[T] (System.Func`2[T,TResult] func) [0x00073] in <3d438468689d41cd82304afb7b74ced6>:0
  45. at ThriveJsonConverter.PerformWithSettings[T] (System.Func`2[T,TResult] func) [0x000b0] in <3d438468689d41cd82304afb7b74ced6>:0
  46. at ThriveJsonConverter.DeserializeObject[T] (System.String json) [0x0000d] in <3d438468689d41cd82304afb7b74ced6>:0
  47. at Save.LoadFromFile (System.String file, System.Boolean info, System.Boolean save, System.Boolean screenshot, System.Action readFinished) [0x0007f] in <3d438468689d41cd82304afb7b74ced6>:0
  48. at Save.LoadFromFile (System.String saveName, System.Action readFinished) [0x00006] in <3d438468689d41cd82304afb7b74ced6>:0
  49. at InProgressLoad.Step () [0x0008e] in <3d438468689d41cd82304afb7b74ced6>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement