[GRASSLIST:5764] NVIZ segmentation violation

hello,

I linked the libraries as described in the FAQ and started NVIZ, it prompted various questions, which layer, vector etc. (I choose only one rastermap) but finally the nviz-window opened for a second and printed this error message:

The papers are available at
http://www2.gis.uiuc.edu:2280/modviz/
Loading Data
Update elev null mask
building color table
Adding panels from /usr/local/grass5/etc/nviz2.2/scripts
Nv_(panels)
toplevel made
child killed: segmentation violation
    while executing
"exec /usr/local/grass5/etc/nviz2.2/NVWISH2.2 -f /usr/local/grass5/etc/nviz2.2/scripts/nviz2.2_script el=00l -name NVIZ >&@stdout"
    ("eval" body line 1)
    invoked from within
"eval exec $env(GISBASE)/etc/nviz2.2/NVWISH2.2 -f $env(GISBASE)/etc/nviz2.2/scripts/nviz2.2_script $argv -name NVIZ >&@stdout"
    invoked from within
"if {$argv == ""} {
#no arguments
eval exec $env(GISBASE)/etc/nviz2.2/NVWISH2.2 -f $env(GISBASE)/etc/nviz2.2/scripts/nviz2.2_script -name NVIZ >&@stdo..."
    (file "/usr/local/grass5/bin/nviz" line 16)

Finished - press RETURN or ENTER to continue

any idea what went wrong? cheers Martin

--
Martin Wegmann
Department of Animal Ecology and Tropical Biology
Zoology III, Biocenter
Am Hubland
D-97074 Würzburg
Germany
E-Mail:
wegmann@biozentrum.uni-wuerzburg.de
m.wegmann@web.de

Hi Martin,

From the german list I remember you are using GRASS 5.0.0 or 5.0.1 on a

Suse 8.1 distribution, didn't you?

If I am right, your problem is, that NVIZ in GRASS 5.0.0 and in 5.0.1
does not support Tcl/Tk 8.4 which is part of Suse 8.1. If you need it,
you will have to compile a CVS snapshot of the GRASS 5.0 development
branch, because in CVS this problem is already solved.

You may test your tk version with

rpm -qa | grep tk

  Otto