This issue is only a problem for some users. Perhaps it's due to the number of files or combination of devices visible for the user's login. Implementing a custom getOpenFileName() file-chooser dialog ...
getSaveFileName and getOpenFileName returns a tuple (file path and selected filter) in Qt5 and Qt.py, but rez gui is expecting the return value is a string. Example errors: ...