Hi guys,<div><br></div><div>Does anybody else run into this?</div><div><br></div><div>In order to get interactive mode to work for the chart tests, I&#39;ve changed</div><div><br></div><div><div>  if(retVal == vtkRegressionTester::DO_INTERACTOR)</div>
<div>    {</div><div>    view-&gt;GetInteractor()-&gt;Start();</div><div>    }</div><div><br></div><div>to </div><div><br></div><div><div>  if(retVal == vtkRegressionTester::DO_INTERACTOR)</div><div>    {</div><div>    view-&gt;GetInteractor()-&gt;Initialize();</div>
<div>    view-&gt;GetInteractor()-&gt;Start();</div><div>    }</div><div><br></div><div>for TestPCPlot.cxx (thanks Eric E Monson) , and then ran it with</div><div><br></div><div>&quot;ChartsCxxTests.exe testpcplot -I&quot;</div>
<div><br></div><div>which renders it fine in interactive mode. </div><div>However, the moment I hover my mouse over it - it crashes. (Differently in debug/release modes).</div><div><br></div><div>Release crash screen:</div>
<div><a href="http://img232.imageshack.us/i/chartscrashrelease.jpg/">http://img232.imageshack.us/i/chartscrashrelease.jpg/</a></div><div><br></div><div>Debug crash screen:</div><div><a href="http://img638.imageshack.us/i/chartscrashdebug.jpg/">http://img638.imageshack.us/i/chartscrashdebug.jpg/</a></div>
<div><br></div><div><br></div></div><div><br></div></div>