9fans archive / 1997 / 11 / 24 /    prev next

From: Kenji Arisawa kenji@nx
Subject: [9fans] Updated mothra don't show images.
Date: Mon, 24 Nov 97 11:27:41 +0900

Hello 9fans.

I can't see images in mothra of updated version.

Mothra shows an error message "error in picopen_r" when it accesses
image file.
The message is sent from getpix.c:

void getimage(Rtext *t, Www *w){
....
        default:
                close(pfd[0]);
                sprint(fdname, "/fd/%d", pfd[1]);
                f=picopen_r(fdname);
                close(pfd[1]);
                if(f==0){
                        werrstr("error in picopen_r");
                        goto Err;
                }
...
}

I don't know whether this trouble is peculiar to me or not.
What about your mothra?

Thanks.

Kenji Arisawa
E-mail: arisawa@aic...