Opened 9 years ago
Closed 9 years ago
#2959 closed defect (fixed)
r.viewshed, r.terraflow and i.atcorr broken in 32/64bit builds
Reported by: | wenzeslaus | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 7.0.4 |
Component: | Compiling | Version: | 7.0.3 |
Keywords: | c++, r.viewshed, r.terraflow, i.atcorr, mingw64, mingw | Cc: | |
CPU: | All | Platform: | MSWindows 8 |
Description
r.viewshed
, r.terraflow
and i.atcorr
are not working in the new MS Windows builds. These are C++ modules and does not work in 32bit and 64bit versions.
The executable exists. The error message when running r.viewshed from the system terminal is shown in a dialog:
The application was unable to start correctly (0xc000007b)
In relation to this message a StackOverflow posts mentions STATUS_INVALID_IMAGE_FORMAT
and 32-64 mismatch.
The issues were partially already reported in the following:
- Error running r.viewshed in GRASS 7.0.3 on Windows 7
- Cannot open r.viewshed on Grass 7
- C++ and libLAS modules broken in 7.0.3 in winGRASS
- #2884
Applies to all variations:
Attachments (1)
Change History (7)
follow-up: 4 comment:1 by , 9 years ago
follow-up: 5 comment:3 by , 9 years ago
comment:4 by , 9 years ago
Replying to hellik:
Off topic: Tickets on Trac can be linked using hash and number, e.g.: #2884
. The advantage is that Trac will tell you ticket title and status in the tool tip and will strike out closed tickets. See for example the original description of the ticket where I actually speak about i.atcorr
and link #2884. Also I don't see a need to quote the whole original description. That's why we use Trac and not just mailing list for tracking the issues. No need to read through description twice when I open the ticket page.
Replying to wenzeslaus:
See also https://trac.osgeo.org/grass/ticket/2884