On Sat, 11 Apr 2009, Simon Kröger wrote:
> Hi fellow adventurers,
>
> my journey came to a sudden halt as i tried to do the following:
> -------------------------------------------------
> Shoes.app do
> fill "http://shoooes.net/images/nks-kidnap.png"
To the best of my knowledge, you can't use URLs to refer to images
like that; I think you need to use the download command to get it
and put it somewhere, first....
> rect 0, 0, 59, 59, 5
> end
> -------------------------------------------------
>
> The unexpected result was:
> -------------------------------------------------
> >shoes shoebug.rb
> shoebug.rb:2: wrong argument type nil (expected Data) (TypeError)
> shoebug.rb:2: [BUG] Segmentation fault
> ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]
OK, so you are on Linux. It may be worth reporting which shoes
version you are using, given the segfault.
>
> Aborted
> >Exit code: 134
> -------------------------------------------------
>
> Is there someone who can make my day brighter?
>
> cheers
>
> Simon
>
HTH
Hugh