ZipArchive error trying to load Games from SqueakMap in 3.6

Dan Ingalls Dan at SqueakLand.org
Wed Nov 12 17:54:31 UTC 2003


The complaint I get is " 'can't find EOCD position', and the gory details are here below.  I'm going to be travelling for a day, and thus can't follow up, but if there's a simple answer, perhaps someone could post it.  
Thanks in advance

	- Dan
-----------------------------------------------------
12 November 2003 9:49:13 am

VM: Mac OS - Squeak3.4alpha of '11 November 2002' [latest update: #5109] Squeak VM 3.4.0b2
Image: Squeak3.6 [latest update: #5424]

ZipArchive(Object)>>error:
	Receiver: a ZipArchive
	Arguments and temporary variables: 
		aString: 	'can''t find EOCD position'
	Receiver's instance variables: 
		members: 	an OrderedCollection()
		centralDirectorySize: 	nil
		centralDirectoryOffsetWRTStartingDiskNumber: 	nil
		zipFileComment: 	''
		writeCentralDirectoryOffset: 	0
		writeEOCDOffset: 	0

ZipArchive>>readFrom:
	Receiver: a ZipArchive
	Arguments and temporary variables: 
		aStreamOrFileName: 	StandardFileStream: 'Macintosh HD:Users:dan:Recent Squeak:Sq...etc...
		stream: 	StandardFileStream: 'Macintosh HD:Users:dan:Recent Squeak:Squeak3.6g-54...etc...
		name: 	'Macintosh HD:Users:dan:Recent Squeak:Squeak3.6g-5423 Folder:Morphic-Game...etc...
		eocdPosition: 	0
	Receiver's instance variables: 
		members: 	an OrderedCollection()
		centralDirectorySize: 	nil
		centralDirectoryOffsetWRTStartingDiskNumber: 	nil
		zipFileComment: 	''
		writeCentralDirectoryOffset: 	0
		writeEOCDOffset: 	0

[] in SARInstaller>>fileInFrom:
	Arguments and temporary variables: 
		stream: 	StandardFileStream: 'Macintosh HD:Users:dan:Recent Squeak:Squeak3.6g-54...etc...
		preamble: 	nil
		postscript: 	nil

BlockContext>>ensure:
	Receiver: [] in SARInstaller>>fileInFrom:
	Arguments and temporary variables: 
		aBlock: 	[] in SARInstaller>>fileInFrom:
		returnValue: 	nil
	Receiver's instance variables: 
		sender: 	BlockContext>>ensure:
		pc: 	106
		stackp: 	0
		nargs: 	0
		startpc: 	98
		home: 	SARInstaller>>fileInFrom:


--- The full stack ---
ZipArchive(Object)>>error:
ZipArchive>>readFrom:
[] 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:
[] in MenuItemMorph>>invokeWithEvent:
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor:
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess
[] in BlockContext>>newProcess



More information about the Squeak-dev mailing list