I updated QGIS to version 3.6 using OSGEO4w
When I try to run any GRASS script, I get the following error message :
This algorithm cannot be run :-( The specified GRASS 7 folder "C:\OSGEO4~1\bin\bin" does not contain a valid set of GRASS 7 modules. Please, go to the Processing settings dialog, and check that the GRASS 7 folder is correctly configured
It looks like the path doesn't exist, but I couldn't find a place to change it; it is not an option in the processing settings any more like in versions 2.x.
Is there a way to run those processing scripts in QGIS 3.6 and if so, how could I tweak the settings needed?
Here is what my processing options looks like



grasspackage with OSGEO4w. – Comrade Che Dec 16 '19 at 06:07QGIS Desktop x.x.x with GRASS x.x.xoption at all. I only get theQGIS Desktopoption. What could be wrong? – Nancy Dec 23 '19 at 09:13call "%OSGEO4W_ROOT%\apps\grass\grass78\etc\env.bat"to my qgis batch file, and grass tools work. Of cource the path must be correct and the line should come after that linecall "%~dp0\o4w_env.bat"– Andreas Müller Jan 09 '20 at 14:50.qgzof mine and changed the app to execute fromqgis.battoqgis-grass7.bat. Seems to work fine. Now my QGIS project files don't have a nice icon any more, but, well, you know, meh... I'll take care of it when I have time for aesthetics. – thymaro Apr 27 '20 at 16:26