iwootten Posted November 30, 2017 Report Posted November 30, 2017 We have a custom build of ftrack-connect in the studio which triggers a call out to the main() method in ftrack-connect. This works well for us. Currently I'm trying to make some changes which allow us to switch environments prior to opening ftrack-connect. Unfortunately, when starting and then exiting/deleting any PySide based widget prior to calling connect's main method, ftrack loads with a number of errors showing. Both are using the same install of PySide. It's still functional but looks like the path to resources are getting confused. I get a number QPixmap errors repeated: QPixmap::scaleHeight: Pixmap is a null pixmap QPixmap::scaled: Pixmap is a null pixmap Does anyone at ftrack know why this might be happening?
tokejepsen Posted November 30, 2017 Report Posted November 30, 2017 Is your ftrack-connect tray icon also not showing? We are having the same issue with a custom build of ftrack-connect, but haven't figured out where the problem is.
iwootten Posted November 30, 2017 Author Report Posted November 30, 2017 That's not the best screenshot, but you can see many failed (blank) icon instances when running the PySide app before ftrack-connect.
iwootten Posted November 30, 2017 Author Report Posted November 30, 2017 Well, looks like I'm able to solve this issue by calling ftrack through a subprocess, still would be interested to know what the issue is.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.