by Patrick Stadelmann <Patrick.Stadelmann@[EMAIL PROTECTED]
>
Jul 2, 2007 at 10:49 AM
In article <f6996g$2k7$1$8300dec7@[EMAIL PROTECTED]
>,
Simon Slavin <slavins.delete.these.four.words@[EMAIL PROTECTED]
>
wrote:
> I have an AppleScript Studio application which is used by many people in
> many countries. Consequently I get all sorts of weird bugs re****ted due
> to people having different setups: different languages set, different
> system preferences, and other unusual things.
>
> I've tracked a problem down to some of my users using FileVault. My
> AppleScript uses 'container of'. It fails with an error -1728 for users
> who use FileVault (encrypted home folders). Error -1728 is a runtime
> error: the runtime library doesn't agree with the compiler on how to use
> an event. It should never happen.
>
> This code /always/ if the do***ent is inside a FileVault home folder.
It
> doesn't fail for other users.
>
> Does anyone have any ideas ?
FileVault home folders are actually contained in a different volume,
mounted in /Users. This is hidden if you use POSIX path, but if using
traditional HFS path or AppleScript references ( folder ... of disk
.....) this can cause some problems, although I would rather expect "file
not found" kinds of error.
Patrick
--
Patrick Stadelmann <Patrick.Stadelmann@[EMAIL PROTECTED]
>