06-14-2021, 03:36 PM
This user somehow has a widget that somewhere in the hierarchy references itself causing a deep recursion:
File "/opt/tactic/tactic/src/tactic/ui/panel/hash_panel_wdg.py", line 415, in get_widget_from_hash
return top.get_buffer_display()
This line is the top level and it keeps coming back to it with same hash.
What Diego details could possibly solve the problem since there is only one user experiencing the problem. I don't know of any view in the VFX module that would cause this. Do you have any custom widgets in your installation?
File "/opt/tactic/tactic/src/tactic/ui/panel/hash_panel_wdg.py", line 415, in get_widget_from_hash
return top.get_buffer_display()
This line is the top level and it keeps coming back to it with same hash.
What Diego details could possibly solve the problem since there is only one user experiencing the problem. I don't know of any view in the VFX module that would cause this. Do you have any custom widgets in your installation?