← Back to team overview

yade-users team mailing list archive

Re: [Question #187058]: snapshot engine timeout

 

Question #187058 on Yade changed:
https://answers.launchpad.net/yade/+question/187058

Christian Jakob posted a new comment:
the folder exists, it has something to do with the while command ... ?!

from yade import qt

v=qt.View()
qt.SnapshotEngine(fileBase='/tmp/snaps/snap-',label='snapper',iterPeriod=1000)
O.run(20000)
raw_input('press ENTER')

# until here it works fine

while c_clump < 10:
  c_clump = c_clump + 1
  O.run(3000,True)


then i get:

58555 WARN  yade.SnapshotEngine gui/qt4/GLViewer.cpp:69 action: Timeout
waiting for snapshot to be saved, making byself Engine::dead

i will try that dead=false ...

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.