Hi everyone<br><br>I have to use Sextante modeler, and have built a simple model that makes the buffer for Grass and fTools and overlays them. Unfortunately, the same error keeps appearing;<br><br>Error executing algorithm 1
<p style="margin:0px;text-indent:0px">Traceback (most recent call last):</p>
<p style="margin:0px;text-indent:0px">  File "C:\OSGeo4W\apps\qgis-dev\python\plugins\sextante\core\GeoAlgorithm.py", line 117, in execute</p>
<p style="margin:0px;text-indent:0px">    self.processAlgorithm(progress)</p>
<p style="margin:0px;text-indent:0px">  File "C:\OSGeo4W\apps\qgis-dev\python\plugins\sextante\ftools\FixedDistanceBuffer.py", line 81, in processAlgorithm</p>
<p style="margin:0px;text-indent:0px">    layer, dissolve, segments)</p>
<p style="margin:0px;text-indent:0px">  File "C:\OSGeo4W\apps\qgis-dev\python\plugins\sextante\ftools\Buffer.py", line 50, in buffering</p>
<p style="margin:0px;text-indent:0px">    total = 100.0 / float(layer.selectedFeatureCount())</p>
<p style="margin:0px;text-indent:0px">ZeroDivisionError: float division by zero</p>
<p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">Have I made some mistake in the commands? When I make buffers separately for the both functions, everything seems fine, but I wanted to built such model for training purposes.</p>
<p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">Best regards</p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">Michal<br></p><br>