385 | | * see also [http://trac.osgeo.org/osgeo4w/wiki/pkg-grass#Errata OSGeo4W pkg-grass buglist] |
386 | | |
387 | | * r.patch and v.patch do not work on 32bit Vista. They exit with a "Bad file number" error. Apparently Windows's security measures think that "patch" is a dangerous word. (see bug #759) |
388 | | * Solution 1: Switch off UAC. |
389 | | * Solution 2: Rename C:\GRASS\bin\r.patch.exe to r.fuzzy_kittens.exe. Do something similar for v.patch.exe. To keep the menus working you will want to edit the C:\GRASS\etc\wxpython\xml\menudata.xml file as well to match the new names. |
390 | | |
391 | | * Similarly, some anti-virus software seem to think that the ''r.out.png.exe'' (etc.) module is a sneaky attempt to fool you into thinking it's an image instead of a program which exports a PNG file. You'll have to bypass those over zealous warnings as needed. |
| 385 | * see also [http://trac.osgeo.org/osgeo4w/wiki/pkg-grass#Errata OSGeo4W pkg-grass buglist] |
| 386 | |
| 387 | * r.patch and v.patch do not work on 32bit Vista. They exit with a "Bad file number" error. Apparently Windows's security measures think that "patch" is a dangerous word. (see bug #759) |
| 388 | * Solution 1: Switch off UAC. |
| 389 | * Solution 2: Rename C:\GRASS\bin\r.patch.exe to r.fuzzy_kittens.exe. Do something similar for v.patch.exe. To keep the menus working you will want to edit the C:\GRASS\etc\wxpython\xml\menudata.xml file as well to match the new names. |
| 390 | |
| 391 | * Similarly, some anti-virus software seem to think that the ''r.out.png.exe'' (etc.) module is a sneaky attempt to fool you into thinking it's an image instead of a program which exports a PNG file. You'll have to bypass those over zealous warnings as needed. |
| 392 | |
| 393 | * Large File support ("LFS", >2GiB) is currently not supported for 32bit versions of Windows. A 64bit build of GRASS (or accurately the support libraries needed to build 64bit GRASS) is still in development. |