You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Actually in winGRASS, RStudio is added to %PATH% at startup via env.bat in order to be used within the winGRASS OSGeo4W shell
IF EXIST "%ProgramFiles%\RStudio\bin\rstudio.exe" set PATH=%PATH%;%ProgramFiles%\RStudio\bin
it seems that RStudio ships QT DLLs which may interfere and crash with QGIS bundled QT DLLs when QGIS is started with GRASS functionality.
Describe the solution you'd like
to avoid this QT DLL mismatch crash, adding a functionality into the wxGUI for manually adding RStudio path to %PATH% within a GRASS session instead of default by startup would be nice.
a starting point may be how %ADDON_PATH% is added to %PATH% by g.extension.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Actually in winGRASS, RStudio is added to %PATH% at startup via env.bat in order to be used within the winGRASS OSGeo4W shell
it seems that RStudio ships QT DLLs which may interfere and crash with QGIS bundled QT DLLs when QGIS is started with GRASS functionality.
Describe the solution you'd like
to avoid this QT DLL mismatch crash, adding a functionality into the wxGUI for manually adding RStudio path to %PATH% within a GRASS session instead of default by startup would be nice.
a starting point may be how %ADDON_PATH% is added to %PATH% by g.extension.
The text was updated successfully, but these errors were encountered: