Closed
Bug 266149
Opened 20 years ago
Closed 20 years ago
[trunk] Installer fails (xpcom_core.dll not found)
Categories
(Firefox :: Installer, defect)
Tracking
()
VERIFIED
FIXED
Future
People
(Reporter: bugzilla, Assigned: darin.moz)
Details
(Keywords: hang, regression)
Attachments
(1 file)
|
788 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041025 Firefox/0.9.1+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041026 Firefox/0.9.1+ The install cannot complete. The error "The dynamic link library xpcom_core.dll could not be found in the specified path" (followed by my system's path) occurs and the install hangs. Reproducible: Always Steps to Reproduce: 1. Works in the 2004102507 build. Broken in the 2004102607 build.
| Reporter | ||
Comment 1•20 years ago
|
||
Tried in on a WinXP system, got an error 'Could not load xpistub.dll' and the installer hangs again.
Keywords: hang,
regression
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
Confirm this on Windows 2000, using FirefoxSetup.exe from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ build date: 26-Oct-2004 10:51
Comment 3•20 years ago
|
||
This problem also arises installing the latest Mozilla build [Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041026]. However, it appears that the installation really only stalls when it is trying to launch Mozilla after putting the files in place. The unfound file does appear at C:\Program Files\Common Files\mozilla.org\GRE\1.8a5_2004102604\xpcom_core.dll but Mozilla does not find it. Placing a copy of this file in the Mozilla program folder ends the problem. (Note if relevant that my copy of the Mozilla program is not in the default location.) Suggests an issue with where the file is placed or where Mozilla expects it?
| Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) > This problem also arises installing the latest Mozilla build [Mozilla/5.0 > (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041026]. Bug 266214 opened for that.
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → After Firefox 1.0
| Assignee | ||
Comment 6•20 years ago
|
||
FYI, my fix for bug 266214 should not help here.
| Assignee | ||
Comment 7•20 years ago
|
||
This patch should fix the problem. I somehow forgot to add a line for xpcom_core.dll to the static build packaging manifest :-( I went ahead and applied this fix to the trunk to hopefully make tomorrow's builds work properly.
| Assignee | ||
Comment 8•20 years ago
|
||
marking FIXED
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
QA Contact: bugzilla → installer
You need to log in
before you can comment on or make changes to this bug.
Description
•