Closed GoogleCodeExporter closed 9 years ago
Obviously it works for most people, so you'll have to turn on logging to see
what the problem is, as described on the mozilla addons page:
"If you encounter problems, turn on logging by typing about:config in the
address bar, then searching for signon.debug and setting it to true. Log output
can be found by selecting Tools->Error Console from the menu."
Hopefully that will shed some light on what the specific problem here is.
Original comment by jfitz...@gmail.com
on 28 Aug 2012 at 10:40
After getting log files from Nico, I discovered a null pointer exception was
obscuring the real error message. After fixing that, it turned out that his
Firefox binary had been modified and was no long validating. Deleting and
reinstalling the Firefox binary solved the problem.
When Firefox is signed and valid, then this:
codesign -vvvv /Applications/Firefox.app
Should output the following:
/Applications/Firefox.app: valid on disk
/Applications/Firefox.app: satisfies its Designated Requirement
The fix for the null pointer exception is included in this change:
http://code.google.com/p/mozilla-keychain/source/detail?r=f06332c3a7d3650eeb8c01
780ab1d2e6210dcd4c
Original comment by jfitz...@gmail.com
on 11 Dec 2012 at 12:48
Original issue reported on code.google.com by
nico.k...@gmail.com
on 27 Aug 2012 at 8:45