-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning message - running command 'g.proj.exe -w' had status 884 #33
Comments
After installing |
Not only |
Can confirm |
This was fixed couple days ago in GRASS, see OSGeo/grass#3306. |
Setup:
produces the following warning:
Warning message:
This doesn't happen when initialising a new grass location, (e.g. in R's temp file area), only when accessing an existing one. Using
gmeta()
also produces the same warning. I think I've traced the issue to here, https://github.com/rsbivand/rgrass7/blob/5801ed574b6aef6da272d9dbd1939770c21879e9/R/rgrass.R#L110specifically the use of
intern = TRUE
. I think the error handling line that follows isn't catching this issue, because a simple status of 884 is returned rather than anything including the word 'ERROR'. I can't find an explanation of what status 884 implies.This effect persists whether an RStudio project is active or not, and the same issue arises if I launch RStudio normally and use my own initialization script. Everything else seems to work fine, and I have been working with this location across several previous versions of R and GRASS without this message appearing.
The text was updated successfully, but these errors were encountered: