[squeak-dev] what's the best Mac VM?

tim Rowledge tim at rowledge.org
Tue Aug 29 17:36:32 UTC 2017


> On 29-08-2017, at 6:51 AM, Bob Arning <arning315 at comcast.net> wrote:
> ---------------
>  Cog[Spur] VM 
> 
> If I drop a 5.1 image on this VM, it works (at least a few that I just tried). If I drop a 4.2 or 4.5 image on the same VM, nothing happens. I

Spur would seem to be the key here. For a 4.x image you want the v3 vm rather than Spur. 

We don’t seem to be doing a terribly good job of informing users when something like this happens; a clear notifier or log entry that the image format didn’t match and a note about what that means (a URL to swiki?) would be nice. We have some image version checking in checkImageVersionFromstartingAt() that at least looks like it ought to be working out if the image format is correct and exiting cleanly if not, but I  don’t know what happens to plain ‘print()’ statements on macOS. Hmm, ok, try loading a 4.3 image in a spur vm - the console does actually show an exit from there with error 1, so it does work but boy is it failing to be helpful. How many people even know there is a console and to filter for ‘squeak’?

Is it practical to add a UI aspect to ioExitWithErrorCode()?


tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Useful random insult:- Hid behind the door when they passed out brains.


More information about the Squeak-dev mailing list