Hi everyone. Since a discussion about the error
"NSReceiverEvaluationScriptError: 4 (1)" has come up I was hoping
someone might have some insight into a vexing problem that I can't
solve.
I have an application that I've worked on for a while which can be found at:
It runs fine on my own machines in OS X 10.2.8 through OS X 10.4.3.
No problems or error at all. In fact, for almost everyone it seems to
run fine.
Two users who are also using OS X 10.4 have written to me describing
the "NSReceiverEvaluationScriptError: 4 (1)".
I traced it to a a set of commands I issues where I change the names
of the menu items such as:
---------
set title of menu item 2 of sub menu of menu item 1 of main menu to
myOwnTextVariable
---------
I can't replicate this error on my machine, and each of the users
described the error with those types of commands being issued, but
not necessarily the same line of code.
Both users were running, among other various things, the following
applications:
Script Menu (Apple)
Growl
Application Enhancer
(These three seemed to be a common denominator among them both). But
when one of them claimed he turned them off, the error still appeared.
Without even being able to replicate the error it's very hard to
resolve. Has anyone ever had a similar experience or can anyone
provide any suggestions for a solution?