[Pharo-project] interpreter cannot read image file
Hi, I'm trying to open an old production image based on Squeak 3.9.1 file with CogVM and I get: This interpreter (vers. 6505) cannot read image file (vers. 6502) I've always seen only the inverse report. Any idea how to convert the image? Cheers, -- Pavel
On 27.03.2012 08:36, Pavel Krivanek wrote:
Hi,
I'm trying to open an old production image based on Squeak 3.9.1 file with CogVM and I get: This interpreter (vers. 6505) cannot read image file (vers. 6502)
I've always seen only the inverse report. Any idea how to convert the image?
Cheers, -- Pavel
6502 is pre-closure image format iirc, so it's a bit of work... I'd think the changesets from cuis 2.0 related to this would be the best starting point. Cheers, Henry
On Tue, Mar 27, 2012 at 12:36 AM, Pavel Krivanek <pavel.krivanek@gmail.com>wrote:
Hi,
I'm trying to open an old production image based on Squeak 3.9.1 file with CogVM and I get: This interpreter (vers. 6505) cannot read image file (vers. 6502)
I've always seen only the inverse report. Any idea how to convert the image?
You can start from the closure bootstrap on my web site<http://www.mirandabanda.org/files/Cog/Closures0808/Bootstrap/>. But it's a lot of work, and even then there are lots of additional upgrades to get to a bug-free system. IMO it would be far better to try and recreate it.
Cheers, -- Pavel
-- best, Eliot
On Tue, Mar 27, 2012 at 9:24 PM, Eliot Miranda <eliot.miranda@gmail.com> wrote:
On Tue, Mar 27, 2012 at 12:36 AM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:
Hi,
I'm trying to open an old production image based on Squeak 3.9.1 file with CogVM and I get: This interpreter (vers. 6505) cannot read image file (vers. 6502)
I've always seen only the inverse report. Any idea how to convert the image?
You can start from the closure bootstrap on my web site. Â But it's a lot of work, and even then there are lots of additional upgrades to get to a bug-free system. Â IMO it would be far better to try and recreate it.
OK, thank you. -- Pavel
Cheers, -- Pavel
-- best, Eliot
participants (3)
-
Eliot Miranda -
Henrik Sperre Johansen -
Pavel Krivanek