Skip to content
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

App exit - AttributeError: 'NoneType' object has no attribute 'wid' #29

Open
imirzov opened this issue Nov 18, 2022 · 0 comments
Open

Comments

@imirzov
Copy link
Collaborator

imirzov commented Nov 18, 2022

INFO: C:\Users\ihor\Downloads\cae\bin\cgx.exe -c C:\Users\ihor\Downloads\cae\examples\default.inp
ERROR: New slave window starts too slowly.
ERROR: Can not get slave wid.
ERROR: Nothing to align - slave WID is None.
WARNING: No slave window.
WARNING: No slave window.
WARNING: No slave window.
INFO: Started in 11.3 seconds.

Traceback (most recent call last):
File "c:\Users\ihor\Downloads\cae\src\cae.py", line 97, in
wf.kill_slave()
File "c:\Users\ihor\Downloads\cae\src\gui\window.py", line 187, in kill_slave
ctypes.windll.user32.SetForegroundWindow(self.sw.info.wid)
AttributeError: 'NoneType' object has no attribute 'wid'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant