Open Bug 1270890 Opened 8 years ago Updated 2 years ago

NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) in browser console

Categories

(Toolkit :: General, defect)

49 Branch
defect

Tracking

()

Tracking Status
firefox49 --- affected

People

(Reporter: kjozwiak, Unassigned)

Details

I'm not sure if this is a bug but I'm seeing the following error in the browser console when launching a new installation of m-c. The error only appears the first time you launch m-c and won't appear after that.

NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get] XULStore.js:66

STR:

* install a new instance of m-c
* once installed, open the browser console and you'll notice the above error
* close/reopen m-c and you'll notice that the error doesn't appear anymore
Maybe the profile is somehow not initialized yet?
Component: XUL → Startup and Profile System
Product: Core → Toolkit
XULStore.js seems to assume that there will be a profile when it is loaded, which is definitely not true in some cases. But we do know where the profile will be using the key ProfDS instead of ProfD, so that may be the better thing to use here.
Component: Startup and Profile System → General
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.