Re: NSAppleScript - compileAndReturnError always breaks with EXC_BAD_ACCESS

2008-07-16 Thread Alex Wied
I've found the setting which causes the error below and thought I post the result in case somebody else runs into the same error. In menu Run disable setting Enable Guard Malloc and the scripts runs fine without any exceptions. -Alex On Jul 6, 2008, at 12:44 AM, Alex Wied wrote:

Re: NSAppleScript - compileAndReturnError always breaks with EXC_BAD_ACCESS

2008-07-16 Thread Jens Alfke
On 16 Jul '08, at 12:55 AM, Alex Wied wrote: I've found the setting which causes the error below and thought I post the result in case somebody else runs into the same error. In menu Run disable setting Enable Guard Malloc and the scripts runs fine without any exceptions. You should file

NSAppleScript - compileAndReturnError always breaks with EXC_BAD_ACCESS

2008-07-05 Thread Alex Wied
Greetings, I have a trivial AppleScript that I would like to compile and run under Objective-C. When I try to compile or execute it via compileAndReturnError or executeAndReturnError I'm permanetly receiving a EXC_BAD_ACCESS. Here's my code: === CODE START === - (IBAction)

Re: NSAppleScript - compileAndReturnError always breaks with EXC_BAD_ACCESS

2008-07-05 Thread Matt Neuburg
On Sun, 6 Jul 2008 00:44:19 +0200, Alex Wied [EMAIL PROTECTED] said: Greetings, I have a trivial AppleScript that I would like to compile and run under Objective-C. When I try to compile or execute it via compileAndReturnError or executeAndReturnError I'm permanetly receiving a EXC_BAD_ACCESS.