I have an STM32cubeIde 1.16.0 project.
When I launch ApplicationTemplate.touchgfx.part, I get the following error in the log file:
2025-05-15 10:35:12,492 [1] ERROR TouchGFXDesigner.App: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at TouchGFXDesigner.Main.Project.Configuration.FeatureConfig.FeatureConfigCategory.UncheckFeaturesBasedOnSTMFamily(IEnumerable`1 allFeatures, String family, String subFamily)
at TouchGFXDesigner.Main.Project.Configuration.FeatureConfig.FeatureConfigCategory.InitializeFeatureGroups()
at TouchGFXDesigner.Main.MainWindowViewModel.InitializeFeatureGroupsWhenCreatingNewProject()
at TouchGFXDesigner.Main.MainWindowViewModel.LoadApplication(LoadApplicationEvent loadApplicationEvent)
at ApplicationEvents.ApplicationEvent.Raise[T](T args)
How do I solve this?