+ 1000 :) On Sat, Oct 7, 2017 at 9:44 AM, Nicolai Hess <nicolaihess@gmail.com> wrote:
2017-10-07 9:38 GMT+02:00 Nicolai Hess <nicolaihess@gmail.com>:
Just starting pharolauncher on windows still does not work (if you put it into the default "program" folder). On start, it tries to create a local direcitory "pharo-local" and does not have the permission to do so. You need to start it with admin-rights.
Starting images for different vms works great. No more need to manually fight with downloading vms or source files :) Great!
2017-10-06 22:43 GMT+02:00 Gabriel Cotelli <g.cotelli@gmail.com>:
I've tried running it from the terminal and it works!.
If I double-click it from the file manager and choose "Run in Terminal" it gives the previously commented error.
On Fri, Oct 6, 2017 at 5:35 PM, Christophe Demarey <christophe.demarey@inria.fr> wrote:
Hi Gabriel,
Le 6 oct. 2017 à 15:48, Gabriel Cotelli <g.cotelli@gmail.com> a écrit :
I've tried it on Linux, and after the download has finished it cannot launch a Pharo 6.1 image. Find attached the PharoDebug.log
Seems it's searching for the sources file in a wrong location. Pharo cannot locate the sources file named /home/gcotelli/Pharo/pharo-launcher/bin/lib/pharo/5.0-201707201942/PharoV60.sources.
Strange indeed! Iâm not able to reproduce it on my ubuntu vm.
Itâs surprising that sources file is search in the folder of the VM shipped with the launcher. Images are run with VM downloaded in the VM store ($HOME/Pharo/vms) and sources file is search in the vm directory. Could you tell me if you run the launcher from a terminal? Could you send me your environment variables to see if I can find something relevant there?