Closed
Bug 6167
Opened 26 years ago
Closed 26 years ago
Failure to load
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
VERIFIED
INVALID
M6
People
(Reporter: wes, Assigned: ftang)
Details
On a Performa 6214 (PPC 603) running MacOS 8.1, viewer.app (of the M5 release)
failed to load, giving an error message saying that the ATSUnicodeLib could not
be found.
On a beige G3 (MacOS 8.5.1), I didn't have this problem. On that computer, the
ATSUnicodeLib is found only in MPW:Interfaces&Libraries:SharedLibraries: (I
just happen to have MPW installed on that machine).
Putting the ATSUnicodeLib on the Performa, either in the System:Extensions
folder, or in the Mozilla folder itself failed to solve the prob
Updated•26 years ago
|
Assignee: rickg → beard
Severity: blocker → critical
Updated•26 years ago
|
Assignee: beard → ftang
Component: Viewer App → Internationalization
Target Milestone: M6
Comment 1•26 years ago
|
||
ATSUI doesn't run on Mac OS 8.1, that's why the library won't load. There may be
a solution for this in the future. We should be able to wink link against the
library, and check for the existence of ATSUI, if we have alternate code paths
to go down. Reassigning to international group.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Comment 3•26 years ago
|
||
The OS 8.1 out-of-the-box is not supported, you need 8.5 to run the current
builds. By the time 5.0 is released, we'll offer a compatibility with 8.1 through
CarbonLib from Apple.
Closing as Invalid.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•