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've changed</div><div><br></div><div><div> if(retVal == vtkRegressionTester::DO_INTERACTOR)</div>
<div> {</div><div> view->GetInteractor()->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->GetInteractor()->Initialize();</div>
<div> view->GetInteractor()->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>"ChartsCxxTests.exe testpcplot -I"</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>