The tutorial Script "3d postprocessing" is giving error

Asked by feda

Hello, I was learning how to record a video trying the tutorial's script (3d postprocessing) but the script was returning the error below; Can someone please help? I'm using Yade 1.12.0-133-a5eec8b~trusty version.

Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.

terminate called after throwing an instance of 'std::runtime_error'
  what(): Secondary views not supported
Abandon (core dumped)

Thanks !

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
feda
Solved:
Last query:
Last reply:
Revision history for this message
Jan Stránský (honzik) said :
#1

Hello,
I could not reproduced your problem (but found different :-) with newer
versions of Yade (1.12 is almost 2 years old).
Would it be possible to try a newer version?
cheers
Jan

2016-09-06 13:32 GMT+02:00 feda <email address hidden>:

> New question #383099 on Yade:
> https://answers.launchpad.net/yade/+question/383099
>
> Hello, I was learning how to record a video trying the tutorial's script
> (3d postprocessing) but the script was returning the error below; Can
> someone please help? I'm using Yade 1.12.0-133-a5eec8b~trusty version.
>
> Qt has caught an exception thrown from an event handler. Throwing
> exceptions from an event handler is not supported in Qt. You must
> reimplement QApplication::notify() and catch all exceptions there.
>
> terminate called after throwing an instance of 'std::runtime_error'
> what(): Secondary views not supported
> Abandon (core dumped)
>
> Thanks !
>
>
> --
> You received this question notification because your team yade-users is
> an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
feda (feda.s) said :
#2

Hello,
The problem still remains even with a newer version of Yade (yade-1.20.0) and yadedaily (Yade 2016.06a-24-0557faf~trusty)!!!
is there another method to make video from simulation?
Thank you!
Feda

Revision history for this message
feda (feda.s) said :
#3

Hello;
the problem was solved!!!
qt.View() should be placed before O.engines=[....]
Thank you Jan!