Ethereal-dev: Re: [Ethereal-dev] Windows build of 0.9.16 does not exit cleanly

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 6 Nov 2003 18:36:40 -0800

On Nov 6, 2003, at 8:22 AM, Michael Lum wrote:

GTK+ 1.3 from http://www.ethereal.com/distribution/win32/development/

It was after opening a file.

Not surprising, given that it's complaining about a progress bar.

The code that maintains the progress bar for reading a file clamps the percentage at 1.0, so presumably it's complaining because the percentage is somehow negative.

Do you still have that file? If so, how large is it (bytes in size), is it compressed, and is the problem reproducible? If so, does "file_pos" ever become negative in "cf_read()" when reading in that file?

I just tried starting the executable up and found a window in the
background with the following:

error opening C:\Program Files\Ethereal\asn1/default.tt, No such file or
directory

In "read_asn1_type_table()", presumably the "fopen()" fails; if it fails, what are the values of "filename", "default_asn1_filename", and "asn1_filename", and what's the value of "errno" (is it equal to ENOENT or not)?