A small update. Doing the volume-&gt;ReleaseGraphicsResources(renwin) call does in fact lead to an error: &quot;PreRender end ERROR (x502) Invalid operation&quot;. So that&#39;s not much of a solution.<div><br></div><div>Tijmen<br>

<br><div class="gmail_quote">On Wed, Oct 5, 2011 at 4:43 PM, Aashish Chaudhary <span dir="ltr">&lt;<a href="mailto:aashish.chaudhary@kitware.com">aashish.chaudhary@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

No problem. Thanks for the information.<br>
<div><div></div><div class="h5"><br>
On Wed, Oct 5, 2011 at 10:40 AM, Tijmen Klein &lt;<a href="mailto:T.R.Klein@student.rug.nl">T.R.Klein@student.rug.nl</a>&gt; wrote:<br>
&gt; Hi Aashish,<br>
&gt; Sorry for not mentioning this, but I am indeed using<br>
&gt; a vtkGPUVolumeRayCastMapper.<br>
&gt; Cheers,<br>
&gt; Tijmen<br>
&gt;<br>
&gt; On Wed, Oct 5, 2011 at 4:38 PM, Aashish Chaudhary<br>
&gt; &lt;<a href="mailto:aashish.chaudhary@kitware.com">aashish.chaudhary@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Tijmen,<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Oct 5, 2011 at 7:50 AM, Tijmen Klein &lt;<a href="mailto:T.R.Klein@student.rug.nl">T.R.Klein@student.rug.nl</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; I recently updated VTK from 5.6 to the 5.9 version from Git. Now when I<br>
&gt;&gt; &gt; close my application, I get this error repeated quite a few times: &quot;a<br>
&gt;&gt; &gt; vtkShader2 object is being deleted before ReleaseGraphicsResources() has<br>
&gt;&gt; &gt; been called.&quot;<br>
&gt;&gt; &gt; After a while I found the origin of the this problem. I have a<br>
&gt;&gt; &gt; vtkVolume,<br>
&gt;&gt; &gt; and throughout the program the mapper of this vtkVolume is gets changed.<br>
&gt;&gt; &gt; So,<br>
&gt;&gt; &gt; every now and then I do a call vtkVolume-&gt;setMapper(someMapper);<br>
&gt;&gt; &gt; This used to work fine, and the (visual) results do still work. However,<br>
&gt;&gt; &gt; when I comment out the setMapper() lines, the errors do not occur when<br>
&gt;&gt; &gt; exiting. I was able to get rid of the errors by prepending the<br>
&gt;&gt; &gt; setMapper()<br>
&gt;&gt; &gt; call with a ReleaseGraphicsResources() call. So my code now looks<br>
&gt;&gt; &gt; something<br>
&gt;&gt; &gt; like this:<br>
&gt;&gt; &gt; volume-&gt;ReleaseGraphicsResources(renWin);<br>
&gt;&gt; &gt; volume-&gt;SetMapper(volumeMapper);<br>
&gt;&gt; &gt; Is this intended and expected behavior, or is it a bug?<br>
&gt;&gt;<br>
&gt;&gt; This seems like a bug.  What particular mapper are you using? Is it<br>
&gt;&gt; vtkGPUVolumeRayCastMapper? I will have a look at it sometime today.<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; Cheers,<br>
&gt;&gt; &gt; Tijmen<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; | Aashish Chaudhary<br>
&gt;&gt; | R&amp;D Engineer<br>
&gt;&gt; | Kitware Inc.<br>
&gt;&gt; | <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
| Aashish Chaudhary<br>
| R&amp;D Engineer<br>
| Kitware Inc.<br>
| <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
</div></div></blockquote></div><br></div>