[Q] [BUG] Saving a project

Diego Gomez Deck DiegoGomezDeck at ConsultAr.com
Mon May 6 22:45:03 UTC 2002


Hello...

I'm using a 3.2gamma with all the updates and when I chose "save project on file..." from the world menu and after selecting a place for my project I get an error "MessageNotUnderstood: current:".

After 4 days of working in an Object Tutorial this is not a good news :(

Any help?

Diego Gomez Deck




7 May 2002 12:38:33 am

VM: Win32 - Squeak3.2gamma of 12 January 2002 [latest update: #4858]
Image: Squeak3.2gamma [latest update: #4857]

AnObsoleteResourceCollector class(Object)>>doesNotUnderstand:
	Receiver: AnObsoleteResourceCollector
	Arguments and temporary variables: 
		aMessage: 	a Message with selector: #current: and arguments: #(an AnObsoleteReso...etc...
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary()
		format: 	144
		instanceVariables: 	#('stubMap' 'originalMap' 'locatorMap' 'localDirectory' 'bas...etc...
		organization: 	nil
		subclasses: 	nil
		name: 	'AnObsoleteResourceCollector'
		classPool: 	nil
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil

Project>>exportSegmentWithChangeSet:fileName:directory:
	Receiver: a Project(Tutorial)
	Arguments and temporary variables: 
		aChangeSetOrNil: 	nil
		aFileName: 	'Tutorial.001.pr'
		aDirectory: 	DosFileDirectory on 'C:\home\squeak33\Squeaklets'
		is: 	nil
		str: 	nil
		ans: 	nil
		revertSeg: 	nil
		roots: 	an OrderedCollection(a Project(Tutorial) a PasteUpMorph(2444) [world] a ...etc...
		holder: 	an OrderedCollection(a Project(3880HaltUpdates-tk) a Project(The Worlds...etc...
		collector: 	nil
		fd: 	DosFileDirectory on 'C:\home\squeak33\Squeaklets\Tutorial.001'
		mgr: 	a ResourceManager
		stacks: 	nil
		x: 	a HandMorph(2868)
		ft: 	nil
		obj: 	nil
	Receiver's instance variables: 
		dependents: 	nil
		world: 	a PasteUpMorph(2444) [world]
		changeSet: 	a ChangeSet named Tutorial
		transcript: 	a TranscriptStream
		parentProject: 	a Project(3880HaltUpdates-tk)
		previousProject: 	a Project(3880HaltUpdates-tk)
		displayDepth: 	32
		viewSize: 	127 at 89
		thumbnail: 	Form(127x89x32)
		nextProject: 	nil
		guards: 	nil
		projectParameters: 	an IdentityDictionary(#disabledGlobalFlapIDs->a Set('Squeak'...etc...
		isolatedHead: 	false
		inForce: 	nil
		version: 	1
		urlList: 	#('file:%5Chome%5Csqueak33')
		environment: 	nil
		lastDirectory: 	nil
		lastSavedAtSeconds: 	3198184620
		projectPreferenceFlagDictionary: 	an IdentityDictionary(#showSharedFlaps->true #...etc...
		resourceManager: 	nil

Project>>exportSegmentFileName:directory:
	Receiver: a Project(Tutorial)
	Arguments and temporary variables: 
		aFileName: 	'Tutorial.001.pr'
		aDirectory: 	DosFileDirectory on 'C:\home\squeak33\Squeaklets'
		exportChangeSet: 	nil
	Receiver's instance variables: 
		dependents: 	nil
		world: 	a PasteUpMorph(2444) [world]
		changeSet: 	a ChangeSet named Tutorial
		transcript: 	a TranscriptStream
		parentProject: 	a Project(3880HaltUpdates-tk)
		previousProject: 	a Project(3880HaltUpdates-tk)
		displayDepth: 	32
		viewSize: 	127 at 89
		thumbnail: 	Form(127x89x32)
		nextProject: 	nil
		guards: 	nil
		projectParameters: 	an IdentityDictionary(#disabledGlobalFlapIDs->a Set('Squeak'...etc...
		isolatedHead: 	false
		inForce: 	nil
		version: 	1
		urlList: 	#('file:%5Chome%5Csqueak33')
		environment: 	nil
		lastDirectory: 	nil
		lastSavedAtSeconds: 	3198184620
		projectPreferenceFlagDictionary: 	an IdentityDictionary(#showSharedFlaps->true #...etc...
		resourceManager: 	nil

Project>>storeOnServerInnards
	Receiver: a Project(Tutorial)
	Arguments and temporary variables: 
		resp: 	nil
		newName: 	'Tutorial.001.pr'
		primaryServerDirectory: 	nil
		serverVersionPair: 	#(nil -1)
		localDirectory: 	DosFileDirectory on 'C:\home\squeak33\Squeaklets'
		localVersionPair: 	#(nil -1)
		myVersionNumber: 	0
		warning: 	''
		maxNumber: 	0
		suppliedPassword: 	nil
		oldResourceUrl: 	'Tutorial.000/'
		ex: 	nil
	Receiver's instance variables: 
		dependents: 	nil
		world: 	a PasteUpMorph(2444) [world]
		changeSet: 	a ChangeSet named Tutorial
		transcript: 	a TranscriptStream
		parentProject: 	a Project(3880HaltUpdates-tk)
		previousProject: 	a Project(3880HaltUpdates-tk)
		displayDepth: 	32
		viewSize: 	127 at 89
		thumbnail: 	Form(127x89x32)
		nextProject: 	nil
		guards: 	nil
		projectParameters: 	an IdentityDictionary(#disabledGlobalFlapIDs->a Set('Squeak'...etc...
		isolatedHead: 	false
		inForce: 	nil
		version: 	1
		urlList: 	#('file:%5Chome%5Csqueak33')
		environment: 	nil
		lastDirectory: 	nil
		lastSavedAtSeconds: 	3198184620
		projectPreferenceFlagDictionary: 	an IdentityDictionary(#showSharedFlaps->true #...etc...
		resourceManager: 	nil

...etc...



More information about the Squeak-dev mailing list