/Applications/Squeak/Squeak500b96432.app/Contents/MacOS/Squeak PharoCore-1.0-10503rc1.1.image test.st
2010-01-03 11:40:32.135 Squeak[46852:903] Can't open input server /Library/InputManagers/Inquisitor
2010-01-03 11:40:32.139 Squeak[46852:903] openFile state 1 with file PharoCore-1.0-10503rc1.1.image
2010-01-03 11:40:32.139 Squeak[46852:903] openFile state 0 with file test.st
The
2010-01-03 11:40:32.139 Squeak[46852:903] openFile state 1 with file PharoCore-1.0-10503rc1.1.image
2010-01-03 11:40:32.139 Squeak[46852:903] openFile state 0 with file test.st
are debug messages I have in the VM to print what is going on.
The VM is given documents to open when it launches and
later when you do things like drag and drop, or double-cllick an image.
It has to open the first image it sees, it has to pass on other documents for processing by the startup logic or drag or drop. Or it has to
decide the document is an image file and we've one open already so we need to launch another virtual machine process to open the image the
guy want's open.