Hi Constantine, François, I confirmed the same error. But I edited like this:
left => 0 -----> :left => 0 It works fine on my Windows Vista with Shoes 2. ;-) Regards, ashbb On Mon, Jan 12, 2009 at 3:48 AM, François Vaux <[email protected]> wrote: > I've got the very same error here, and the code looks OK, so I assume > it's a bug :) > > I'l test with a manually built shoes to see if the problem is with the .run > > -- > François > > 2009/1/11 Constantine Cusulos <[email protected]>: > > Hello all, > > > > I tried to run the script from "Nobody Knows Shoes" p.16: > > > > Shoes.app do > > @o = oval :top => 0, left => 0, > > :radius => 40 > > > > stack :margin => 40 do > > title "Dancing With a Circle" > > subtitle "How graceful and round." > > end > > > > motion do |x, y| > > @o.move width - x, height - y > > end > > end > > > > The result was that Shoes crashed with the following message: > > > > Verifying archive integrity... All good. > > Uncompressing > > > Shoes.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... > > test.rb:2: [BUG] Segmentation fault > > ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-linux] > > > > Aborted > > > > > > I am running Shoes 2 (http://shoooes.net/dist/shoes2.run) on Kubuntu > > 8.10/i386. > > > > Is this a bug or a "feature"? :-) > > > > Constantine > > >
