[Cuis-dev] Errors loading solitaire

ken.dickey at whidbey.com ken.dickey at whidbey.com
Sun Dec 18 13:39:56 PST 2022


On 2022-12-18 11:39, Barry Perryman via Cuis-dev wrote:

> I have tried again and it is still failing for me - I've tried it on 
> two intel Macs and a 64 bit raspberry pi - and for me it fails on all 
> those platforms; so what ever I'm doing I'm doing it in multiple times.
> 
> So just to be sure I started from scratch with a fresh git clone, using 
> these instructions 
> (https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/GettingStarted.md), 
> cloned the packages and ensured they were up to date.

So you invoked Cuis-Smalltalk-Dev/pullAllRepos.sh ?

> I then opened up the 5542 image - saved it as a DevTesting image, 
> logged transcript to file (attached) and ran through these steps:
> 
> World Menu > Changes > Install New Updates
> World Menu > Open > Package Installer
> 
> Let it scan for packages and present the package installer window.

FYI, If you open a Workspace and "DoIt" on `Feature require: 
'Morphic-Games-Solitaire'` you don't need to open the package installer.

> Select "Morphic - Games - Solitaire"
> Press the Install Package button.
> 
> That's when I get the "Message not understood" error window.

Wow!  I try in RasPi4/Raspian (64 bit) and Intel/Linux (64 bit) and all 
works OK for me.

Can you send the output of:

Shell/Terminal:
  squeak --version      "Are you running 32 bit or 64 bit images?"
  ps aux | grep squeak  "Invoke info for running Cuis image"
  uname -a              "info on OS"

And in a Cuis Workspace:
  Smalltalk systemInformationString.

Also, what method is sending #bitXor: ?  It should be the debugger frame 
or two below the error.

Thanks again for all the work!
-KenD




More information about the Cuis-dev mailing list