Re: [Installbase-devel] My installs fail (windows & linux)
Status: Alpha
Brought to you by:
damonc
|
From: Damon C. <da...@yo...> - 2003-03-29 18:38:17
|
Ack! This is an ugly legacy bug from the old freewrap days. I will
commit a change very shortly. I also remember seeing the divide-by-zero
bug a bit back, so I will commit a fix for that as well. Look for it
sometime today.
Thanks for finding it. It only shows how badly I need testers who
put the releases through their paces before release. 0-]
Damon
> I don't know if George is on the devel list so if not can someone pass
> this on.
>
> I had the same error with
> invalid command name "::zvfs::list"
> while executing
> "::zvfs::list $dir/*"
> (procedure "BWidgetInit" line 3)
> in main.tcl.
>
> I manually changed each seeing in the tcl script until I found the one
> that caused this.
> I was getting this error because I had set the yes check box for
> "Install Panes -> Custom Setup".
> After changing that back to No the program worked again. I would guess
> that you must need that option like I did. I decided to live without it
> until the bug is fixed.
>
> I hope that helps.
>
>
> On Sat, 2003-03-29 at 06:12, SourceForge.net wrote:
>
> > Bugs item #711797, was opened at 2003-03-29 15:12
> > You can respond by visiting:
> > https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799
> >
> > Category: Installs
> > Group: None
> > Status: Open
> > Resolution: None
> > Priority: 5
> > Submitted By: Georgios Petasis (petasis)
> > Assigned to: Nobody/Anonymous (nobody)
> > Summary: My installs fail (windows & linux)
> >
> > Initial Comment:
> > Hi all,
> >
> > I am trying to use (for some time now) the latest
> > CVS installbase (last update 28/03/2003) but without
> > much success. I am able to build small installs that
> > install a few files, but the produced installs fail
> > when I try to build the install I want.
> >
> > First of all, the first problem comes from the
> > fact that files with size 0 cannot be added.
> > (The code that updates the scrollbars devides
> > some quantity with the file size and an error
> > occurs when the size is 0). My app also
> > contains tclhttp, which has some files with size 0.
> >
> > However, removing these files allows the install
> > to be created, but when I try to run it, I get
> > the error:
> >
> > invalid command name "::zvfs::list"
> > while executing
> > "::zvfs::list $dir/*"
> > (procedure "BWidgetInit" line 3)
> > in main.tcl.
> >
> > I don't know how to fix it :-) Any ideas?
> >
> > George
> >
> > ----------------------------------------------------------------------
> >
> > You can respond by visiting:
> > https://sourceforge.net/tracker/?func=detail&atid=474883&aid=711797&group_id=54799
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by:
> > The Definitive IT and Networking Event. Be There!
> > NetWorld+Interop Las Vegas 2003 -- Register today!
> > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> > _______________________________________________
> > Installbase-devel mailing list
> > Ins...@li...
> > https://lists.sourceforge.net/lists/listinfo/installbase-devel
>
> Roy Souther
> www.SiliconTao.com
>
> Changing the way people do business.
>
|