Dear paraviewers, <br><br>I am trying render in parallel a scene + text. Unfortunately: the TextSourceRepresentation of the text does not work in parallel (is works in serial)<br><br>If I do<br><br>sm=servermanager<br>sm.Connect()<br>
RenderView1 = sm.CreateRenderView()<br>t=sm.sources.Text(Text=&quot;HELLO&quot;)<br>timerep=sm.CreateRepresentation(t,RenderView1,proxyName=&quot;TextSourceRepresentation&quot;)<br>RenderView1.StillRender()<br><br>in shows a label in serial, but if a run the script on more the 2 cores, I get the mesaage<br>
<br>+++++++<br> Process id: 1 &gt;&gt; ERROR: In /scratch/ParaView-3.8.1/VTK/Filtering/vtkDemandDrivenPipel     49 ine.cxx, line 827<br>     50 vtkCompositeDataPipeline (0xdce1a0): Input for connection index 0 on input port index     50  0 for algorithm vtkTransmitPolyDataPiece(0xdcca20) is of type vtkTable, but a vtkPol     50 yData is required.<br>
++++++++<br><br>An alternative way I found leads to the same problem if I do<br><br> timerep=sm.rendering.TextSourceRepresentation(Input=t)<br>RenderView1.Representations.append(timerep)<br><br>I have found that more people had problems with TextSourceRepresentation in parallel :<br>
 <br><a href="http://www.paraview.org/pipermail/paraview/2008-April/007550.html">http://www.paraview.org/pipermail/paraview/2008-April/007550.html</a><br><br>Apparently there was a bug found in 2008. Does anybody if in the new version 3.81 this bug is still present ? What would I need to do to fix the bug. <br>
<br>Any comments and hints appreciated ! <br>Many thanks<br><br>Eelco <br><br>