GRASS algorithms in QGIS 3.44 run without errors but generate no output rasters?
Hi guys, I am having problems with GRASS processing algorithms in QGIS 3.44.10 on Windows 11.Problem: GRASS algorithms such as r.fill.dir or r.slope.aspect start normally and appear in the processing log, but no output raster is generated.The processing log only shows:processInputs endprocessCommands endbut no actual output files are created.Example behavior:r.fill.dir runsno explicit error appearsoutput tif is missing or invalidQGIS reports:"The following layers were not correctly generated"What I already tested:completely removed old QGIS/GRASS/OSGeo4W installationsremoved old QGIS profiles and pluginsfresh installation of QGIS 3.44 LTRtested with Float32 and Int16 DEMstested with small raster tilestested with manually saved output pathsGDAL algorithms work correctly (e.g. GDAL slope)GRASS algorithms consistently failSAGA hydrology tools also fail similarlyThe DEM itself seems valid:GeoTIFFEPSG:32648Float32 / Int16GDAL tools process it correctlyHas anyone seen this behavior with GRASS Processing on Windows/QGIS 3.44?