Hi, I'm running rv on Windows 7.
I have a menu in rv that starts a pyQT UI. When the user has filled out the fields, they hit the "publish" button which gets the filenames via rv.commands calls, and then copies those files to a published area. This all works fine.
I'm currently trying to get the publish call to run in a separate thread, using the python "thread" module. This works great most of the time, but about one in 4 times rv freezes, all the windows get whited out and the OS says "rv has stopped running" or something to that effect. The only interaction the publish call has with rv is to call nodesOfType, getStringProperty, and existingFilesInSequence.
Do you have any ideas about what's going on?
Thanks!