no you dont do anything wrong, unfortunately from what I have been told the update process is broken. Right now the best choices is to download directly from pharo website
http://www.pharo-project.org/pharo-download this will get you the latest release from the version you choose there is also Pharo Launcher http://www.smalltalkhub.com/#!/~Pharo/PharoLauncher Pharo Launcher advantages over downloading directly from the pharo website is that it allows you with one click to download specific release and also custom images that contain specific libraries. It also helps you manage your image files, delete them, rename them , etc. I assume that most likely Pharo Launcher will replace the pharo update process but automatically getting the latest release, at some point in the future. In any case getting latest release is a very easy process. On Sun, Nov 3, 2013 at 11:24 AM, Sven Van Caekenberghe <[email protected]> wrote: > Hi Bahman, > > Pharo 2.0 is released, if you load the latest version from the website, > you should not have to do any system updates. > > That being said, the bug should not happen. > > Sven > > On 03 Nov 2013, at 07:10, Bahman Movaqar <[email protected]> wrote: > > > Hi all, > > > > I just downloaded Pharo 2.0 on a Windows machine, unpacked it, ran it > > and from the world menu selected System -> Software Update but bumped > > into an exception: > > > > <stacktrace> > > > > Error: Unable to resolve ConfigurationOfFuel > > > > GoferConfigurationReference(Object)>>error: > > GoferConfigurationReference(GoferReference)>>resolveWith: > > Gofer>>resolved in Block: [:each | each resolveWith: self] > > Array(SequenceableCollection)>>collect: > > Gofer>>resolved > > GoferLoad>>initializeOn: > > GoferLoad class(GoferOperation class)>>on: > > Gofer>>execute:do: > > Gofer>>execute: > > Gofer>>load > > ScriptLoader>>update20608 > > UndefinedObject>>DoIt > > Compiler>>evaluate:in:to:notifying:ifFail:logged: > > Compiler class>>evaluate:for:notifying:logged: > > Compiler class>>evaluate:for:logged: > > Compiler class>>evaluate:logged: > > DoItDeclaration>>import > > CodeImporter>>evaluateDeclarations in Block: [:decl | value := decl > > import] > > OrderedCollection>>do: > > CodeImporter>>evaluateDeclarations > > CodeImporter class>>evaluateReadStream: > > ChangeSet class>>newChangesFromStream:named: in Block: [| newStream > |... > > BlockClosure>>ensure: > > ChangeSet class>>newChangesFromStream:named: > > UpdateStreamer>>elementaryReadServerUpdates: in Block: [| docQueue > > docQueueSema |... > > BlockClosure>>ensure: > > CursorWithMask(Cursor)>>showWhile: > > UpdateStreamer>>elementaryReadServerUpdates: > > UpdateStreamer>>elementaryReadServerUpdates > > UpdateStreamer>>updateFromServer in Block: [self > > elementaryReadServerUpdates] > > > > </stacktrace> > > > > This is an ablsolutely fresh Pharo instance. Am I doing anything > > wrong? How can I resolve this? > > > > TIA, > > > > -- > > Bahman Movaqar (http://BahmanM.com) > > > > ERP Evaluation, Implementation & Deployment Consultant > > PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com) > > > > > > >
