Skip to main content
LucaCMA
Associate II
December 11, 2019
Question

Hello, I can't open my TouchGFX project. The message that appears is the following "reference to an object not set on an object instance" Can you help me? Regards, Luca

  • December 11, 2019
  • 16 replies
  • 2865 views

..

This topic has been closed for replies.

16 replies

Martin KJELDSEN
Principal III
January 23, 2020

Can you guys check if you're using a Set Text action in your interactions ?

/Martin

Martin KJELDSEN
Principal III
January 23, 2020

@LucaCMA​ i took your project and removed the SetText actions from the .touchgfx json file and that allowed the project to be opened in 4.12.3 (and also upgraded to 4.13.0). Here's an example of how that looks, from your project. We thought we'd fixed that issue, but it appears to also be in 4.13.0.

{
 "InteractionName": "Interaction1",
 "HasCompletedTrigger": false,
 "Trigger": {
 "TriggerComponent": "btn_cup_r2_c2",
 "Type": "TriggerClicked"
 },
 "Action": {
 "TextId": "SingleUseId118",
 "ActionComponent": "txt_countdown_erog_r2_c1",
 "Type": "ActionSetText"
 }
 }

/Martin

ODada.1
Visitor II
July 16, 2020

I have this error come up too. I'm using the latest version 4.13.0. I need help with this please.

ODada.1
Visitor II
July 27, 2020

@Alexandre RENOUX  @Romain Dieleman @Martin KJELDSEN​ can someone please help?