-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can't open Syncketch UI - infinite loop #18
Comments
Ouch that does not sound good- Janik, what are your thoughts?
… On Oct 26, 2020, at 05:24, -L0Lock- ***@***.***> wrote:
Using the latest release, I encounter an issue where if I click the button to open Syncsketch's window, it just goes on an infinite loops that leaves Maya unusable and force me to kill maya.
I can't find a way to get some logs, so I just did a screen recording:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thanks for the detailed bug report. It really looks like a bug we have to fix on our side. So far it looks like the tree widget is not populated correctly. But I will look closer into that. |
Unfortunately my country just got back to lock down and I do no longer have access to the computer I encountered the issue. Thanks covid19! Though now that I updated syncsketch on my personal computer, I have this error when I click the shelf button: # Error: AttributeError: file L:/username/Documents/maya/scripts\syncsketchGUI\gui.py line 53: 'PySide2.QtCore.QCoreApplication' object has no attribute 'topLevelWidgets' |
Thanks for reporting. I moved this to its own issue #19 |
Just had this occur with version 1.1.7 There's a cyclic update in mainWidget.py MenuWindow.populateReviewItems() calls select_item_from_target_input() - line # 140 Removing the call to select_item_from_target input allows the UI to start |
Using the latest release, I encounter an issue where if I click the button to open Syncsketch's window, it just goes on an infinite loops that leaves Maya unusable and force me to kill maya.
I can't find a way to get some logs, so I just did a screen recording:
Edit: I let it run for a while, it actually ended the loop. Though no syncsketch window spawned. So here's the truncated output, it's basically:
Hundreds of repeated blocs later:
# Error: RuntimeError: file C:\Program Files\Autodesk\Maya2020\bin\python27.zip\threading.py line 261: maximum recursion depth exceeded while calling a Python object #
The text was updated successfully, but these errors were encountered: