Hello,

Is there something wrong with the latest Pharo 7.0 32bits image?

I got this error from Pharo Launcher:

Cannot determine image version: image version file not found!
Try to run this command in a shell to get more information on the problem:
cd "/Users/julien/Documents/Pharo/vms/private/6521/Pharo.app/Contents/MacOS" && 
"/Users/julien/Documents/Pharo/vms/private/6521/Pharo.app/Contents/MacOS/Pharo" 
--headless 
"/Users/julien/Documents/Pharo/images/RTFExperiment-Iceberg/RTFExperiment-Iceberg.image"
 eval "(Smalltalk imagePath asFileReference parent) / 'pharo.version'           
     writeStreamDo: [ :stream | |major minor|                        major := 
SystemVersion current major.                   minor := SystemVersion current 
minor.                   (major = 6 and: [ SystemVersion current highestUpdate 
>= 60509 ])                               ifTrue: [ minor := 1 ].               
  stream                          << major asString;                            
  << minor asString ]"

When trying to start it.

If I run this script in the terminal, nothing is print but the process crashes 
returning 1 as exit code.

Can someone relate this issue as well?

Julien



---
Julien Delplanque
Doctorant à l’Université de Lille
http://juliendelplanque.be/phd.html
Equipe Rmod, Inria
Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq
Numéro de téléphone: +333 59 35 86 40

Reply via email to