[Pharo-users] Recovering old images in mac

2022-10-30 Thread Arturo Zambrano
Hi Everyone, I have some old images (around 2017) that I would like to load. Pharo Launcher downloaded a VM but while trying to launch it complains with the following message. Error: Error: posix_spawn(), code: 86, description: Bad CPU type in executable Which is the same message I get when try

[Pharo-users] Re: Recovering old images in mac

2022-10-30 Thread Steffen Märcker
Is there a way to save / convert such an image to 64 Bit? Best, Steffen

[Pharo-users] Re: Recovering old images in mac

2022-10-30 Thread Pierre Misse Chanabier
Carolina use to be able to do this during her PhD. Always assumed it was with Espell, but I have never tried. https://github.com/carolahp/espell2 Pierre On 10/30/2022 11:30 AM, Steffen Märcker wrote: Is there a way to save / convert such an image to 64 Bit? Best, Steffen

[Pharo-users] Re: Recovering old images in mac

2022-10-30 Thread Noury Bouraqadi
Insead of loading an image, try dropping the .change file on an another running image. This will open the change browser that allow explore/load the code. Noury On Oct 30 2022, at 2:15 pm, Pierre Misse Chanabier wrote: > Carolina use to be able to do this during her PhD. > Always assumed it was

[Pharo-users] Re: Recovering old images in mac

2022-10-30 Thread Arturo Zambrano
Thank you for all the pointers! And, not a minor point, during a Sunday :D All the best Arturo On Sun, Oct 30, 2022 at 3:20 PM Noury Bouraqadi wrote: > Insead of loading an image, try dropping the .change file on an another > running image. > This will open the change browser that allow explore