Issue with Roassal examples

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

Issue with Roassal examples

Leonel Merino-2
Hi all,

Moose crashes when selecting an example from the Roassal examples browser (I tried several examples and it always crashes). This happens in the latest Moose 6.1 development image (dump file here). 

Then, when installing Moose in a clean Pharo5 image the following warning pops up:
Inline images 1

I selected "Proceed" to continue the installation, but a second warning appears after some seconds:
Inline images 2 

Finally, Moose is installed and Roassal examples seem to work fine.

Best regards,
Leonel Merino
PhD student
University of Bern
+41 78 405 43 38

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

Re: Issue with Roassal examples

Tudor Girba-2
Hi,

> On Apr 5, 2017, at 4:29 AM, Leonel Merino <[hidden email]> wrote:
>
> Hi all,
>
> Moose crashes when selecting an example from the Roassal examples browser (I tried several examples and it always crashes). This happens in the latest Moose 6.1 development image (dump file here).

What VM did you use and on what operating system?

> Then, when installing Moose in a clean Pharo5 image the following warning pops up:
> <image.png>

How did you load Moose in Pharo5?

Cheers,
Doru


> I selected "Proceed" to continue the installation, but a second warning appears after some seconds:
> <image.png>
>
> Finally, Moose is installed and Roassal examples seem to work fine.
>
> Best regards,
> Leonel Merino
> PhD student
> University of Bern
> +41 78 405 43 38
> [hidden email]
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
www.tudorgirba.com
www.feenk.com

"From an abstract enough point of view, any two things are similar."




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

Re: Issue with Roassal examples

Leonel Merino-2
Hi,

I used the VM for Mac OSX linked in the website http://files.pharo.org/get-files/50/pharo-mac-stable.zip

And I loaded Moose in Pharo 5 by evaluating the following script in the Playground.

Metacello new
    smalltalkhubUser: 'Moose' project: 'Moose';
    configuration: 'Moose';
    version: #stable;
    load.

Best regards,
Leonel Merino
PhD student
University of Bern
+41 78 405 43 38

On 5 April 2017 at 13:20, Tudor Girba <[hidden email]> wrote:
Hi,

> On Apr 5, 2017, at 4:29 AM, Leonel Merino <[hidden email]> wrote:
>
> Hi all,
>
> Moose crashes when selecting an example from the Roassal examples browser (I tried several examples and it always crashes). This happens in the latest Moose 6.1 development image (dump file here).

What VM did you use and on what operating system?

> Then, when installing Moose in a clean Pharo5 image the following warning pops up:
> <image.png>

How did you load Moose in Pharo5?

Cheers,
Doru


> I selected "Proceed" to continue the installation, but a second warning appears after some seconds:
> <image.png>
>
> Finally, Moose is installed and Roassal examples seem to work fine.
>
> Best regards,
> Leonel Merino
> PhD student
> University of Bern
> <a href="tel:%2B41%2078%20405%2043%2038" value="+41784054338">+41 78 405 43 38
> [hidden email]
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
www.tudorgirba.com
www.feenk.com

"From an abstract enough point of view, any two things are similar."




_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: Issue with Roassal examples

Ben Coman
Can you try with Pharo 6.
http://files.pharo.org/image/60/latest.zip

cheers -ben

On Wed, Apr 5, 2017 at 11:00 PM, Leonel Merino <[hidden email]> wrote:

> Hi,
>
> I used the VM for Mac OSX linked in the website
> http://files.pharo.org/get-files/50/pharo-mac-stable.zip
>
> And I loaded Moose in Pharo 5 by evaluating the following script in the
> Playground.
>
> Metacello new
>     smalltalkhubUser: 'Moose' project: 'Moose';
>     configuration: 'Moose';
>     version: #stable;
>     load.
>
>
> Best regards,
> Leonel Merino
> PhD student
> University of Bern
> +41 78 405 43 38
> [hidden email]
>
> On 5 April 2017 at 13:20, Tudor Girba <[hidden email]> wrote:
>>
>> Hi,
>>
>> > On Apr 5, 2017, at 4:29 AM, Leonel Merino <[hidden email]> wrote:
>> >
>> > Hi all,
>> >
>> > Moose crashes when selecting an example from the Roassal examples
>> > browser (I tried several examples and it always crashes). This happens in
>> > the latest Moose 6.1 development image (dump file here).
>>
>> What VM did you use and on what operating system?
>>
>> > Then, when installing Moose in a clean Pharo5 image the following
>> > warning pops up:
>> > <image.png>
>>
>> How did you load Moose in Pharo5?
>>
>> Cheers,
>> Doru
>>
>>
>> > I selected "Proceed" to continue the installation, but a second warning
>> > appears after some seconds:
>> > <image.png>
>> >
>> > Finally, Moose is installed and Roassal examples seem to work fine.
>> >
>> > Best regards,
>> > Leonel Merino
>> > PhD student
>> > University of Bern
>> > +41 78 405 43 38
>> > [hidden email]
>> > _______________________________________________
>> > Moose-dev mailing list
>> > [hidden email]
>> > https://www.list.inf.unibe.ch/listinfo/moose-dev
>>
>> --
>> www.tudorgirba.com
>> www.feenk.com
>>
>> "From an abstract enough point of view, any two things are similar."
>>
>>
>>
>>
>> _______________________________________________
>> 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
>
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev