Hi Jupiter,
The simplest I could propose, for any user, is to try to import it in the Pharo launcher.
The Pharo launcher leverages the version number and solves all this for you: It extracts the image version from the image file and based on that information it will download and launch the image with the corresponding VM.
You may try the ���from disk��� and ���import��� commands:
<PastedGraphic-1.png>
Tell us if that worked,
G
I have an old image I���d like to recover some code from.
When I try to launch in Pharo 2 (from memory it was written in Pharo 2) I get this error:
This interpreter (vers. 6505) cannot read image file (vers. 6502).
It looks close :)
How do I go about finding a VM that will open that image?
Thanks in advance.
Jupiter