Geert Claes wrote:
Dale Henrichs wrote: Was your error 'Error: Name not found: Gofer Core' and was it generated using the OB-Metacello tools? If so, then you are hitting a bug that is related to http://code.google.com/p/metacello/issues/detail?id=79, where you might just be trying to load an earlier version GoferProejctLoader when a later version is loaded ... Otherwise, I tried loading it all three different versions into a PharoCore 1.1 and it loaded fine, so I'll need more details on the error to understand what might be wrong... I downloaded a fresh 1.1 rc4 image and I get a "Can't find EOCD position" error. I tried the following: Open the Monticello browser, Open the MetacelloRepository, click on ConfigurationOfGoferProjectLoader-DaleHendrichs.16.mcz. and load (see screenshot below) [http://forum.world.st/file/n2289777/EOCD_Position.png] When I open a workspace and Do the following (see screenshot below) Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfGoferProjectLoader'; load. (Smalltalk at: #ConfigurationOfGoferProjectLoader) project latestVersion load. [http://forum.world.st/file/n2289777/EOCD_Position2.png] A second attempt seems to give a readStream error (see screenshot below): [http://forum.world.st/file/n2289777/readStream.png] I will try to give this a go at home to see if I get the same error. ________________________________ View this message in context: Re: ConfigurationOfGoferProjectLoader ...<http://forum.world.st/ConfigurationOfGoferProjectLoader-tp2288788p2289777.ht...> Sent from the Pharo Smalltalk mailing list archive<http://forum.world.st/Pharo-Smalltalk-f1294837.html> at Nabble.com.
Geert, The EOCD error is indicative of a corrupt mcz file (typically caused by an error occuring during download) ... the corrupt mcz file is probably in your package cache ... so you should clear your package and try again ... if it fails again, I'd like to know which mcz file and repository the error is occuring for... Dale