Thu, Jul 3 2003
22:55:47
|
|
Request created by guest
|
|
Subject: cannot start tcltkgrass: xwininfo error
Platform: WindowsNT/2000/XP
grass obtained from: Trento Italy site
grass binary for platform: Downloaded precompiled Binaries
GRASS Version: GRASS 5.0.2 (April 2003)
I cannot start tcltkgrass.
1. In cygwin window, I typed: startxwin.bat
2. In X terminal, I started GRASS with: grass5
3. I typed: tcltkgrass &, then the following popup appears
Title: Error in startup script
Message:
/usr/X11R6/bin/xwinfo: error: No such window with id 0x24030c. while executing
"exec xwininfo -id [winfo id .w_g] | grep -i Corners"
invoked from within
"scan [exec xwininfo -id [winfo id .w_g] | grep -i Corners] {%*s %d%d} dx dy"
(file "/usr/local/grass5/tcltkgrass/main/gui.tcl" line 1887) invoked from within
"source $env(TCLTKGRASSBASE)/main/gui.tcl"
(file "/usr/local/grass5/bin/tcltkgrass" line 21)
PS. window id is changed each time I typed tcltkgrass & command
Please inform me what to do.
Akira Hagiwara |
|
Fri, Jul 4 2003
17:58:42
|
|
Mail sent by glynn.clements@virgin.net
|
|
Return-Path |
<glynn.clements@virgin.net>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
From |
Glynn Clements <glynn.clements@virgin.net>
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Transfer-Encoding |
7bit
|
Message-ID |
<16133.38675.113925.823631@cerise.nosuchdomain.co.uk>
|
Date |
Fri, 4 Jul 2003 16:02:43 +0100
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #1998] (grass) cannot start tcltkgrass: xwininfo error
|
In-Reply-To |
<20030703205548.38A03139B9@lists.intevation.de>
|
References |
<20030703205548.38A03139B9@lists.intevation.de>
|
X-Mailer |
VM 7.07 under 21.4 (patch 13) "Rational FORTRAN" XEmacs Lucid
|
X-Spam-Status |
No, hits=-2.4 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES, SIGNATURE_SHORT_DENSE,SPAM_PHRASE_02_03 version=2.44
|
X-Spam-Level |
|
Request Tracker wrote:
> Subject: cannot start tcltkgrass: xwininfo error
>
> Platform: WindowsNT/2000/XP
> grass obtained from: Trento Italy site
> grass binary for platform: Downloaded precompiled Binaries
> GRASS Version: GRASS 5.0.2 (April 2003)
>
> I cannot start tcltkgrass.
>
> 1. In cygwin window, I typed: startxwin.bat
> 2. In X terminal, I started GRASS with: grass5
> 3. I typed: tcltkgrass &, then the following popup appears
>
> Title: Error in startup script
> Message:
> /usr/X11R6/bin/xwinfo: error: No such window with id 0x24030c. while executing
Ensure that you are using a Unix/X11 version of Tcl/Tk, such as the
"xtcltk" package from the GRASS site. tcltkgrass will not work with a
Windows version of Tcl/Tk, nor with Cygwin's Tcl/Tk package.
If you have multiple versions of Tcl/Tk installed, getting tcltkgrass
to use the correct version can be complicated. Uninstalling Cygwin's
Tcl/Tk package will solve this problem; however, a number of Cygwin
packages (notably Cygwin's version of gdb) won't work without the
Cygwin Tcl/Tk package.
--
Glynn Clements <glynn.clements@virgin.net>
|
|
Sun, Jul 6 2003
04:41:56
|
|
Comments added by guest
|
|
I could resolve the problem!
I used the Cygwin's Tcl/Tk package and could't start tcltkglass.
According to your instruction, I uninstalled the Cygwin's Tcl/Tk libraries,
and got the X Tcl/Tk libraries from GRASS site, instead.
So I could start tcltkgrass on Windows.
Thank you so much for your help.
Akira Hagiwara |
|
Sat, Jan 24 2004
23:22:34
|
|
Status changed to resolved by smitchell
|
|