Hi all,

I am running Growl 1.3.3 with growlnotify 1.3. I am using autotest for
Ruby development, with the autotest-growl plugin, and everytime
autotest tries to push a notification, I get the following crash:


2012-02-15 10:46:41.026 growlnotify-1.3[4452:1a03] *** Terminating app
due to uncaught exception 'NSInvalidArgumentException', reason: '-
[__NSCFDictionary setObject:forKey:]: attempt to insert nil value
(key: NSBundleInitialPath)'
*** First throw call stack:
(
        0   CoreFoundation                      0x00007fff8cf0e286
__exceptionPreprocess + 198
        1   libobjc.A.dylib                     0x00007fff902eed5e
objc_exception_throw + 43
        2   CoreFoundation                      0x00007fff8cf0e0ba +
[NSException raise:format:arguments:] + 106
        3   CoreFoundation                      0x00007fff8cf0e044 +
[NSException raise:format:] + 116
        4   CoreFoundation                      0x00007fff8cecb29b -
[__NSCFDictionary setObject:forKey:] + 219
        5   Foundation                          0x00007fff8ba6cde5 +[NSBundle
mainBundle] + 399
        6   growlnotify-1.3                     0x000000010f08fab7
growlnotify-1.3 + 39607
        7   growlnotify-1.3                     0x000000010f0934d8
growlnotify-1.3 + 54488
        8   growlnotify-1.3                     0x000000010f091a79
growlnotify-1.3 + 47737
        9   libdispatch.dylib                   0x00007fff8da0c2b6
_dispatch_source_invoke + 635
        10  libdispatch.dylib                   0x00007fff8da08f77
_dispatch_queue_invoke + 71
        11  libdispatch.dylib                   0x00007fff8da090d4
_dispatch_queue_drain + 210
        12  libdispatch.dylib                   0x00007fff8da08f66
_dispatch_queue_invoke + 54
        13  libdispatch.dylib                   0x00007fff8da08760
_dispatch_worker_thread2 + 198
        14  libsystem_c.dylib                   0x00007fff9201f3da
_pthread_wqthread + 316
        15  libsystem_c.dylib                   0x00007fff92020b85
start_wqthread + 13
)
terminate called throwing an exception/Users/yemartin/.rvm/gems/
ree-1.8.7-2011.03/gems/autotest-growl-0.2.16/growl/growlnotify: line
8:  4452 Abort trap: 6           $0-1.3 "$@"



FYI, the content of /gems/autotest-growl-0.2.16/growl/growlnotify is:

#!/bin/bash

for application in "Growl" "GrowlHelperApp"; do
  version=`osascript -e "get version of application \"$application\""
2>/dev/null`
  if [ $? -eq 0 ]; then break; fi
done

case "$version" in
  "")
    echo "Growl not found: please install Growl and try again"
    exit 1
    ;;
  1.[012]*)
    $0-1.1.5 "$@"
    ;;
  *)
    $0-1.3 "$@"
    ;;
esac


Is there anyway we can fix that?


Thank you,

--
Yves-Eric

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to