On Sun, May 07, 2006 at 11:35:48PM +0200, jbd wrote:
> print() on closed filehandle CACHING at /usr/bin/gnump3d line 1866, <GEN3>
> line 4.
> ....................

Can you edit the file gnump3d and replace

open( CACHING, "+>$down_cachedir/$cacheFile" );

with

open( CACHING, "+>$down_cachedir/$cacheFile" )
        or die "Could not open cachefile: $!";

You can see the real error than.

--
Mark Schouten
[EMAIL PROTECTED]
Are you using Ubuntu yet? http://www.ubuntu.com/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Reply via email to