<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hi David,</div><div><br></div><div>A bit of looking at the documentation shows vtkTimeStamp having an unsigned long monotonically increasing, which on Windows 64 bit is 32 bits.<br><br>A seemingly "simple" work around for us would seem to be to redefine the mvar to be a uint64_t and rebuild VTK. That would seem to double the time length. </div><div><br></div><div>But I wonder then why this wasn't done before? There must be some unwanted side effects? Possible memory issues ( points having their own vtkTimeStamp)?</div><div><br></div><div>Thanks </div><div><br></div><div>Rick</div><div><br></div><div><br><div>Sent from my iPad</div></div><div><br>On Mar 6, 2016, at 10:18 PM, David Gobbi <<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Is this on Windows?  VTK uses a 32-bit global MTime on Windows.  Call GetMTime() on your actor to see if the MTime is approaching the limit.  If you find that the MTime overflow is indeed the problem, then complain.  Complain loudly.  The MTime issue has been in the bugtracker for years.<div><br></div><div> - David  <br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 6, 2016 at 7:56 PM, Richard Frank <span dir="ltr"><<a href="mailto:rickfrank@me.com" target="_blank">rickfrank@me.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We are moving an actor(s) (  assemblies ) in multiple QtViews that represent a set of surgical tools.<br>
<br>
In one of our unit tests, the tools are moved for approximately 1 - 1.5 hours and after that time period the tools no longer " move" during rendering, even though different position data is being set to them via SetUserTranform.<br>
<br>
There are, as far as we can tell; no reported memory leaks; no memory overwrites, and no reported OpenGL errors. When I trace into vtkOpenGLActor nothing appears to be amiss. This is on two different machines one with a quadro 5000m and the other with a high end geoforce card.<br>
<br>
If we use a keystroke to remove and add the actors back into the renderer, this will usually fix the problem, but we want to get to the root cause.<br>
<br>
I'd appreciate any tips on how to debug this.<br>
<br>
<br>
Thanks<br>
Rick<br></blockquote></div></div></div></div>
</div></blockquote></body></html>