[GRASS-dev] NVIZ now broken?

Hi,

after the yesterday's changes to NVIZ it seems to
be completely broken. It doesn't completely started
any more (it remains in the "please wait" state and
opens a reduced screen without panels).
Can this be confirmed?

Markus

on Mandriva Cooker, compiled from CVS today, it works.

On 14/11/06, Markus Neteler <neteler@itc.it> wrote:

Hi,

after the yesterday's changes to NVIZ it seems to
be completely broken. It doesn't completely started
any more (it remains in the "please wait" state and
opens a reduced screen without panels).
Can this be confirmed?

Markus

_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev

--
Some Google Working rules:
* Developers can switch teams and/or projects any time they want, no
questions asked; just say the word and the movers will show up the
next day to put you in your new office with your new team.
* There aren't very many meetings. I'd say an average developer
attends perhaps 3 meetings a week.
* Google has a philosophy of not ever telling developers what to work
on, and they take it pretty seriously.
* Google tends not to pre-announce. They really do understand that you
can't rush good cooking, you can't rush babies out, and you can't rush
software development.

You are lucky :slight_smile: Yann, does Mandriva Cooker come with tcl 8.5?

strace nviz elevation.dem
....
select(4, [0 3], , , {0, 0}) = 0 (Timeout)
select(4, [0 3], , , {0, 998}) = 0 (Timeout)
select(4, [0 3], , , {0, 46}) = 0 (Timeout)
select(4, [0 3], , , {0, 998}) = 0 (Timeout)
select(4, [0 3], , , {0, 1}) = 0 (Timeout)
select(4, [0 3], , , {0, 998}) = 0 (Timeout)
select(4, [0 3], , , {0, 998}) = 0 (Timeout)
...

If I resize the window, I see spurious elevation.dem visualizations but
the left panel menus never open up. Only "File" is in the top menu, nothing
else.

I am using rpm -qf /usr/lib64/libtcl8.4.so
tcl-8.4.7-2

Markus

Yann Chemin wrote on 11/14/2006 12:34 PM:

on Mandriva Cooker, compiled from CVS today, it works.

On 14/11/06, Markus Neteler <neteler@itc.it> wrote:

Hi,

after the yesterday's changes to NVIZ it seems to
be completely broken. It doesn't completely started
any more (it remains in the "please wait" state and
opens a reduced screen without panels).
Can this be confirmed?

Markus

_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev

Arrrggh!

I guess that's what the development version means ;-(

It works fine here so I'll need to know some more details about what the
system it's broken on in order to fix it.

Does it work on anyone else's Mac in x11, or just mine?

I really only changed a half-dozen of the scripts. So I guess the place to
start is to revert everything except config.tcl and panel_main.tcl and see
if it works. Then add in subsequent panels one at at time.

A real difficulty with nviz is that it doesn't report errors. I don't know
where they go, but they don't show up as TclTk error messages.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: Markus Neteler <neteler@itc.it>
Date: Tue, 14 Nov 2006 10:33:29 +0100
To: GRASS developers list <grass-dev@grass.itc.it>
Subject: [GRASS-dev] NVIZ now broken?

Hi,

after the yesterday's changes to NVIZ it seems to
be completely broken. It doesn't completely started
any more (it remains in the "please wait" state and
opens a reduced screen without panels).
Can this be confirmed?

Markus

Michael:

my/our NVIZ status is:
- on Mandriva Cooker and Mandriva 2006 (tcl-8.4.11-1mdk) are ok.
- on RedHat Enterprise Linux (tcl-8.4.7-2) broken

What do others report?

Markus

On Tue, Nov 14, 2006 at 07:38:25AM -0700, Michael Barton wrote:

Arrrggh!

I guess that's what the development version means ;-(

It works fine here so I'll need to know some more details about what the
system it's broken on in order to fix it.

Does it work on anyone else's Mac in x11, or just mine?

I really only changed a half-dozen of the scripts. So I guess the place to
start is to revert everything except config.tcl and panel_main.tcl and see
if it works. Then add in subsequent panels one at at time.

A real difficulty with nviz is that it doesn't report errors. I don't know
where they go, but they don't show up as TclTk error messages.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

> From: Markus Neteler <neteler@itc.it>
> Date: Tue, 14 Nov 2006 10:33:29 +0100
> To: GRASS developers list <grass-dev@grass.itc.it>
> Subject: [GRASS-dev] NVIZ now broken?
>
> Hi,
>
> after the yesterday's changes to NVIZ it seems to
> be completely broken. It doesn't completely started
> any more (it remains in the "please wait" state and
> opens a reduced screen without panels).
> Can this be confirmed?
>
> Markus
>
>

--
Markus Neteler <neteler itc it> http://mpa.itc.it/markus/
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy

On Tuesday 14 November 2006 13:45, Markus Neteler wrote:

Michael:

my/our NVIZ status is:
- on Mandriva Cooker and Mandriva 2006 (tcl-8.4.11-1mdk) are ok.
- on RedHat Enterprise Linux (tcl-8.4.7-2) broken

What do others report?

Markus

Works for me on Debian Unstable (tcl-8.4.12-1.1)

Dylan

On Tue, Nov 14, 2006 at 07:38:25AM -0700, Michael Barton wrote:
> Arrrggh!
>
> I guess that's what the development version means ;-(
>
> It works fine here so I'll need to know some more details about what the
> system it's broken on in order to fix it.
>
> Does it work on anyone else's Mac in x11, or just mine?
>
> I really only changed a half-dozen of the scripts. So I guess the place
> to start is to revert everything except config.tcl and panel_main.tcl and
> see if it works. Then add in subsequent panels one at at time.
>
> A real difficulty with nviz is that it doesn't report errors. I don't
> know where they go, but they don't show up as TclTk error messages.
>
> Michael
> __________________________________________
> Michael Barton, Professor of Anthropology
> School of Human Evolution & Social Change
> Center for Social Dynamics & Complexity
> Arizona State University
>
> phone: 480-965-6213
> fax: 480-965-7671
> www: http://www.public.asu.edu/~cmbarton
>
> > From: Markus Neteler <neteler@itc.it>
> > Date: Tue, 14 Nov 2006 10:33:29 +0100
> > To: GRASS developers list <grass-dev@grass.itc.it>
> > Subject: [GRASS-dev] NVIZ now broken?
> >
> > Hi,
> >
> > after the yesterday's changes to NVIZ it seems to
> > be completely broken. It doesn't completely started
> > any more (it remains in the "please wait" state and
> > opens a reduced screen without panels).
> > Can this be confirmed?
> >
> > Markus

--
Dylan Beaudette
Soils and Biogeochemistry Graduate Group
University of California at Davis
530.754.7341

We're trying to get GRASS on FC6 and can test there (currently down to a
problem with the gdal plugin - can't get it to recognize existing
depndencies).

I didn't add anything unusual or especially uptodate in these. In fact, I
specifically tried to use Bwidgets to avoid using any overly spiffy new
widgets. So this is indeed weird.

Maybe try the script starter for nviz that Bob Covill sent around and see
what the error is.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: Markus Neteler <neteler@itc.it>
Date: Tue, 14 Nov 2006 22:45:34 +0100
To: GRASS developers list <grass-dev@grass.itc.it>
Subject: Re: [GRASS-dev] NVIZ now broken?

Michael:

my/our NVIZ status is:
- on Mandriva Cooker and Mandriva 2006 (tcl-8.4.11-1mdk) are ok.
- on RedHat Enterprise Linux (tcl-8.4.7-2) broken

What do others report?

Markus

On Tue, Nov 14, 2006 at 07:38:25AM -0700, Michael Barton wrote:

Arrrggh!

I guess that's what the development version means ;-(

It works fine here so I'll need to know some more details about what the
system it's broken on in order to fix it.

Does it work on anyone else's Mac in x11, or just mine?

I really only changed a half-dozen of the scripts. So I guess the place to
start is to revert everything except config.tcl and panel_main.tcl and see
if it works. Then add in subsequent panels one at at time.

A real difficulty with nviz is that it doesn't report errors. I don't know
where they go, but they don't show up as TclTk error messages.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: Markus Neteler <neteler@itc.it>
Date: Tue, 14 Nov 2006 10:33:29 +0100
To: GRASS developers list <grass-dev@grass.itc.it>
Subject: [GRASS-dev] NVIZ now broken?

Hi,

after the yesterday's changes to NVIZ it seems to
be completely broken. It doesn't completely started
any more (it remains in the "please wait" state and
opens a reduced screen without panels).
Can this be confirmed?

Markus

--
Markus Neteler <neteler itc it> http://mpa.itc.it/markus/
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy