[Newbies] Squeak Learn Programing with Robots

K K Subbu kksubbu.ml at gmail.com
Wed Apr 24 05:31:08 UTC 2019


On 24/04/19 6:56 AM, Robert Kuropkat wrote:
> Running 32-bit Squeak on a 64-bit System. install-libs32 may install
> them.
> Using /home/robert/Squeak5/Squeak5.2-18229-64bit-All-in-
> One.app/Contents/Linux-i686/bin/squeak...
> This interpreter (vers. 68021) cannot read image file (vers.
> 1712914432).

This error means that you are trying to edit a 32-bit big-endian 
(1712914432) V3 image with a VM that reads 64-bit spur images (68021).

You need a VM that can read 32-bit 6502 images (endian doesn't matter). 
Simplest way to get going is to install squeak-vm package with:

    apt-get install squeak-vm

Regards .. Subbu


More information about the Beginners mailing list