Display flash: (0@0 corner: 200@200)
does not work on Pharo 30 while it was working on 2.0.
It looks that this is VM related because on the linux of laurent it is working.
I'm too tired to get how to extract the VM version…. I tried --version and
others but it did not work.
pharo -version
bin unknown option: -version
Usage: [<option>...] [<imageName> [<argument>...]]
[<option>...] -- [<argument>...]
Common <option>s:
-help print this help message, then exit
-memory <size>[mk] use fixed heap size (added to image size)
-headless run in headless (no window) mode (default: false)
Notes:
<imageName> defaults to `Squeak.image'.
If `-memory' is not specified then the heap will grow dynamically.
<argument>s are ignored, but are processed by the Squeak image.
The first <argument> normally names a Squeak `script' to execute.
Precede <arguments> by `--' to use default image.
bin pharo -version
'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid:
a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid:
a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
git://gitorious.org/cogvm/blessed.git Commit:
412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By:
Esteban Lorenzano <[email protected]> Jenkins build #14535
'
Stef too tired and exhausted to think