Pharo5.0 crashing on Ubuntu14.04
Hey I have been treing to create a new Pharo 5.0 image and it seems to crash giving the error /"This interpreter (vers. 6505) cannot read image file (vers. 6521)."/ I am using PharoLauncher on Ubuntu 14.04 to manage Pharo images. Help appreciated :) Best Jigyasa Grover -- View this message in context: http://forum.world.st/Pharo5-0-crashing-on-Ubuntu14-04-tp4889257.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On 09/04/2016 23:51, Jigyasa Grover wrote:
Hey
I have been treing to create a new Pharo 5.0 image and it seems to crash giving the error /"This interpreter (vers. 6505) cannot read image file (vers. 6521)."/ I am using PharoLauncher on Ubuntu 14.04 to manage Pharo images.
Hi, I think you are launching a Spur image with a non-spur VM. In Pharo 5 there was the introduction of a new memory management and garbage collector called SPUR. This caused a non-backward compatible change to the VM. To launch your Pharo 5 image with Pharo launcher you need the last version of Pharo launcher. Then you can download the Spur vm here: http://files.pharo.org/vm/pharo-spur32/. And you can point to the downloaded VM in the PharoLauncher settings. Example: http://puu.sh/ocnUg/06d3ac9ee4.png
Help appreciated :)
Best Jigyasa Grover
-- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France
participants (2)
-
Cyril Ferlicot Delbecque -
Jigyasa Grover