Hi guys this is a follow up of the report of Justine (I could not type on Gmail) :) We got several crashes on - Pharo 50564 - Windows 50 One of the bug was in charmaps "Answer an Array of Strings naming the different character maps available for setCharMap:" charmaps ifNil: [ charmaps := Array new: numCharmaps. self getCharMapsInto: charmaps ]. ^charmaps numCharMaps was nil in this class there is no setter to numCharMaps except primitives. The other bug was nil UndefinedObject(Object)>>doesNotUnderstand: #* FreeTypeFont>>height LogicalFont>>height TextStyle>>newFontArray: TextStyle class>>fontArray: [ TextStyle fontArray: {self} ] in LogicalFont(AbstractFont)>>textStyle Dictionary(Collection)>>detect:ifFound:ifNone: Dictionary(Collection)>>detect:ifNone:
participants (2)
-
Stephan Eggermont -
stepharo