Page 1 of 1

Coolterm Scripts Mac OS Sequoia(15.2)

Posted: Fri Jan 31, 2025 7:17 pm
by mdilling
None of the AppleScripts will run. The all give the following error: "Syntax Error The application has a corrupted dictionary.".

Re: Coolterm Scripts Mac OS Sequoia(15.2)

Posted: Sun Feb 02, 2025 8:01 pm
by roger
Hmm, it looks like a couple of quotation marks made into the definitions in v2.3.0 (previous versions don't have this issue).

Here is how you can fix it:

- Right-click the CoolTerm app and select "Show Package Contents"
- Navigate to the following file and open it with a text editor: Contents/Resources/Resources.sdef
- Replace "Clear Data" (with quotation marks) in the DisplayOn command definition with 'Clear Data' (i.e. replace the quotation marks with apostrophes, and save the file.

That should fix this issue. Let me know if it worked.

Sorry about that. This will be fixed in the next release.