Closed
Bug 700104
Opened 14 years ago
Closed 12 years ago
add on builder helper fails to install
Categories
(addons.mozilla.org Graveyard :: Add-on Builder, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: d_jan, Assigned: dbuchner)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
tried to (re)install the add-on-builder helper. Previously, the add on was listed as installed but failed to work. (On Firefox 7.01/WinXP SP3)
Actual results:
On the add-on page was a "While installing add-on-builder helper an error occurred" and the error console threw a
"Warnung: WARN addons.manager: InstallListener threw exception when calling onInstallFailed: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIFile.isDirectory]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: resource:///modules/XPIProvider.jsm :: <TOP_LEVEL> :: line 7326" data: no]
Quelldatei: resource:///modules/XPIProvider.jsm
Zeile: 7326"
Component: General → Add-on Builder
Product: Add-on SDK → addons.mozilla.org
QA Contact: general → add-on-builder
Comment 1•14 years ago
|
||
Can you still reproduce this?
| Assignee | ||
Comment 2•14 years ago
|
||
I have not been able to reproduce this; Jan D, can you?
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → dbuchner
sorry, lost track of this. Yes, it still can be reproduced, firefox now (version 8) claims: "Add on Builder Helper can not be installed because the necessary file can't be changed.
Comment 4•14 years ago
|
||
The problem is that the pathname becomes too long (at least) during the install for some Windows systems.
Check bug 636268 for the full explanation about this bug.
Removing the unpack=true parameter would fix this. And since bug 638742 is now fixed, it should be feasible.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: All → Windows XP
Comment 5•12 years ago
|
||
The builder project has been discontinued as of April 1st, 2014.
The announcement last year: https://blog.mozilla.org/addons/2013/12/18/add-on-builder/
Next steps (still being written): https://developer.mozilla.org/en-US/Add-ons/SDK/Builder
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•11 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•