Message 1 of 4
Maya gets closed with giving an error

Not applicable
01-12-2018
04:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am creating a gui using maya python maya.cmds . When i try to update progress bar from another thread then i get errors and maya application gets closed .
Error
QPixmap: It is not safe to use pixmaps outside the GUI thread
maya.bin: Fatal IO error: client killed
Segmentation fault (core dumped)
Can anyone tell me why i am getting this error and how to solve this ?