How do you start Moose in Linux?

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

How do you start Moose in Linux?

hernanmd
My system info:

$ uname -a
Linux mvs-virtual-machine 3.19.0-69-generic #77~14.04.1-Ubuntu SMP Tue Aug 30 01:29:21 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID:    elementary OS
Description:    elementary OS Freya
Release:    0.3.2
Codename:    freya

Tryng to run Moose 6.0 after unzipping:

$ ./pharo
unknown option: -plugins
Usage: /home/mvs/moose_suite_6_0/bin/pharo [<option>...] [<imageName> [<argument>...]]
       /home/mvs/moose_suite_6_0/bin/pharo [<option>...] -- [<argument>...]
.....
Available drivers:
  vm-sound-null
  vm-sound-ALSA
  vm-display-null
  vm-display-X11


How do you start Moose?

Cheers,

Hernán


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: How do you start Moose in Linux?

Nicolas Anquetil

what you did seems correct.

on a Debian machine, I once got it running by removing

--plugins "$LINUX" \
--encoding utf8 \

from the calling shell script


Also remember you need the 32 bit version of some libraries (at least libGL.so and libX11.so) for it to work

nicolas


On 17/02/2017 00:03, Hernán Morales Durand wrote:
My system info:

$ uname -a
Linux mvs-virtual-machine 3.19.0-69-generic #77~14.04.1-Ubuntu SMP Tue Aug 30 01:29:21 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID:    elementary OS
Description:    elementary OS Freya
Release:    0.3.2
Codename:    freya

Tryng to run Moose 6.0 after unzipping:

$ ./pharo
unknown option: -plugins
Usage: /home/mvs/moose_suite_6_0/bin/pharo [<option>...] [<imageName> [<argument>...]]
       /home/mvs/moose_suite_6_0/bin/pharo [<option>...] -- [<argument>...]
.....
Available drivers:
  vm-sound-null
  vm-sound-ALSA
  vm-display-null
  vm-display-X11


How do you start Moose?

Cheers,

Hernán



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev

-- 
Nicolas Anquetil -- MCF (HDR)
Project-Team RMod

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: How do you start Moose in Linux?

hernanmd
Couldn't open the image with the provided script, even removing those two lines:

$ ./pharo
Could not open the pharo image file `pharo.image'.

$ ./pharo shared/moose_suite_6_0.image
Could not open the pharo image file `pharo.image'.

The only way I can open the Moose image in Linux is

$ ./bin/pharo shared/moose_suite_6_0.image

It would be nice if Moose documentation tells about it.

Cheers,

Hernán


2017-02-17 4:37 GMT-03:00 Nicolas Anquetil <[hidden email]>:

what you did seems correct.

on a Debian machine, I once got it running by removing

--plugins "$LINUX" \
--encoding utf8 \

from the calling shell script


Also remember you need the 32 bit version of some libraries (at least libGL.so and libX11.so) for it to work

nicolas


On 17/02/2017 00:03, Hernán Morales Durand wrote:
My system info:

$ uname -a
Linux mvs-virtual-machine 3.19.0-69-generic #77~14.04.1-Ubuntu SMP Tue Aug 30 01:29:21 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID:    elementary OS
Description:    elementary OS Freya
Release:    0.3.2
Codename:    freya

Tryng to run Moose 6.0 after unzipping:

$ ./pharo
unknown option: -plugins
Usage: /home/mvs/moose_suite_6_0/bin/pharo [<option>...] [<imageName> [<argument>...]]
       /home/mvs/moose_suite_6_0/bin/pharo [<option>...] -- [<argument>...]
.....
Available drivers:
  vm-sound-null
  vm-sound-ALSA
  vm-display-null
  vm-display-X11


How do you start Moose?

Cheers,

Hernán



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev

-- 
Nicolas Anquetil -- MCF (HDR)
Project-Team RMod

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev