Very Important CS5 scripting notice!!

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
User avatar
lloydalvarez
Enhancement master
Posts: 460
Joined: June 17th, 2004, 9:27 am
Location: New York City, NY
Contact:

If you use osascript in your scripts they will cause a hard crash in CS5 and OSX 10.6.2

To fix the problem you need to prefix it with arch -i386:

Code: Select all

arch -i386 osascript
I strongly urge everyone to update their scripts now before CS5 becomes widespread

-Lloyd
Post Reply