Opened 16 years ago
Last modified 9 years ago
#141 reopened defect
Georectifier throws error if user completes form by typing
| Reported by: | RRosario | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 6.4.6 |
| Component: | Tcl/Tk | Version: | 6.3.0 RCs |
| Keywords: | georectify, gis.m | Cc: | |
| CPU: | Unspecified | Platform: | Unspecified |
Description
In the dialog box that is displayed after Georectify is selected from the File menu, if a user types in the information instead of clicking on the labeled buttons to fill the fields, the following error is displayed:
Error: can't read "output": no such variable
Problem is resolved by using point-and-click to select the necessary group, mapset and map raster.
Change History (8)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Since my class is over, I don't have as many ways to test this on Windows. I've tried it on my Mac and typing is no problem. What happens if you press <return> after typing in a field?
Michael
comment:3 by , 15 years ago
| CPU: | → Unspecified |
|---|---|
| Keywords: | gis.m added; wingrass windows native output no such variable removed |
| Platform: | → Unspecified |
Hi,
I can reproduce this in 6.4.0rc4 wingrass + 6.5svn on Linux.
- File -> Georectify
- Click in "select mapset" box, type "foo"
- [tab] to "select group", type "bar"
- [tab] to "select map", type "baz"
- click [start georectifying] -> error window.
- click [ok] GCP table opens as expected
full error message is:
can't read "output": no such variable
can't read "output": no such variable
while executing
"puts $output "# Ground Control Points File""
(procedure "GRMap::savegcp" line 17)
invoked from within
"GRMap::savegcp"
(procedure "GRMap::gcp_error" line 24)
invoked from within
"GRMap::gcp_error"
(procedure "GRMap::gcpwin" line 121)
invoked from within
"GRMap::gcpwin"
(procedure "GRMap::refmap" line 33)
invoked from within
"GRMap::refmap"
("uplevel" body line 1)
invoked from within
"uplevel \#0 $cmd"
(procedure "Button::_release" line 18)
invoked from within
"Button::_release .grstart.mf.frame.start.a"
(command bound to event)
Hamish
comment:4 by , 15 years ago
| Summary: | wingrass native: Georectifier throws error if user completes form by typing → Georectifier throws error if user completes form by typing |
|---|
comment:5 by , 10 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
This is Tcl/Tk which will be dropped for GRASS 7 and there is GCP Manager in wxGUI (in both GRASS 6.4 and GRASS 7), so closing as wontfix.
comment:6 by , 10 years ago
| Milestone: | 6.4.0 → 6.4.5 |
|---|---|
| Resolution: | wontfix |
| Status: | closed → reopened |
bugs are bugs and should be fixed.
regards, Hamish
comment:8 by , 9 years ago
| Milestone: | → 6.4.6 |
|---|

Replying to RRosario:
Could you please check it out with WinGRASS 6.3.0? Thanks
Marco