UI.vision creates an error code for the wrong mentioned line

Very odd, The playback of the macro is behind and gives the wrong line with an error. Line 67 error code is not line 67, its line 70… I check the source code and it is all fine… It refuses the accept the correct code on like 67…

The error:

ERROR: LINE 67: Image “niuoec_dpi_96.png” (conf. = 0.8) not found

when I jump to code on lijne 67 I get this:

{
“Command”: “XClick”,
“Target”: “voda_dpi_96.png”,
“Value”: “”,
“Description”: “”
},

this is the code on line 70:

{
“Command”: “XClick”,
“Target”: “niuoec_dpi_96.png@0.8”,
“Value”: “”,
“Description”: “”
},

when I run it again, same problem: The error line is incorrect:

Is there maybe an empty line somewhere in the code?

Yep I forgot to mention it here, but UI.vision makes text automatically grey if you only type in the middle, it gave me the impression it was a comment, which is was not.