TTCFont DNU #fontArray

Giuseppe Luigi Punzi Ruiz glpunzi at lordzealon.com
Sat Oct 20 09:37:16 UTC 2007


#fontArray is part of TTCFontSet.

How can I solve this? Is a bug? I did it something wrong?


El 20/10/2007, a las 11:34, Giuseppe Luigi Punzi Ruiz escribió:

> Hi all,
>
> I have a 3.9 image with some packages installed from Universes.
>
> When I create a Morphic Project, and open it (or going to previous  
> Project to go to "root" from it) I get a DNU #fontArray
>
> Here are the debug log.
>
> ***** DEBUG LOG *****
>
> MessageNotUnderstood: TTCFont>>fontArray
> 20 October 2007 11:29:02 am
>
> VM: Mac OS - a SmalltalkImage
> Image: Squeak3.9 [latest update: #7068]
>
> SecurityManager state:
> Restricted: false
> FileAccess: true
> SocketAccess: true
> Working Dir /Users/glpunzi/Desarrollo/Imagen-Base
> Trusted Dir /foobar/tooBar/forSqueak/bogus
> Untrusted Dir /Users/glpunzi/Library/Preferences/Squeak/Internet/My  
> Squeak
>
> TTCFont(Object)>>doesNotUnderstand: #fontArray
> 	Receiver: TTCFont(BitstreamVeraSans 11 Roman)
> 	Arguments and temporary variables:
> 		aMessage: 	fontArray
> 	Receiver's instance variables:
> 		ttcDescription: 	a TTFontDescription('Bitstream Vera Sans')
> 		pointSize: 	11
> 		foregroundColor: 	Color blue
> 		cache: 	#(nil)
> 		derivatives: 	an Array(TTCFont(BitstreamVeraSans 11 Bold) TTCFont 
> (BitstreamVeraS...etc...
> 		fallbackFont: 	nil
> 		ascent: 	11.0
>
> Message>>sentTo:
> 	Receiver: fontArray
> 	Arguments and temporary variables:
> 		receiver: 	TTCFont(BitstreamVeraSans 11 Roman)
> 	Receiver's instance variables:
> 		selector: 	#fontArray
> 		args: 	#()
> 		lookupClass: 	TTCFont
>
> TTCFont(Object)>>doesNotUnderstand: #fontArray
> 	Receiver: TTCFont(BitstreamVeraSans 11 Roman)
> 	Arguments and temporary variables:
> 		aMessage: 	fontArray
> 	Receiver's instance variables:
> 		ttcDescription: 	a TTFontDescription('Bitstream Vera Sans')
> 		pointSize: 	11
> 		foregroundColor: 	Color blue
> 		cache: 	#(nil)
> 		derivatives: 	an Array(TTCFont(BitstreamVeraSans 11 Bold) TTCFont 
> (BitstreamVeraS...etc...
> 		fallbackFont: 	nil
> 		ascent: 	11.0
>
> Latin1Environment(LanguageEnvironment)>>isFontAvailable
> 	Receiver: a Latin1Environment
> 	Arguments and temporary variables:
> 		encoding: 	1
> 	Receiver's instance variables:
> 		id: 	en
>
>
> --- The full stack ---
> TTCFont(Object)>>doesNotUnderstand: #fontArray
> Message>>sentTo:
> TTCFont(Object)>>doesNotUnderstand: #fontArray
> Latin1Environment(LanguageEnvironment)>>isFontAvailable
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> Locale class>>switchAndInstallFontToID:
> Project>>finalEnterActions
> Project>>enter:revert:saveForRevert:
> ProjectViewMorph>>enter
> ProjectViewMorph>>mouseUp:
> ProjectViewMorph(Morph)>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> ProjectViewMorph(Morph)>>handleEvent:
> ProjectViewMorph(Morph)>>handleFocusEvent:
> [] in HandMorph>>sendFocusEvent:to:clear: {[ActiveHand := self.   
> ActiveEvent := anEvent.  result := focusHolder     han...]}
> [] in PasteUpMorph>>becomeActiveDuring: {[aBlock value]}
> BlockContext>>on:do:
> PasteUpMorph>>becomeActiveDuring:
> HandMorph>>sendFocusEvent:to:clear:
> HandMorph>>sendEvent:focus:clear:
> HandMorph>>sendMouseEvent:
> HandMorph>>handleEvent:
> HandMorph>>processEvents
> [] in WorldState>>doOneCycleNowFor: {[:h |  ActiveHand := h.  h  
> processEvents.  capturingGesture := capturingGest...]}
> Array(SequenceableCollection)>>do:
> WorldState>>handsDo:
> WorldState>>doOneCycleNowFor:
> WorldState>>doOneCycleFor:
> PasteUpMorph>>doOneCycle
> [] in Project class>>spawnNewProcess {[[World doOneCycle.   
> Processor yield.  false] whileFalse.  nil]}
> [] in BlockContext>>newProcess {[self value.  Processor  
> terminateActive]}
>
>




More information about the Squeak-dev mailing list