You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/yuege/Projects/learn/Cradle/cradle/gameio/lifecycle/ui_control.py", line 62, in select_window
is_top, parent_handle = is_top_level_window(candidate.window._hWnd)
AttributeError: '__NSCFDictionary' object has no attribute '_hWnd'
how to solve this error
The text was updated successfully, but these errors were encountered:
Sorry for the confusion. As shown in the software README, the software part experiments are only supported and tested on Windows. MacOS has different resolutions, layouts and logits for switching windows, we did not do the adaption so far.
File "/Users/yuege/Projects/learn/Cradle/cradle/gameio/lifecycle/ui_control.py", line 62, in select_window
is_top, parent_handle = is_top_level_window(candidate.window._hWnd)
AttributeError: '__NSCFDictionary' object has no attribute '_hWnd'
how to solve this error
The text was updated successfully, but these errors were encountered: