[squeak-dev] Help the HelpSystem!

Ian Trudel ian.trudel at gmail.com
Sun Mar 28 07:18:07 UTC 2010


The HelpSystem won't load on the latest version of the trunk.

(Installer repository: 'http://squeaksource.com/HelpSystem')
       install: 'HelpSystem-Core';
       install: 'HelpSystem-Tests';
       install: 'Squeak-Project-Help'.
(Smalltalk at: #HelpSystem) reset.

Ian.

P.S. I've tried to use Mister Postman with gmail (my address +
smtp.gmail.com) but it did not work. Any clue?

MessageNotUnderstood: UndefinedObject>>new
28 March 2010 3:09:15.35 am

VM: Win32 - Smalltalk
Image: Squeak4.1alpha [latest update: #9840]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir D:\Workspace\Développement\Squeak
Trusted Dir D:\Workspace\Développement\Squeak\Ian Trudel
Untrusted Dir C:\Users\Ian Trudel\Documents\My Squeak

UndefinedObject(Object)>>doesNotUnderstand: #new
	Receiver: nil
	Arguments and temporary variables:
		aMessage: 	new
		exception: 	MessageNotUnderstood: UndefinedObject>>new
		resumeValue: 	nil
	Receiver's instance variables:
nil
HelpBrowser>>initWindow
	Receiver: a HelpBrowser
	Arguments and temporary variables:
		items: 	nil
		toolbar: 	nil
		dock: 	nil
	Receiver's instance variables:
		window: 	nil
		textMorph: 	nil
		text: 	nil
		treeMorph: 	nil

HelpBrowser>>initialize
	Receiver: a HelpBrowser
	Arguments and temporary variables:

	Receiver's instance variables:
		window: 	nil
		textMorph: 	nil
		text: 	nil
		treeMorph: 	nil

HelpBrowser class(Behavior)>>new
	Receiver: HelpBrowser
	Arguments and temporary variables:

	Receiver's instance variables:
		superclass: 	Object
		methodDict: 	a MethodDictionary(#close->(HelpBrowser>>#close "a
CompiledMethod(1...etc...
		format: 	138
		instanceVariables: 	#('window' 'textMorph' 'text' 'treeMorph')
		organization: 	('ui' close open)
('initialize-release' initWindow initialize)
('...etc...
		subclasses: 	nil
		name: 	#HelpBrowser
		classPool: 	nil
		sharedPools: 	nil
		environment: 	Smalltalk globals "a SystemDictionary with lots of globals"
		category: 	#'HelpSystem-Core-UI'


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #new
HelpBrowser>>initWindow
HelpBrowser>>initialize
HelpBrowser class(Behavior)>>new
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
HelpBrowser class>>open
HelpBrowser class>>initialize
MCMethodDefinition>>postload
MCMethodDefinition(MCDefinition)>>postloadOver:
[] in [] in [] in MCPackageLoader>>basicLoad
[] in [] in OrderedCollection(Collection)>>do:displayingProgress:every:
OrderedCollection>>do:
[] in OrderedCollection(Collection)>>do:displayingProgress:every:
[] in [] in ProgressInitiationException>>defaultMorphicAction
BlockClosure>>on:do:
[] in ProgressInitiationException>>defaultMorphicAction
BlockClosure>>ensure:
ProgressInitiationException>>defaultMorphicAction
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
ByteString(String)>>displayProgressAt:from:to:during:
OrderedCollection(Collection)>>do:displayingProgress:every:
OrderedCollection(Collection)>>do:displayingProgress:
[] in [] in MCPackageLoader>>basicLoad
BlockClosure>>on:do:
[] in MCPackageLoader>>basicLoad
BlockClosure>>ensure:
MCPackageLoader>>basicLoad
[] in MCPackageLoader>>loadWithNameLike:
[] in MCPackageLoader>>useChangeSetNamed:during:
BlockClosure>>ensure:
MCPackageLoader>>useChangeSetNamed:during:
MCPackageLoader>>useNewChangeSetNamedLike:during:
MCPackageLoader>>loadWithNameLike:
MCVersionLoader>>load
[] in InstallerMonticello>>basicInstall
[] in BlockClosure>>valueSupplyingAnswers:
BlockClosure>>on:do:
BlockClosure>>valueSupplyingAnswers:
BlockClosure>>valueSuppressingMessages:supplyingAnswers:
InstallerMonticello(Installer)>>withAnswersDo:
InstallerMonticello>>basicInstall
[] in InstallerMonticello(Installer)>>installLogging
InstallerMonticello(Installer)>>logErrorDuring:
InstallerMonticello(Installer)>>installLogging
InstallerMonticello(Installer)>>install
InstallerMonticello(Installer)>>install:
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:logged:
[] in SmalltalkEditor(TextEditor)>>evaluateSelection
BlockClosure>>on:do:
SmalltalkEditor(TextEditor)>>evaluateSelection
SmalltalkEditor(TextEditor)>>doIt
SmalltalkEditor(TextEditor)>>doIt:
SmalltalkEditor(TextEditor)>>dispatchOnCharacter:with:
-- and more not shown --

-- 
http://mecenia.blogspot.com/



More information about the Squeak-dev mailing list