Re: Strange 9.1 errors

From: Paul Berkowitz (berkowit@SILCOM.COM)
Date: Fri May 25 2001 - 01:49:28 AEST


On 5/24/01 6:43 AM, "Allan Greenier" <agreenier@SNET.NET> wrote:

> I have  a script which I developed for a client On OS 9.0.
>=20
> It seems to have broke in 9.1. Does anyone have a clue what's going on?
>=20
> Error messages:
>=20
> <<Script>> doesn't understand the <<event sysotfl>> message
>=20
> I clicked 'edit' and the error appears in the subroutine "on
> parseNumberNameFromFileName" . I've pasted this routine below.
>=20
> also (=ABevent sysooffs=BB given =ABclass psof=BB:"-",
> =ABclass psin=BB:folderName)
>=20
>=20
> At first I thought the client "lost" an osax on upgrade, but the
> fact these errors start with sys seem to belie that theory.
>=20
> Routine below....all "vanilla" applescript


It's _not_ all vanilla applescript. It uses an osax, namely 'offset', which
is not a 3rd-party osax, it's part of Apple's Standard Additions. Standard
Additions 1.5.5 which come with OS 9.1 require that you leave all the
Security modules in the Extensions folder. You have evidently removed them.

The best fix is to use Software Update control panel to upgrade to
AppleScript 1.6, which will also upgrade Standard Additions to 1.6. v1.6 ha=
s
other improvements too. With 1.6, only the 'mount volume' command, not all
the other Standard Additions such as 'offset', need the security extensions=
.

--=20
Paul Berkowitz

------------------------------



This archive was generated by hypermail 2b29 : Sun May 27 2001 - 12:00:29 AEST