2023-09-05 07:20:38.895 +02:00 [ERR] Exception while deserializing Json treeNewtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'PassiveSkillTreePlanter.SkillTreeJson.Classes' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path 'constants.classes', line 18687, position 20.
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(J sonReader reader, Type objectType, JsonContract contract)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(J sonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(Json Property property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
2023-09-05 07:20:38.897 +02:00 [ERR] Exception while deserializing Json treeNewtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'PassiveSkillTreePlanter.SkillTreeJson.CharacterAttributes' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path 'constants.characterAttributes', line 18688, position 32.
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(J sonReader reader, Type objectType, JsonContract contract)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(J sonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(Json Property property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
2023-09-05 07:20:42.607 +02:00 [ERR] CoPilot, AreaChange -> System.OverflowException: Arithmetic operation resulted in an overflow.
at CoPilot.AutoPilot.AreaChange()
at CoPilot.CoPilot.AreaChange(AreaInstance area)
at ExileCore.Shared.PluginWrapper.AreaChange(AreaInstance area)
2023-09-05 07:20:42.642 +02:00 [ERR] Radar, AreaChange -> System.DivideByZeroException: Attempted to divide by zero.
at ExileCore.PoEMemory.MemoryObjects.IngameData.<.ctor>b__14_6()
at ExileCore.Shared.Cache.CachedValue`1.get_Value()
at ExileCore.PoEMemory.MemoryObjects.IngameData.get_AreaDimensions()
at Radar.Radar.AreaChange(AreaInstance area) in Radar\Radar.cs:line 54
at ExileCore.Shared.PluginWrapper.AreaChange(AreaInstance area)
2023-09-05 07:20:44.106 +02:00 [ERR] AutoOpen, Render -> System.NullReferenceException: Object reference not set to an instance of an object.
at AutoOpen.AutoOpen.open()
at AutoOpen.AutoOpen.Render()
at ExileCore.Shared.PluginWrapper.Render()