On Mon, 12 Jan 2009, Juergen Dabel wrote:
> Help wanted for image3:
> 
> When trying to read an image (and using other functions) I get the  
> following errors:
> 
>     NB. image3 test
>     load '/Applications/j602/addons/media/image3/image3.ijs'
>     read_image '/Applications/j602/addons/media/image3/atkiln.jpg'
> |domain error: cd
> |   a=.    'jpeg_get_info + i *c *i *i *i *i'zjm(<y),(,&.>;/4#0)

You can get more detail error message by typing cder'' right after the
error occurred.  The following is copied from J user manual.


cd Domain Error and GetLastError Information

cder'' returns information about a cd domain error:
0 0 - no error
1 0 - file not found
2 0 - procedure not found
3 0 - too many DLLs loaded (max 20)
4 0 - too many or too few parameters
5 x - declaration x invalid
6 x - parameter x type doesn't match declaration
7 0 - system limit - linux64 max 8 float/double scalars

cderx'' returns GetLastError and text from the last cd.


-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
唐詩287 朱慶餘  宮詞
    寂寂花時閉院門  美人相並立瓊軒  含情欲說宮中事  鸚鵡前頭不敢言
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to