[squeak-dev] Install Zurgle on 3.10

Giuseppe Luigi Punzi Ruiz glpunzi at lordzealon.com
Sun May 24 17:36:50 UTC 2009


I'm trying to install Zurgle on a 3.10 image.

I get the following error. Some idea how to proceed?

Error: invalid depth; bad Form file?
24 May 2009 7:31:31 pm

VM: Mac OS - a SmalltalkImage
Image: Squeak3.10.2 [latest update: #7179]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /Volumes/DATOS/desarrollo/Imagen Base/zurgle
Trusted Dir /foobar/tooBar/forSqueak/bogus
Untrusted Dir /Users/glpunzi/Library/Preferences/Squeak/Internet/My  
Squeak

Form(Object)>>error:
	Receiver: Form(nilxnilx0)
	Arguments and temporary variables:
		aString: 	'invalid depth; bad Form file?'
	Receiver's instance variables:
		bits: 	nil
		width: 	nil
		height: 	nil
		depth: 	0
		offset: 	nil

Form>>readAttributesFrom:
	Receiver: Form(nilxnilx0)
	Arguments and temporary variables:
		aBinaryStream: 	a ReadStream a ByteArray(0 0 0 2 0 0 0 0 0 0 0 254 0  
0 0 15 0 0 ...etc...
		offsetX: 	nil
		offsetY: 	nil
	Receiver's instance variables:
		bits: 	nil
		width: 	nil
		height: 	nil
		depth: 	0
		offset: 	nil

Form>>readFrom:
	Receiver: Form(nilxnilx0)
	Arguments and temporary variables:
		aBinaryStream: 	a ReadStream a ByteArray(0 0 0 2 0 0 0 0 0 0 0 254 0  
0 0 15 0 0 ...etc...
	Receiver's instance variables:
		bits: 	nil
		width: 	nil
		height: 	nil
		depth: 	0
		offset: 	nil

StrikeFont>>readFromStrike2Stream:
	Receiver: a StrikeFont(Verdana10 12)
	Arguments and temporary variables:
		file: 	a ReadStream a ByteArray(0 0 0 2 0 0 0 0 0 0 0 254 0 0 0 15 0  
0 0 10 0 0 ...etc...
		index: 	257
		indexLimiT: 	nil
	Receiver's instance variables:
		characterToGlyphMap: 	nil
		xTable: 	#(0 10 20 30 40 50 60 70 80 90 100 110 120 199 229 241 134  
153 165 230 ...etc...
		glyphs: 	nil
		name: 	'Verdana10'
		type: 	2
		minAscii: 	0
		maxAscii: 	254
		maxWidth: 	15
		strikeLength: 	nil
		ascent: 	10
		descent: 	2
		xOffset: 	nil
		raster: 	nil
		subscript: 	-3
		superscript: 	2
		emphasis: 	0
		derivativeFonts: 	nil
		pointSize: 	10
		fallbackFont: 	nil
		charIndex: 	nil


--- The full stack ---
Form(Object)>>error:
Form>>readAttributesFrom:
Form>>readFrom:
StrikeFont>>readFromStrike2Stream:
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FontSetVerdana class(FontSet class)>>fontNamed:fromLiteral:
FontSetVerdana class>>sizeVerdana10
[] in FontSetVerdana class(FontSet class)>>installAsTextStyle {[:each  
| self perform: each]}
[] in SortedCollection>>collect: {[:each | newCollection   addLast:  
(aBlock value: each)]}
SortedCollection(OrderedCollection)>>do:
SortedCollection>>collect:
FontSetVerdana class(FontSet class)>>installAsTextStyle
UndefinedObject>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:logged:
Compiler class>>evaluate:for:notifying:logged:
Compiler class>>evaluate:for:logged:
Compiler class>>evaluate:logged:
[] in  
MultiByteBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:  
{[val := (self peekFor: $!)     ifTrue: [(Compiler evaluate: self  
nextChunk l...]}
BlockContext>>on:do:
[] in  
MultiByteBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:  
{[:bar |  [self atEnd]   whileFalse: [bar value: self position.     
self skipS...]}
[] in ProgressInitiationException>>defaultMorphicAction {[result :=  
workBlock value: progress]}



Giuseppe Luigi Punzi Ruiz
http://www.lordzealon.com
Twitter & Skype & GoogleTalk accounts: glpunzi







More information about the Squeak-dev mailing list