Changes between Initial Version and Version 1 of Ticket #2217
- Timestamp:
- 03/12/14 12:01:13 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2217
- Property Keywords location wizard added
- Property Platform Unspecified → MSWindows 7
-
Ticket #2217 – Description
initial v1 7 7 Running on mapset created with linux grass on external device crashes with Win 7 feedback as ECHO 2 8 8 9 10 9 ---- 11 10 ECHO 1 12 11 ---- 12 13 {{{ 13 14 C:\GRASS64>grass64 14 15 Traceback (most recent call last): … … 224 225 225 226 C:\Users\jvdm> 227 }}} 226 228 227 229 … … 232 234 ---- 233 235 236 237 {{{ 234 238 C:\GRASS64>grass64 235 239 Traceback (most recent call last): … … 263 267 self._handle = _dlopen(self._name, mode) 264 268 WindowsError: [Error 193] %1 is not a valid Win32 application 269 }}}