Hi Yanni, Now vms are organised by architecture. The link to get the lastest vm for Darwin x86_64 is now
https://files.pharo.org/get-files/90/pharo-vm-Darwin-x86_64-latest.zip Otherwise, we recommend using zeroconf or the pharo launcher, as they detect your machine’s architecture and download the right thing for you regardless of the link. Cheers, G > El 16 jul 2021, a las 18:17, Yanni Chiu <yannix...@gmail.com> escribió: > > Thanks for updating the release. > > I’ve downloaded again using “curl -L https://get.pharo.org/64/ | > bash”, and Pharo 9.0.0 came up without problem. > > BTW, I noticed that the vm it downloaded today, was: > http://files.pharo.org/get-files/90/pharo-vm-Darwin-x86_64-stable.zip > > Yesterday, when I poked around some more, I decided to download: > https://files.pharo.org/get-files/90/pharo64-mac-headless-latest.zip > which looked to be newest available. > It mostly worked, but I got some debuggers when trying the Spec and > Spec2 examples (and even saw the dreaded pane with the X, which I’ve > not seen in years). With today’s clean update, I only got one debugger > for the Spec “Buttons” example. (Stack trace below). > ==== > KeyboardKey(Object)>>doesNotUnderstand: #asLowercase > ButtonPresenter>>addShortcutTipFor:on: > ButtonPresenter>>addShortcutTipFor: > ButtonPresenter>>label > MorphicButtonAdapter>>label > PluggableButtonMorph>>update: > PluggableButtonMorph>>on:getState:action:label:icon:menu: > PluggableButtonMorph class>>on:getState:action:label:menu: > MorphicButtonAdapter>>buildWidget > MorphicButtonAdapter(AbstractAdapter)>>adapt: > SpecInterpreter>>actionToPerformWithSelector:arguments: > SpecInterpreter>>performNextSelectorAndIncrementIndex > SpecInterpreter>>interpretASpec:selector: > SpecInterpreter>>interpretASpec:model:selector: > SpecInterpreter class>>private_interpretASpec:model:selector: > SpecInterpreter class>>private_buildWidgetFor:withSpec: > ButtonPresenter(ComposablePresenter)>>privateAdapterFromModel:withSpec: > ButtonPresenter(ComposablePresenter)>>private_buildWithSpec: > ButtonPresenter(ComposablePresenter)>>private_buildWithSpec > SpecInterpreter>>returnInterpretationOf: > SpecInterpreter>>interpretASpec:selector: > SpecInterpreter>>interpretASpec:model:selector: > SpecInterpreter class>>private_interpretASpec:model:selector: > SpecInterpreter>>computeSpecFrom:selector: > SpecInterpreter>>retrieveSpecFrom:selector: > SpecInterpreter>>interpretASpec:selector: > SpecInterpreter>>interpretASpec:model:selector: > SpecInterpreter class>>private_interpretASpec:model:selector: > [ :each | self class private_interpretASpec: each model: model > selector: spec selector ] in > SpecInterpreter>>performNextSelectorAndIncrementIndex in Block: [ > :each | self class private_interpretASpec: each ...etc... > Array(SequenceableCollection)>>collect: