brettpoole / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Uncaught exception when opening preferences #452

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When trying to open the preferences in b2, an uncaught exception occurred. The 
tab it is trying to open is the applications tab. If you open the preferences a 
second time, it opens but the apps tab is blank. 

Switch tabs, and switch back and then the applications tab is populated.

Original issue reported on code.google.com by ch...@growl.info on 20 Feb 2012 at 3:38

Attachments:

GoogleCodeExporter commented 8 years ago
Looks like this isn't anything to do with the preference pane.  This looks more 
like the plugin system puking when trying to load a plugin, either something 
similar to the case sensitive issue in 1.3.2, or another thing which we aren't 
protecting properly against.

Original comment by dan...@growl.info on 20 Feb 2012 at 4:13

GoogleCodeExporter commented 8 years ago
After investigating, the cause was a growlView (a copy of bezel) which had only 
a de.lproj folder inside it with a localizable.strings.  Marking as a duplicate 
and closing, we need better plugin loading protection, but thats already 
covered by issue #91, and will likely be resolved with the new plugin system 
that is in the works for 2.0.  

Original comment by dan...@growl.info on 20 Feb 2012 at 4:54