ImageWorker error in P6.1

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ImageWorker error in P6.1

tinchodias
Hello!

The ImageWorker project, that provides the possibility to fork a OS process with a copy of current image, was working fine in Pharo 60400 but it's not working on latest 6.1. The output there is "External Image Failed: 256".

Any hint? 



Steps to reproduce error:

1. download:


2. load:

Metacello new
configuration: 'ImageWorker';
version: #stable;
load.
3. inspect:

ImageWorker 
do: [ 1+2 ]
within: 1 seconds 
onTimeout: [ self error: 'timeout' ].


Cheers,
Martín