Hi!
I also stopped running the program Skyroof 1.19
I have already uninstalled the previous version 1.18, which I had started with an error, but worked.
Cleaned out the Data folder.
It didn't help.
When it was version 1.17, it started without errors and worked.
The error from the startup log of version 1.19 is given below.
2025-08-18 12:56:17.555 +03:00 [INF] Starting SkyRoof, Version=1.19.0.0, Culture=neutral, PublicKeyToken=null
2025-08-18 12:56:18.051 +03:00 [INF] Screen resolution: 1920x1080
2025-08-18 12:56:18.154 +03:00 [FTL] Application terminated unexpectedly
Newtonsoft.Json.JsonReaderException: Invalid property identifier character: ,. Path '[4].commands.setup_split', line 115, position 26.
at Newtonsoft.Json.JsonTextReader.ParseProperty()
at Newtonsoft.Json.JsonTextReader.ParseObject()
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty 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)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
at SkyRoof.CatControlEngine.BuildRadioInfoList() in D:\a\SkyRoof\SkyRoof\SkyRoof\CAT\CatControlEngine.cs:line 44
at SkyRoof.Settings.SetDefaults() in D:\a\SkyRoof\SkyRoof\SkyRoof\Settings\Settings.cs:line 77
at SkyRoof.Settings.LoadFromFile() in D:\a\SkyRoof\SkyRoof\SkyRoof\Settings\Settings.cs:line 62
at SkyRoof.MainForm..ctor() in D:\a\SkyRoof\SkyRoof\SkyRoof\Forms\MainForm.cs:line 36
at SkyRoof.Program.Main() in D:\a\SkyRoof\SkyRoof\SkyRoof\Program.cs:line 17
2025-08-18 12:56:18.166 +03:00 [INF] Stopping SkyRoof