Closed
Bug 25101
Opened 25 years ago
Closed 25 years ago
Installer fails at 'initialization'
Categories
(SeaMonkey :: Installer, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: agracebush, Assigned: dougt)
References
Details
Steps to reproduce:
1. download seamonkey32e.exe (build 2001012610)
2. run seamonkey32e.exe (enter data, download...)
Actual result: at initialize phase error pops up:
'31:could not load c:\windows\temp\core.ns\bin\xpistub.dll'
file does exist and temp is set
Still happening with this afternoon's builds:
ftp://sweetlou/products/client/5.0x/windows/32bit/x86/2000-01-27-15-M14/seamonke
y32e.exe
ftp://sweetlou/products/client/5.0x/windows/32bit/x86/2000-01-27-16-M14/seamonke
y32e.exe
Dan and I think we found the problem. It looks like xpcom.dll (which
xpistub.dll uses) links and calls GetFilesAtrtributesEx() which does not exists
on a Win95 system (only Win98 and newer).
All the calls are done in nsLocalFileWin.cpp. See:
http://lxr.mozilla.org/seamonkey/search?string=getfileattributesex
reassigning this bug to dougt.
Assignee: ssu → dougt
Assignee | ||
Comment 3•25 years ago
|
||
fix checked in.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•