Closed
Bug 383402
Opened 18 years ago
Closed 18 years ago
"Error / Exception / NS_ERROR_XPC_BAD_IID / nsIJSCID.getService / msgViewPickerOverlay.js :: RefreshCustomViewsPopup :: line 334"
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
seamonkey2.0a1
People
(Reporter: sgautherie, Assigned: mcsmurf)
References
Details
(Keywords: regression)
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a6pre) Gecko/2007060502 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
1. Open MailNews.
2. Get "default app" dialog. (I think this step is not needed.)
{{
Error: [Exception... "Component returned failure code: 0x80570018 (NS_ERROR_XPC_BAD_IID) [nsIJSCID.getService]" nsresult: "0x80570018 (NS_ERROR_XPC_BAD_IID)" location: "JS frame :: chrome://messenger/content/msgViewPickerOverlay.js :: RefreshCustomViewsPopup :: line 334" data: no]
Source File: chrome://messenger/content/msgViewPickerOverlay.js
Line: 334
}}
This regressed a few days ago, at most; within/after SMv2 switch time.
PS: The error is the same kind as bug 382438.
Reporter | ||
Comment 1•18 years ago
|
||
Step 2 _is_ unneeded:
same error with a profile without a MailNews account,
when getting the Account Wizard dialog.
Comment 2•18 years ago
|
||
Opps, looks like the first patch bug 382566 removed too much :-(
@@ -515,16 +510,13 @@
bin\components\nsSetDefaultMail.js
bin\components\nsUnsetDefaultMail.js
;these Palm Sync files are conditionally built so would not exist unless built
-bin\mozABConduit.dll
-bin\PalmSyncProxy.dll
-bin\PalmSyncInstall.exe
-bin\components\palmsync.dll
-bin\components\palmsync.xpt
-bin\components\bayesflt.dll
-bin\components\mailview.dll
-bin\components\mailview.xpt
-bin\components\offlineStartup.js
-bin\palm.html
+bin\extensions\p@m\install.rdf
+bin\extensions\p@m\mozABConduit.dll
+bin\extensions\p@m\PalmSyncInstall.exe
+bin\extensions\p@m\PalmSyncProxy.dll
+bin\extensions\p@m\palmsync.dll
+bin\extensions\p@m\palmsync.xpt
+bin\extensions\p@m\defaults\preferences\palmsync.js
These items shouldn't have been removed:
-bin\components\bayesflt.dll
-bin\components\mailview.dll
-bin\components\mailview.xpt
-bin\components\offlineStartup.js
Blocks: 382566
Assignee | ||
Updated•18 years ago
|
Comment 3•18 years ago
|
||
This should be fixed in today's nightly (when it gets generated) by the second patch on bug 382566. Please can you recheck when it appears. Thanks.
Reporter | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•18 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a6pre) Gecko/2007060614 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
V.Fixed.
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•18 years ago
|
Component: MailNews: Main Mail Window → Installer
You need to log in
before you can comment on or make changes to this bug.
Description
•