TouchGFX Designer crush: Object reference not set to an instance of an object.
Hello! Please, help me to recover from designer crush.
I open my .touchgfx file in the designer (4.22.0), and it opens fine, but with a yellow dot next to Texts tab. (I re-installed some fonts that were used by the application before). But when I press on the Texts, the Designer closes. The designer log then looks like this:
2023-09-28 11:32:40,191 [23] 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.Texts.CalculateLineHeight.HashLanguageSetting(LanguageSetting languageSetting)
at TouchGFXDesigner.Main.Project.Texts.CalculateLineHeight.Execute()
at TouchGFXDesigner.Main.Project.Texts.FontLineHeightCalculator.Monitor()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
How can I fix it?
And another question: if .touchgfx get removed from the project, is there a way to "reverse-generate" a .touchgfx file from the files that exist in "generated" folder?
