Status: New
Owner: ----
New issue 3406 by musicartscience: Standard images from downloads page do
not implement Object #clone
http://code.google.com/p/pharo/issues/detail?id=3406Hi,
I downloaded the one-click install and the Windows installer of 1.1 image
and when I ran the "AbstractSound bachFugue play" example, I found that
Object did not understand #clone which was fired from PluckedSound.
I fixed the problem by implementing #clone on Object with the following
code:
clone
<primitive: 148>
self primitiveFailed
I think you need to check the default image and include this implementation
of #clone for Object, it fixed the problem for me, but I had to download
two images, both which didn't have it and were marked as "stable".
Cheers!