Closed
Bug 422213
Opened 17 years ago
Closed 16 years ago
failure in chrome registration if multiple extensions are being updated
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: aryx, Unassigned)
Details
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9b5pre) Gecko/2008031109 Minefield/3.0b5pre - Build ID: 2008031109
During the last weeks, I have seen the following problem multiple times:
0. Minefield update: Clicked restart now.
1. Got the "New Add-on updates available" pop-up.
2. Downloaded the updates.
3. Got the following error message: Minefield could not install this item because of a failure in Chrome Registration. Please contact the author about this problem.
( http://mxr.mozilla.org/firefox/source/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.properties#75 )
All add-on updates installed fine, but the compatibility updates for extensions got lost (which bump the maxVersion).
The last time this happened was after upgrading from yesterday's today's nightly and upgrading IE Tab, View Dependencies, MR Tech Toolkit 6.0a22 to 6.0a23 and Searchbar Autosizer.
Comment 1•17 years ago
|
||
Anything in extensions.log?
Reporter | ||
Comment 2•17 years ago
|
||
2008-03-11 19:37:17 - upgradeExtensionChrome: failed for extension usummarybuilder@squio.nl - why not convert to the new chrome.manifest format while you're at it? Failure exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.create]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///F:/Software/Browser/Firefox%20Trunk/components/nsExtensionManager.js :: anonymous :: line 1782" data: no]
This is the Microsummary Generator Builder extension, but it isn't compatible with the trunk at all.
Comment 3•17 years ago
|
||
That's not one of the extensions that got updated right?
Comment 4•17 years ago
|
||
Also is the extension working ok at the moment and do you see a chrome.manifest file in it's directory in <profile>/extensions/usummarybuilder@squio.nl ?
Reporter | ||
Comment 5•17 years ago
|
||
Yes, this didn't get updated. It is in active because it is incompatible.
The problem is: The file manager shows the chrome.manifest with 212 bytes, but if I open it in the editor, it tells me that the file doesn't exist.
Comment 6•17 years ago
|
||
(In reply to comment #5)
> Yes, this didn't get updated. It is in active because it is incompatible.
>
> The problem is: The file manager shows the chrome.manifest with 212 bytes, but
> if I open it in the editor, it tells me that the file doesn't exist.
Ok that makes some sense. From the EM's point of view it believes the file doesn't exist and then fails when it tries to create it. I suggest you should run a disk check, I suspect that file is just corrupt.
The reason this extension is even getting touched by the upgrade is a side effect of bug 415175
Assignee | ||
Updated•16 years ago
|
Product: Firefox → Toolkit
Comment 7•16 years ago
|
||
Did anything come of the disk check?
Comment 8•16 years ago
|
||
I'm fairly confident that the real problem here was a disk error and in that case there isn't a lot we can do to make everything work correctly. If this isn't the case then please reopen.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•16 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•