Hi. There was a change in the last years in Pharo and we have a new VM called CogVM which is the default since Pharo 1.1.1. So, Pharo 1.2.1 one click may probbaly be using a CogVM. CogVM cannot open "old" Pharo images. I guess, that PBE.image is an "old" Pharo image, say 1.0, and hence, cannot be opened with a CogVM.
So....you should try a non-cog VM. For example, you can try the same you did but with http://gforge.inria.fr/frs/download.php/27303/Pharo-1.1-OneClick.zip Or...ask if someone can recreate a new PBE.image cog compatible. Good luck. Mariano On Thu, Jun 16, 2011 at 12:31 PM, bb <[email protected]> wrote: > I run Pharo on Linux and tried to start Pharo with the PBE.image, that > is offered as an add on to the Pharo by example book. I copied PBE.image > and PBE.change to Pharo-1.2.1-OneClick.app/Contents/Resources/ (where > pharo.image and pharo.change reside as well) and changed the last line > in pharo.sh from > "$ROOT/Contents/Resources/pharo.image" > to > "$ROOT/Contents/Resources/PBE.image" > > When I start the shell-script nothing happens. What is wrong with my > experiment. With pharo.image pharo starts properly. > > I tried to change the setting in pharo.ini from pharo.image to PBE.image > as well. No success! > > What is wrong? > > Regards B Blochl > > -- Mariano http://marianopeck.wordpress.com
