2025-05-15 7:32 AM
After adding in the .ioc file, in software package, Touch GFX and enabled grafic applications. when I try to lunch ApplicationTemplate.touchgfx.part i receive the following error message. Brlow i also put the content of the log file
Sorry - something unexpected has happened which caused an error to occur in the Designer.
For more information, see the log file located at: C:\Users\vdalessandro\AppData\Roaming\TouchGFX-4.25.0\TouchGFXDesigner.log
Please consider reporting this bug and steps to reproduce it at the TouchGFX Help Center so it can be fixed in a future version.
You can find the Help Center here: https://community.st.com/touchgfx
Error: Object reference not set to an instance of an object.
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)
at TouchGFXDesigner.Main.MainWindowViewModel.ViewLoaded(FileInfo file)
at TouchGFXDesigner.Main.MainWindow.MainView_OnLoaded(Object sender, RoutedEventArgs e)