fastsupply / growl

Automatically exported from code.google.com/p/growl
0 stars 0 forks source link

Growl framework crash in looking for something in a bundle #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Unknown.

What is the expected output?
Launch an application.

What do you see instead?
From HardwareGrowler:

---
Application Specific Information:
objc_msgSend() selector name: pathForResource:ofType:

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff811112b6 objc_msgSend_fixup + 114
1   com.growl.growlframework        0x0000000100010d30 +[GrowlApplicationBridge 
_launchGrowlIfInstalledWithRegistrationDictionary:] + 277
2   com.growl.growlframework        0x000000010000f7fe +[GrowlApplicationBridge 
setGrowlDelegate:] + 790
3   com.growl.hardwaregrowler       0x00000001000023b2 -[AppController 
awakeFromNib] (AppController.m:623)

---

This crash log, and a similar one for GrowlTunes, were provided by Harry 
Flaxman:

<http://groups.google.com/group/growldiscuss/browse_frm/thread/5a761b53662ead8e/
cbf3294775e8387d>

In that message, he suggests that the problem may be related to FileVault.

Original issue reported on code.google.com by prhgr...@gmail.com on 10 Jan 2011 at 7:05

GoogleCodeExporter commented 9 years ago
Same issue is occuring for me too... but for me FileVault is not ON. So it may 
be beacuse of other issues.

Crash log is below...
============

2011-02-09 21:58:58.513 tryIt[35053:a0f] *** Terminating app due to uncaught 
exception 'NSInvalidArgumentException', reason: '-[NSCFString 
pathForResource:ofType:]: unrecognized selector sent to instance 0x445ec0'
*** Call stack at first throw:
(
    0   CoreFoundation                      0x98a8e6ba __raiseError + 410
    1   libobjc.A.dylib                     0x93be8509 objc_exception_throw + 56
    2   CoreFoundation                      0x98adb90b -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
    3   CoreFoundation                      0x98a34c36 ___forwarding___ + 950
    4   CoreFoundation                      0x98a34802 _CF_forwarding_prep_0 + 50
    5   Growl-WithInstaller                 0xc000302e +[GrowlApplicationBridge _launchGrowlIfInstalledWithRegistrationDictionary:] + 302
    6   Growl-WithInstaller                 0xc000129b +[GrowlApplicationBridge setGrowlDelegate:] + 975

Original comment by anoopjoe...@gmail.com on 9 Feb 2011 at 4:53

GoogleCodeExporter commented 9 years ago
Fixed by [51b12f1c6556].

Original comment by prhgr...@gmail.com on 12 Mar 2011 at 4:03

GoogleCodeExporter commented 9 years ago
This looks like it is the same problem (growlPrefPaneBundle uninitialized), 
just with a different symptoms. Both fixes together should solve it.

Original comment by prhgr...@gmail.com on 15 Mar 2011 at 4:41