Bug #178
Adobe Unit Types.osax causes applescripts to fail
| Status: | New | Start: | 08/31/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Resolution: |
Description
Looks like Adobe's Adobe Unit Types.osax makes applescript shell geeklets to fail
History
Updated by Charles H. Pence 316 days ago
They aren't failing -- they're just printing out a really annoying warning message to the console (at least, that's what's happening on my 10.6 machine). The warning is harmless, as far as I can tell, except that it clogs your log files.
Updated by Carsten Lorenz 221 days ago
This might help: Adobe installs some 32-bit extensions to AppleScript. When starting AppleScript with osascript it fails. To prevent this, you have to start it as a 32-bit app:
$ arch -i386 osascript -l AppleScript ...