I'm checking that error and it's weird. First, I could load the project
with no problems in the last Pharo 2.0 image I downloaded from
pharo-project.org.

But I checked your stacktrace and I see that the error comes from here:

ExternalObject class>>initialize
"ExternalObject initialize"
 Smalltalk addToStartUpList: self after: ShortRunArray.

That is a class from the FFI-Kernel package, and ShortRunArray (the class
that is not found in your stacktrace, I assume) is in the package
Balloon-Collections.

Maybe there's a problem with FFI dependencies?


On Tue, Sep 24, 2013 at 12:32 PM, Carla F. Griggio
<[email protected]>wrote:

> Santiago: yes! Germán said the same thing :P It would be awesome. Maybe
> filling the potion is more difficult, but at least I can change the color :P
>
> Kilon and laurent: I will try it in a new image and get back to you,
> thanks for trying it (or trying to try it :P).
>
>
> On Tue, Sep 24, 2013 at 12:30 PM, laurent laffont <
> [email protected]> wrote:
>
>> Same error here on ArchLinux.
>>
>> Laurent
>>
>>
>>
>> On Tue, Sep 24, 2013 at 12:06 PM, kilon <[email protected]> wrote:
>>
>>> yeah it fails with error after executing :
>>>
>>> Gofer it
>>>   url: 'http://www.smalltalkhub.com/mc/estebanlm/Mars/main';
>>>   package: 'ConfigurationOfMars';
>>>   load.
>>>
>>> ConfigurationOfMars loadBleedingEdge: 'All'.
>>>
>>> "Error : nil cannot be found in Smalltalk dictionary"
>>>
>>> here is the stack trace
>>>
>>> http://pastebin.com/yyHSVntN <http://pastebin.com/yyHSVntN>
>>>
>>>
>>> Carla F. Griggio wrote
>>> > Hi!
>>> > For Ubuntu read this blog entry where I explain the setup I had to do:
>>> >
>>> http://marsonpharo.wordpress.com/2013/06/19/setting-up-the-environment/
>>> >
>>> > It's a little outdated because it was one of the first things I did,
>>> but
>>> > if
>>> > something doesn't work just let me know or comment on the blog post.
>>> >
>>> > Thanks for the comments, everybody.
>>> >
>>> >
>>> > On Tue, Sep 24, 2013 at 11:06 AM, kilon <
>>>
>>> > [email protected]
>>>
>>> > > wrote:
>>> >
>>> >> ok found it in smalltalkhub and load it to the image, but trying
>>> >> CofigurationOfMars loadBleedingEdge gives me an error "error: name not
>>> >> found
>>> >> unix" . How I load it ?
>>> >>
>>> >> I am on Ubuntu 13.04 amd64.
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> View this message in context:
>>> >>
>>> http://forum.world.st/New-Mars-examples-Package-Browser-and-Test-Runner-tp4709937p4709977.html
>>> >> Sent from the Pharo Smalltalk Developers mailing list archive at
>>> >> Nabble.com.
>>> >>
>>> >>
>>>
>>>
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://forum.world.st/New-Mars-examples-Package-Browser-and-Test-Runner-tp4709937p4710003.html
>>> Sent from the Pharo Smalltalk Developers mailing list archive at
>>> Nabble.com.
>>>
>>>
>>
>

Reply via email to