Trying SimpleMorph crashes

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

Trying SimpleMorph crashes

rhawley
I have installed SimpleMorphic from a file browser into Pharo1.2a @12241 but when I try something like:
x := SMxStarMorph new openInHand

the system hangs with a eventual crash-out saying:

***System error handling failed***
Original error: Error: MessageNotUnderstood: SMxStarMorph>>ownerChanged.
    Debugger error: MessageNotUnderstood: SMxStarMorph>>wantsToBeCachedByHand:
MorphicUIManager>>onPrimitiveError:
......
etc.

There are similar problems when trying this in the one-click Pharo image.

Reply | Threaded
Open this post in threaded view
|

Re: Trying SimpleMorph crashes

Stéphane Ducasse
thanks for the report.

On Nov 21, 2010, at 5:56 AM, Robert Hawley wrote:

> I have installed SimpleMorphic from a file browser into Pharo1.2a @12241 but when I try something like:
> x := SMxStarMorph new openInHand
>
> the system hangs with a eventual crash-out saying:
>
> ***System error handling failed***
> Original error: Error: MessageNotUnderstood: SMxStarMorph>>ownerChanged.
>    Debugger error: MessageNotUnderstood: SMxStarMorph>>wantsToBeCachedByHand:
> MorphicUIManager>>onPrimitiveError:
> ......
> etc.
>
> There are similar problems when trying this in the one-click Pharo image.
>


Reply | Threaded
Open this post in threaded view
|

Re: Trying SimpleMorph crashes

Juan Vuletich-4
In reply to this post by rhawley
Hi Robert,

Robert Hawley wrote:

> I have installed SimpleMorphic from a file browser into Pharo1.2a @12241 but when I try something like:
> x := SMxStarMorph new openInHand
>
> the system hangs with a eventual crash-out saying:
>
> ***System error handling failed***
> Original error: Error: MessageNotUnderstood: SMxStarMorph>>ownerChanged.
>     Debugger error: MessageNotUnderstood: SMxStarMorph>>wantsToBeCachedByHand:
> MorphicUIManager>>onPrimitiveError:
> ......
> etc.
>
> There are similar problems when trying this in the one-click Pharo image.
>  

The new morphs are part of SimpleMorphic and will not run in old
Morphic. To start SimpleMorphic do 'SimpleMorphicUIManager start'. To go
back, evaluate 'SimpleMorphicUIManager stop'.

Cheers,
Juan Vuletich