gnump3d-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnump3d-users] Downsampling problem / CACHING


From: Mark Schouten
Subject: Re: [Gnump3d-users] Downsampling problem / CACHING
Date: Mon, 8 May 2006 06:24:41 +0200
User-agent: Mutt/1.5.9i

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
address@hidden
Are you using Ubuntu yet? http://www.ubuntu.com/

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]