[BUG]Cannot install Connectors in 3.7: Array(Object)>>doesNotUnderstand: #selectionColor

gaelli at emergent.de gaelli at emergent.de
Sun Nov 9 12:10:34 UTC 2003


Hi,

I wanted to install Connectors in a 3.7alpha image (5526) and got this
error.
I think that 
	TextMorph class >> initialize does not work +
	TextMorph class should not be initialized here. Right?
	
Markus

9 November 2003 1:04:35 pm

VM: nil - nil
Image: Squeak3.7alpha [latest update: #5526]

Array(Object)>>doesNotUnderstand: #selectionColor
	Receiver: #()
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #selectionColor and arguments: #()
	Receiver's instance variables: 
#()

a Metaclass(TextMorph class)>>initialize
	Receiver: a subclass of nil
	Arguments and temporary variables: 

	Receiver's instance variables: 
		superclass: 	nil
		methodDict: 	nil
		format: 	nil
		instanceVariables: 	nil
		organization: 	nil
		subclasses: 	nil
		name: 	nil
		classPool: 	nil
		sharedPools: 	nil
		environment: 	nil
		category: 	nil

Metaclass(Behavior)>>new
	Receiver: a Metaclass
	Arguments and temporary variables: 

	Receiver's instance variables: 
		superclass: 	TextMorph class
		methodDict: 	a MethodDictionary()
		format: 	152
		instanceVariables: 	nil
		organization: 	nil
		thisClass: 	nil

Metaclass>>new
	Receiver: a Metaclass
	Arguments and temporary variables: 

	Receiver's instance variables: 
		superclass: 	TextMorph class
		methodDict: 	a MethodDictionary()
		format: 	152
		instanceVariables: 	nil
		organization: 	nil
		thisClass: 	nil


--- The full stack ---
Array(Object)>>doesNotUnderstand: #selectionColor
a Metaclass(TextMorph class)>>initialize
Metaclass(Behavior)>>new
Metaclass>>new
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassBuilder>>privateNewSubclassOf:
ClassBuilder>>privateNewSubclassOf:from:
ClassBuilder>>newSubclassOf:type:instanceVariables:from:
ClassBuilder>>name:inEnvironment:subclassOf:type:instanceVariableNames:c
lassVariableNames:poolDictionaries:category:unsafe:
ClassBuilder>>name:inEnvironment:subclassOf:type:instanceVariableNames:c
lassVariableNames:poolDictionaries:category:
ClassBuilder>>superclass:subclass:instanceVariableNames:classVariableNam
es:poolDictionaries:category:
TextMorph
class(Class)>>subclass:instanceVariableNames:classVariableNames:poolDict
ionaries:category:
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
BlockContext>>on:do:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
[] in SARInstaller class>>fileIntoChangeSetNamed:fromStream:
[] in SARInstaller class>>withCurrentChangeSetNamed:do:
BlockContext>>ensure:
SARInstaller class>>withCurrentChangeSetNamed:do:
SARInstaller class>>fileIntoChangeSetNamed:fromStream:
SARInstaller>>fileInPackageNamed:
SARInstaller>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInFor:announcing:
BlockContext>>on:do:
[] in RWBinaryOrTextStream(PositionableStream)>>fileInFor:announcing:
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
String>>displayProgressAt:from:to:during:
RWBinaryOrTextStream(PositionableStream)>>fileInFor:announcing:
[] in SARInstaller>>fileInFrom:
BlockContext>>ensure:
SARInstaller>>fileInFrom:
[] in SARInstaller>>fileIn
[] in SARInstaller class>>withCurrentChangeSetNamed:do:
BlockContext>>ensure:
SARInstaller class>>withCurrentChangeSetNamed:do:
SARInstaller>>fileIn
[] in SMSARInstaller>>fileIn
SystemDictionary(Dictionary)>>at:ifPresentAndInMemory:
SMSARInstaller>>fileIn
SMSARInstaller>>install
SMLoader>>installPackage
SMLoader>>perform:orSendTo:
-- and more not shown --



More information about the Squeak-dev mailing list