ok thanks David :) On Mon, Dec 21, 2015 at 3:48 PM David T. Lewis <le...@mail.msen.com> wrote:
> On Mon, Dec 21, 2015 at 01:23:35PM +0000, Dimitris Chloupis wrote: > > I tried to run the parrarelExample method of RemoteTask class which is > > loadable from CommandShell project and it seems it looks for a plugin > that > > cant find. > > > > It gives me a warning > > > > forkSqueak requires XDispalyControlPlugin > > > > if I proceed I get another warning > > > > process accessor module not available > > > > if i proceed I get MNU: receiver of "pid" is nil > > I think that your VM is missing a couple of necessary plugins. The > XDisplayControlPlugin is used to close the socket connection to the > X display in the new child VM/image. You may also be missing the > OSProcessPlugin. > > Note, I developed this in Squeak on Linux, so it may be that some work > would be needed for Pharo. If you have a Squeak image handy, you might > want to look at it there. > > Dave > > >