Anyone familar with the error -25390? Best that I can guess is that it deals with the installed scripting addition and/or AppleEvent Server. When I got the error and went to identify the problem in the script, all the calls to scripting additions or apple events where in the scrambled <> type. This should read beep 3.
I would like to figure out how to fix this problem, since it is occuring on a script and computer that has been running with no changes to it for 6 months!
Found the cause:
Someone incorrectly saved a text file as a TIFF file. This was showing up as a 1k File and when trying to open the file, the script would error. Deleting the file fixed the problem and the scripted processed down the line.
Complicated problem:
I don’t know what has happened to the machine but now it will not compile any script.
No matter the script I get this error:
-2741 Expected but found .
All Apple Event calls look like so - <>
No matter if a new script or an old one.
Did something get changed?