Open Bug 960377 Opened 11 years ago Updated 11 years ago

xpconnect exception error on startup

Categories

(SeaMonkey :: Startup & Profiles, defect)

x86
Windows Vista
defect
Not set
normal

Tracking

(Not tracked)

People

(Reporter: ewong, Unassigned)

Details

Getting the following errors:

************************************************************
* Call to xpconnect wrapped JSObject produced this error:  *
[Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED)
 [nsIPrefBranch.getBoolPref]"  nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)"  location: "JS frame :: resource:///modules/Sanitizer.jsm :: Sanitizer.checkSettings :: line 92"  data: no]
************************************************************

************************************************************
* Call to xpconnect wrapped JSObject produced this error:  *
[Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED)
 [nsIPrefBranch.getBoolPref]"  nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)"  location: "JS frame :: file:///H:/mozprgs/devtools/objdir-sm/mozilla/dist/bin/components/nsSuiteGlue.js :: SuiteGlue.prototype._onBrowserStartup :: line 358"  data: no]
************************************************************

STR:
1) Start SeaMonkey trunk with console:
  seamonkey.exe -console -no-remote -purgecaches

First one stems from:
http://mxr.mozilla.org/comm-central/source/suite/modules/Sanitizer.jsm#92

92  if (this._prefs.getBoolPref("sanitizeOnShutdown") &&
93         !this._prefs.prefHasUserValue("didShutdownSanitize"))

I don't have "sanitizeOnShutdown" in about:config

Second one stems from:
http://mxr.mozilla.org/comm-central/source/suite/common/src/nsSuiteGlue.js#358

358 if (Services.prefs.getBoolPref("plugins.update.notifyUser"))
359       this._showPluginUpdatePage(aWindow);

I don't have "plugins.update.notifyUser" in about:config
> I don't have "plugins.update.notifyUser" in about:config
You should have. It was added in March 2011 via Bug 521159.
Try CLOBBERing your objdir.
You need to log in before you can comment on or make changes to this bug.