How do I re-launch my Pharo image?
squeak.exe C:/pathToMyImage/myImage.image
or just copy your image to whereever you see fit and then run squeak.exe and when it asks which image to open, choose the one you prefer.
I tried that. The effect is the same as double-clicking the image file: it starts up the VM, which then tries to read the image as a UTF8 file, and gives me a walkback. If I just launch the VM, it does NOT ask me which image to open. It opens Paharo.app\Contents\Resources\Pharo.image, and complains that it can't write the corresponding Pharo.changes. This is true even though I have moved the VM into another place on my disk (along with the sources and the image + changes files that I want it to open). There is nothing wrong with the image file itself, btw. I copied it to my Mac on a memory stick, and was able to launch it and work in it for most of yesterday. I'm at my wits end with this. Am I the first person to try the COG VM on Windoze? Andrew