Anonymous | Login | 04-12-2021 12:15 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000184 | [Squeak] Any | minor | always | 09-24-04 02:28 | 01-07-05 20:55 | ||||
Reporter | andreas | View Status | public | ||||||
Assigned To | bert | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0000184: File not found messages before fonts are fixed | ||||||||
Description | Attached screenshot shows a notifier where the TTF fonts look "transposed". The effect happens when an image is shipped from a platform to one with opposite endianness and a notifier occurs before #restoreEndianness is executed. E.g., ShortPointArray, ShortRunArray etc. should probably #startUp before FileDirectory and friends (which bring up the notifier). | ||||||||
Additional Information | |||||||||
Attached Files |
![]() ![]() |
||||||||
|
![]() |
|
(0000240 - 1268 - 1582 - 1775 - 1775 - 1775 - 1775) MarcusDenker 10-07-04 23:42 |
Maybe this is related? Subject: [FIX] Moving images with TTCFonts between different endian platforms Author: Doug Way Date Posted: 10 March 2004 Archive ID: 20887 Comments: Just wanted to forward this to the list to get this into the BFAV. This may be preliminary and I haven't tested it yet, but it appears to be necessary in order to move an .image with TrueType fonts between Mac and PC. The fix clears the cache upon image save. - Doug -------- Original Message -------- Subject: Re: Endianness Date: Tue, 09 Mar 2004 16:17:46 -0800 From: Yoshiki Ohshima <Yoshiki.Ohshima@acm.org> To: Doug Way <dway@mailcan.com>, Ned Konz <ned@squeakland.org> References: <9C29B8A0-7203-11D8-A760-00306558B8E0@mailcan.com> Doug, The image copying issue suggests that we need to clear the cache upon saving. The attached changeset with two methods makes it work. And yes, generating base 64 encoded TTCFont is what is broken. I haven't looked at it yet... To summerize it, with Ned's ShortQuantitiesEndian.cs.gz and this TTCFontShutDown.1.cs, you can copy the images between a Mac and a PC. To make endian agnostic 'InstallBitstreamVera.cs', a fix to the TTCFont encoder is needed. Thank you, -- Yoshiki |
(0000626 - 59 - 59 - 59 - 59 - 59 - 59) MarcusDenker 11-09-04 13:29 |
I think this is fixed. (attached fix is already in 3.8beta) |
(0000694 - 21 - 21 - 21 - 21 - 21 - 21) andreas 11-16-04 09:18 |
The bug is not fixed. |
(0001010 - 251 - 251 - 251 - 251 - 251 - 251) bert 01-07-05 17:10 |
The attached shutdown fix fixes the wrong problem. It's the descriptions that have the endianness issue, not the cache. So the right fix would be to change the startup order as mentioned above. In fact, maybe we wouldn't even have to flush the cache. |
(0001011 - 29 - 29 - 29 - 29 - 29 - 29) bert 01-07-05 17:57 |
update 6539startupOrder-bf.cs |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
66 total queries executed. 40 unique queries executed. |